cURL
curl --request POST \ --url https://api.captaindata.com/v4/actions/linkedin-extract-company-employees-insights/run/live \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "parameters": {}, "identity_ids": [ "<string>" ], "identity_mode": "direct", "input": { "linkedin_company_url": "<string>", "custom_data": {} } }'
{ "linkedin_company_url": "<string>", "linkedin_company_handle": "<string>", "linkedin_company_id": 123, "locations": [ { "name": "<string>", "count": 123 } ], "schools": [ { "name": "<string>", "linkedin_school_id": "<string>", "count": 123 } ], "functions": [ { "name": "<string>", "count": 123 } ], "skills": [ { "name": "<string>", "count": 123 } ], "fields_of_study": [ { "name": "<string>", "count": 123 } ], "connection_degrees": [ { "connection_degree": "<string>", "count": 123 } ] }
Successful response
The response is of type object.
object