POST
/
actions
/
linkedin-extract-people
/
run
/
live
curl --request POST \
  --url https://api.captaindata.com/v4/actions/linkedin-extract-people/run/live \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "parameters": {},
  "integration_users": [
    "<string>"
  ],
  "rotate_users": false,
  "input": {
    "linkedin_profile_url": "<string>"
  }
}'
{
  "linkedin_profile_handle": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "full_name": "<string>",
  "birth_date": "<string>",
  "headline": "<string>",
  "summary": "<string>",
  "languages": [
    "<string>"
  ],
  "skills": [
    {
      "name": "<string>"
    }
  ],
  "sales_navigator_profile_id": "<string>",
  "linkedin_profile_id": 123,
  "tracking_id": "<string>",
  "linkedin_profile_url": "<string>",
  "profile_country": "<string>",
  "profile_language": "<string>",
  "location": "<string>",
  "profile_image_url": "<string>",
  "job_title": "<string>",
  "education": [
    {
      "school_name": "<string>",
      "linkedin_school_url": "<string>",
      "date": "<string>",
      "linkedin_school_id": "<string>",
      "degree_name": "<string>"
    }
  ],
  "school_name": "<string>",
  "linkedin_school_url": "<string>",
  "volunteer_experiences": [
    {}
  ],
  "number_connections": 123,
  "experiences": [
    {
      "title": "<string>",
      "company_name": "<string>",
      "company_description": "<string>",
      "linkedin_company_url": "<string>",
      "location": "<string>",
      "linkedin_company_id": "<string>",
      "date": "<string>",
      "job_time_period": "<string>",
      "company_logo_url": "<string>"
    }
  ],
  "company_name": "<string>",
  "linkedin_company_url": "<string>",
  "linkedin_company_id": "<string>",
  "number_followers": 123,
  "linkedin_people_post_search_url": "<string>",
  "connection_degree": "<string>",
  "open_to_work": true,
  "linkedin_thread_id": "<string>",
  "past_company_name": "<string>",
  "past_job_title": "<string>",
  "past_sales_navigator_company_id": "<string>",
  "past_linkedin_company_id": "<string>",
  "past_linkedin_company_url": "<string>",
  "connected_at": "2023-11-07T05:31:56Z"
}

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

X-API-Key
string
header
required

Body

application/json

Response

200
application/json
Successful response

The response is of type object.