API Documentation
Business API
- Workspaces
- Users
- Integrations
- Schedules
LinkedIn API
- Authentication
- Extract
- Search
- Intents
- Messaging
- Engage
- Connect LinkedIn Profile
- Visit LinkedIn Profile
- Visit LinkedIn Company Profile
- Follow LinkedIn Profile
- Like LinkedIn Post
- Comment LinkedIn Post
- Invite People to LinkedIn Event
- Extract LinkedIn Sent Invitations
- Accept LinkedIn Received Invitations
- Withdraw LinkedIn Pending Invitations
Sales Navigator API
- Search
- Metrics
- Engage
- Recruiter Lite
Extraction API
- Google Maps
- TheFork
- TripAdvisor
Visit LinkedIn Company Profile
Visit LinkedIn Company Profile
POST
/
actions
/
linkedin-visit-company
/
run
/
live
Copy
curl --request POST \
--url https://api.captaindata.com/v4/actions/linkedin-visit-company/run/live \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"integration_users": [
"<string>"
],
"rotate_users": false,
"input": {
"linkedin_company_url": "<string>"
}
}'
Copy
{
"company_name": "<string>",
"specialties": [
"<string>"
],
"tagline": "<string>",
"linkedin_company_id": "<string>",
"description": "<string>",
"type": "<string>",
"founded_on": 123,
"linkedin_company_url": "<string>",
"website": "<string>",
"phone": "<string>",
"sales_navigator_company_url": "<string>",
"industries": [
"<string>"
],
"industry": "<string>",
"linkedin_job_search_url": "<string>",
"followers_count": 123,
"number_employees": 123,
"employees_range": "<string>",
"linkedin_employees_url": "<string>",
"sales_navigator_employees_url": "<string>",
"country": "<string>",
"geographic_area": "<string>",
"city": "<string>",
"postal_code": "<string>",
"headquarters": "<string>",
"locations": [
{
"address": "<string>",
"geographic_area": "<string>",
"street": "<string>",
"postal_code": "<string>",
"city": "<string>",
"country": "<string>"
}
],
"number_of_locations": 123,
"last_funding_investors": [
{
"name": "<string>",
"crunchbase_company_url": "<string>"
}
],
"crunchbase_company_url": "<string>",
"last_funding_date": "2023-12-25",
"last_funding_type": "<string>",
"last_funding_raised": 123,
"last_funding_currency": "<string>",
"logo_url": "<string>",
"domain": "<string>",
"location": "<string>",
"linkedin_school_id": 123,
"updated_at": "2023-11-07T05:31:56Z",
"linkedin_page_claimed": true
}
To run LinkedIn actions, you must first create a user and connect a LinkedIn account, either using our Chrome Extension, username/password login, or Rented Accounts for a hassle-free setup.
Authorizations
Body
application/json
Response
200
application/json
Successful response
The response is of type object
.
Copy
curl --request POST \
--url https://api.captaindata.com/v4/actions/linkedin-visit-company/run/live \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"integration_users": [
"<string>"
],
"rotate_users": false,
"input": {
"linkedin_company_url": "<string>"
}
}'
Copy
{
"company_name": "<string>",
"specialties": [
"<string>"
],
"tagline": "<string>",
"linkedin_company_id": "<string>",
"description": "<string>",
"type": "<string>",
"founded_on": 123,
"linkedin_company_url": "<string>",
"website": "<string>",
"phone": "<string>",
"sales_navigator_company_url": "<string>",
"industries": [
"<string>"
],
"industry": "<string>",
"linkedin_job_search_url": "<string>",
"followers_count": 123,
"number_employees": 123,
"employees_range": "<string>",
"linkedin_employees_url": "<string>",
"sales_navigator_employees_url": "<string>",
"country": "<string>",
"geographic_area": "<string>",
"city": "<string>",
"postal_code": "<string>",
"headquarters": "<string>",
"locations": [
{
"address": "<string>",
"geographic_area": "<string>",
"street": "<string>",
"postal_code": "<string>",
"city": "<string>",
"country": "<string>"
}
],
"number_of_locations": 123,
"last_funding_investors": [
{
"name": "<string>",
"crunchbase_company_url": "<string>"
}
],
"crunchbase_company_url": "<string>",
"last_funding_date": "2023-12-25",
"last_funding_type": "<string>",
"last_funding_raised": 123,
"last_funding_currency": "<string>",
"logo_url": "<string>",
"domain": "<string>",
"location": "<string>",
"linkedin_school_id": 123,
"updated_at": "2023-11-07T05:31:56Z",
"linkedin_page_claimed": true
}
Assistant
Responses are generated using AI and may contain mistakes.