Engage
Visit LinkedIn Company Profile
API Documentation
Business API
- Workspaces
- Users
- Integrations
LinkedIn API
- Authentication
- Extract
- Search
- Intents
- Messaging
- Engage
- POSTConnect LinkedIn Profile
- POSTVisit LinkedIn Profile
- POSTVisit LinkedIn Company Profile
- POSTFollow LinkedIn Profile
- POSTLike LinkedIn Post
- POSTComment LinkedIn Post
- POSTInvite People to LinkedIn Event
- POSTExtract LinkedIn Sent Invitations
- POSTAccept LinkedIn Received Invitations
- POSTWithdraw LinkedIn Pending Invitations
- POST
Sales Navigator API
- Search
- Metrics
- Engage
Engage
Visit LinkedIn Company Profile
POST
/
actions
/
linkedin-visit-company
/
run
/
live
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>"
}
}'
{
"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
.
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>"
}
}'
{
"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
}