recruiter
Get Candidate CV
Retrieve a candidate’s CV document from a LinkedIn job application
POST
This endpoint retrieves the CV/resume document for a specific candidate who has applied to your LinkedIn job posting.
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)
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”