POST
/
actions
/
salesnavigator-search-metrics
/
run
/
live
curl --request POST \
  --url https://api.captaindata.com/v4/actions/salesnavigator-search-metrics/run/live \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "parameters": {},
  "integration_users": [
    "<string>"
  ],
  "rotate_users": false,
  "input": {
    "sales_navigator_company_id": "<string>"
  }
}'
{
  "sales_navigator_profile_search_url": "<string>",
  "sales_navigator_company_url": "<string>",
  "company_name": "<string>",
  "sales_navigator_company_id": 123,
  "linkedin_company_url": "<string>",
  "total_leads": 123,
  "new_leads": "<string>",
  "leads_posted_recently": "<string>",
  "leads_mentioned_in_news": "<string>",
  "leads_with_common_experience": "<string>",
  "leads_following_your_company": "<string>",
  "leads_past_colleague": "<string>",
  "leads_teamlink_your_executives": "<string>",
  "leads_viewed_profile_recently": "<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

Response

200
application/json
Successful response

The response is of type object.