v1

latestOpenAPI 3.0.02026-07-249301.3 MB
LinkedIn Specific

List all applicants to a job posting

Retrieve all the users that have applied to a given offer.

get/api/v1/linkedin/jobs/{id}/applicants

Path parameters

idstring required

The ID of the job offer.

Query parameters

max_years_in_companynumber

Linkedin Recruiter native filter : YEARS IN CURRENT COMPANY.

min_years_in_companynumber

Linkedin Recruiter native filter : YEARS IN CURRENT COMPANY.

max_years_in_positionnumber

Linkedin Recruiter native filter : YEARS IN CURRENT POSITION.

min_years_in_positionnumber

Linkedin Recruiter native filter : YEARS IN CURRENT POSITION.

max_years_of_experiencenumber

Linkedin Recruiter native filter : YEARS OF EXPERIENCE.

min_years_of_experiencenumber

Linkedin Recruiter native filter : YEARS OF EXPERIENCE.

exclude_degreestring[]

Linkedin Recruiter native filter : DEGREES (excluded).

include_degreestring[]

Linkedin Recruiter native filter : DEGREES (included).

ratingsstring

One or more ratings (UNRATED, GOOD_FIT, MAYBE, NOT_A_FIT) separated by commas.

keywordsstring

Filter results with keywords.

sort_by'relevance' | 'alphabetical' | 'newest_first' | 'screening_requirements'

The sorting rule for applicants. Recruiter only.

service'CLASSIC' | 'RECRUITER'

The Linkedin service the job posting depends on. Default is classic.

limitinteger

A limit for the number of items returned in the response. The value can be set between 1 and 250.

Example:100
cursorstring

A cursor for pagination purposes. To get the next page of entries, you need to make a new request and fulfill this field with the cursor received in the preceding request. This process should be repeated until all entries have been retrieved.

account_idstring required

The ID of the account to trigger the request from.

Response

OK. Request succeeded.

object'LinkedinJobApplicantList' required
job_posting_idstring required

A unique identifier.