LinkedIn Import
Required scopes
This endpoint requires the following scopes:
- : Access to the public API
Authorizations
OAuth2clientCredentialsRequiredToken URL:
OAuth2 client credentials flow for API access
Body
Payload to submit a new linkedin import job.
urlstringRequiredExample:
The search / list url from linkedin / salesnavigator
https://www.linkedin.com/search/results/people/?keywords=victor%20goubet&origin=SWITCH_SEARCH_VERTICAL&sid=123cookiestringRequiredExample:
The cookie to use for the linkedin import job.
AQEDAS3uuAQCn_xMAAABmBPknL8AAAGZlmf-J04AVVG5_Yr676RYMtS1N3fh1Wlw-UtN-jam9Ajmzl6zY-bA8_ZDmgQWEgzr28udgdiYpUPoV-lbzFPesoeMzL1BdGH0NeII56i_cdTN9PAthBzcGtniuser_agentstringOptionalDefault:
User 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.36langany ofOptionalExample:
Language string, format like 'v=2&lang=en-us'.
v=2&lang=en-usstringOptional
nullOptional
object_typestring · enumRequiredExample:
The type of object to import.
profilePossible values: Responses
202
Job submitted
application/json
400
Invalid url format or missing required fields
application/json
401
Authentication failed - invalid or missing OAuth 2.0 token
application/json
402
Payment Required
application/json
500
Internal server error
application/json
502
Service unavailable
application/json
post
/v1/linkedin-importRequired scopes
This endpoint requires the following scopes:
- : Access to the public API
Authorizations
OAuth2clientCredentialsRequiredToken URL:
OAuth2 client credentials flow for API access
Path parameters
job_idstringRequiredExample:
The unique identifier of the linkedin import job
{"summary":"Sample job ID","value":"21014abc65004d2781d2e0ef4c9fbb46"}Responses
200
Job succeeded.
application/json
202
Job is still running.
application/json
400
Input validation failed.
application/json
401
Authentication failed - invalid or missing OAuth 2.0 token
application/json
500
Failed to retrieve job.
application/json
504
Job timed out.
application/json
get
/v1/linkedin-import/{job_id}Last updated
Was this helpful?