POST
/
actions
/
linkedin-extract-company-employees-insights
/
run
/
live
Run linkedin-extract-company-employees-insights action live
curl --request POST \
  --url https://api.captaindata.com/v4/actions/linkedin-extract-company-employees-insights/run/live \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "parameters": {},
  "identity_ids": [
    "<string>"
  ],
  "identity_mode": "direct",
  "input": {
    "linkedin_company_url": "<string>",
    "custom_data": {}
  }
}'
{
  "linkedin_company_url": "<string>",
  "linkedin_company_handle": "<string>",
  "linkedin_company_id": 123,
  "locations": [
    {
      "name": "<string>",
      "count": 123
    }
  ],
  "schools": [
    {
      "name": "<string>",
      "linkedin_school_id": "<string>",
      "count": 123
    }
  ],
  "functions": [
    {
      "name": "<string>",
      "count": 123
    }
  ],
  "skills": [
    {
      "name": "<string>",
      "count": 123
    }
  ],
  "fields_of_study": [
    {
      "name": "<string>",
      "count": 123
    }
  ],
  "connection_degrees": [
    {
      "connection_degree": "<string>",
      "count": 123
    }
  ]
}
This Action extracts employee insights data from LinkedIn company pages, such as the Clay’s Insights page.
To run LinkedIn actions, you must first create an identity and connect a LinkedIn account, either using our Chrome Extension, username/password login, or Rented Accounts for a hassle-free setup.

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Successful response

The response is of type object.