Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/linkedinAutomation/recruiter/candidates
{ "type": "object", "properties": { "job_id": { "type": "string" }, "total_results": { "type": "number", "default": 10 }, "start": { "type": "string" }, "sortType": { "type": "string", "default": "RELEVANCE" }, "sortOrder": { "type": "string", "default": "DESCENDING" }, "ratings": { "type": "string", "default": "GOOD_FIT,MAYBE,UNRATED" }, "location": { "type": "string" }, "yearsOfExperience": { "type": "string" }, "country": { "type": "string", "default": "FR" } }, "required": ["job_id"] }
{ "$ref": "#/components/schemas/CandidateResponse" }