API Reference/Endpoints
Retrieve a job applicant
GET/api/linkedin/gateway/linkedin/jobs/applicants/{applicant_id}
Fetches a single applicant's full profile, experience and screening-question answers by their applicant id.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
FieldTypeDescription
applicant_id *stringThe applicant's id, from List job applicants.
Query parameters
FieldTypeDescription
account_id *stringThe connected account the job posting belongs to.
Response fields
FieldTypeDescription
id / profile_id / public_identifier / public_profile_urlstringThe applicant's LinkedIn identifiers.
name / headline / locationstringBasic profile details.
profile_picture_urlstringThe applicant's profile picture.
applied_atnumberUnix timestamp of the application.
rating"UNRATED" | "GOOD_FIT" | "MAYBE" | "NOT_A_FIT"The rating a member of the hiring team has assigned, if any.
email_address / phone_numberstringTop-level contact fields, mirrored inside contact_info.
contact_infoobjectemail_addresses[] and phone_numbers[] the applicant has on file.
work_experiencearrayPrior roles, each with company, position and a start/end year-month.
educationarraySchools attended, each with degree, field of study and a start/end year-month.
screening_questionsarrayEach posting question paired with the applicant's answers and pass/fail.
This call only reaches applicants on a Classic (non-Recruiter) posting. For a posting published under service=RECRUITER, pull the applicant's details from List job applicants instead.
Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. account_id doesn't belong to this key.·404 Not Found. No applicant with that id was found, or it belongs to a Recruiter posting.