POST
/
actions
/
linkedin-visit-profile
/
run
/
live
curl --request POST \
  --url https://api.captaindata.com/v4/actions/linkedin-visit-profile/run/live \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "integration_users": [
    "<string>"
  ],
  "rotate_users": false,
  "input": {
    "linkedin_profile_url": "<string>"
  }
}'
{
  "connected_at": "2023-11-07T05:31:56Z",
  "email": "[email protected]",
  "website": "<string>",
  "twitter_handles": [
    "<any>"
  ],
  "linkedin_profile_handle": "<string>",
  "linkedin_profile_url": "<string>",
  "twitter": "<string>",
  "phones": [
    {}
  ],
  "phone": "<string>",
  "sales_navigator_profile_id": "<string>",
  "personal_email": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "full_name": "<string>",
  "industry": "<string>",
  "headline": "<string>",
  "summary": "<string>",
  "languages": "<string>",
  "skills": [
    {
      "name": "<string>"
    }
  ],
  "linkedin_profile_id": "<string>",
  "tracking_id": "<string>",
  "profile_country": "<string>",
  "profile_language": "<string>",
  "location": "<string>",
  "profile_image_url": "<string>",
  "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>"
    }
  ],
  "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,
  "description": "<string>",
  "company_name": "<string>",
  "linkedin_company_url": "<string>",
  "current_job_title": "<string>",
  "current_company_name": "<string>",
  "number_followers": 123,
  "linkedin_people_post_search_url": "<string>"
}

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
input
object
required
integration_users
string[] | null

An array of User UIDs linked to integration users (e.g. LinkedIn) used to execute the Action. You must provide at least one valid UID with access to the integration. Do not use account_uid values — only user_uid is supported.

rotate_users
boolean | null
default:false

If true, the Action will use any integration users from the current workspace (unless you have provided a list of integration_users).

Response

200
application/json
Successful response
connected_at
string
email
string
website
string
twitter_handles
any[]
linkedin_profile_handle
string
linkedin_profile_url
string
twitter
string
phones
object[]
phone
string
sales_navigator_profile_id
string
personal_email
string
first_name
string
last_name
string
full_name
string
industry
string
headline
string
summary
string
languages
string
skills
object[]
linkedin_profile_id
string
tracking_id
string
profile_country
string
profile_language
string
location
string
profile_image_url
string
experiences
object[]
job_title
string
education
object[]
school_name
string
linkedin_school_url
string
volunteer_experiences
object[]
number_connections
integer
description
string
company_name
string
linkedin_company_url
string
current_job_title
string
current_company_name
string
number_followers
integer
linkedin_people_post_search_url
string