LinkedIn Import
- : Access to the public API
OAuth2 client credentials flow for API access
Payload to submit a new linkedin import job.
The search / list url from linkedin / salesnavigator
https://www.linkedin.com/search/results/people/?keywords=victor%20goubet&origin=SWITCH_SEARCH_VERTICAL&sid=123The cookie to use for the linkedin import job.
AQEDAS3uuAQCn_xMAAABmBPknL8AAAGZlmf-J04AVVG5_Yr676RYMtS1N3fh1Wlw-UtN-jam9Ajmzl6zY-bA8_ZDmgQWEgzr28udgdiYpUPoV-lbzFPesoeMzL1BdGH0NeII56i_cdTN9PAthBzcGtniUser agent string.
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36Example: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36Language string, format like 'v=2&lang=en-us'.
v=2&lang=en-usThe type of object to import.
profilePossible values: Job submitted
Invalid url format or missing required fields
Authentication failed - invalid or missing OAuth 2.0 token
Payment Required
Internal server error
Service unavailable
- : Access to the public API
OAuth2 client credentials flow for API access
The unique identifier of the linkedin import job
{"summary":"Sample job ID","value":"21014abc65004d2781d2e0ef4c9fbb46"}Job succeeded.
Response after retrieving the status and result of an linkedin import job.
A human-readable message describing the current state or outcome of the job.
Job succeeded.The status of the process
SUCCESSPossible values: The HTTP status code representing the job's current state.
200The result of the linkedin import job
{"result_url":"https://delphadev-static-ressources.s3.amazonaws.com/linkedin_results/delpha/123.json"}The total time taken to process the job, in seconds.
0.123Job is still running.
Input validation failed.
Authentication failed - invalid or missing OAuth 2.0 token
Failed to retrieve job.
Job timed out.
Last updated
Was this helpful?