Get Candidate CV
Recruiting
Get Candidate CV
Retrieve a candidate’s CV document from a LinkedIn job application
POST
Get Candidate CV
This endpoint retrieves the CV/resume document for a specific candidate who has applied to your LinkedIn job posting.Documentation Index
Fetch the complete documentation index at: https://docs.linkupapi.com/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint costs 1 credit per request.
Header Parameters
Your API key
Body Parameters
LinkedIn application ID of the candidate (you can get it with the /recruiter/candidates endpoint)
LinkedIn authentication cookie obtained from the login/verify process
Country code for proxy selection. Available: (US, UK, FR, DE, NL, IT, IL, CA, BR, ES, IN)
Response
The response is the raw PDF or document file of the candidate’s CV, returned with appropriate headers for download.- Content-Type: Usually “application/pdf” (or the detected content type of the document)
- Content-Disposition: attachment; filename=“cv__.pdf”