cURL
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": {}, "identity_ids": [ "<string>" ], "identity_mode": "direct", "input": { "sales_navigator_company_id": "<string>", "custom_data": {} } }'
{ "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>" }
Successful response
The response is of type object.
object