cURL
curl --request POST \ --url https://api.captaindata.com/v4/actions/linkedin-extract-contact/run/live \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "identity_ids": [ "<string>" ], "identity_mode": "direct", "input": { "linkedin_profile_url": "<string>", "custom_data": {} } }'
{ "connected_at": "2023-11-07T05:31:56Z", "email": "[email protected]", "website": "<string>", "twitter_handles": [ "<string>" ], "linkedin_profile_handle": "<string>", "linkedin_profile_url": "<string>", "twitter": "<string>", "phones": [ "<string>" ], "phone": "<string>", "sales_navigator_profile_id": "<string>", "linkedin_profile_id": 123 }
Successful response
The response is of type object.
object