LinkedIn Job Search
Experience advanced job data extraction from LinkedIn, enhancing your recruitment strategy.
Credit cost: 1 credit per call
Authorization
ApiKeyAuth Your API key. Include it in the x-api-key header for every request.
In: header
Query Parameters
Job title or keyword to search for.
Example:
Software EngineerLeave empty to return all jobs matching the other filters.
Filter by seniority level.
Accepted values:
internship: Internship positionsentry_level: Entry-level rolesassociate: Associate-level rolesmid_senior: Mid to senior-level rolesdirector: Director-level and above
Filter by employment type.
Accepted values:
full_time: Full-time positionspart_time: Part-time positionscontract: Contract rolestemporary: Temporary rolesinternship: Internshipsvolunteer: Volunteer positions
Filter by posting date recency.
Accepted values:
day: Posted in the last 24 hoursweek: Posted in the last 7 daysmonth: Posted in the last 30 days
Filter by work arrangement.
Accepted values:
remote: Fully remote positionsflexible: Hybrid or flexible arrangementson_site: On-site only positions
Maximum radius in miles from the target location (requires geo_id).
Accepted values: 5, 10, 25, 50, 100
LinkedIn geo ID for the target location. Default is 92000000 (worldwide).
Example values:
92000000— Worldwide105073465— France103644278— United States
Use the LinkedIn Job Suggest endpoint with location=true to find geo IDs for any location.
"92000000"LinkedIn numeric company ID to filter results to jobs posted by a specific company.
Example:
33246798— TikTok
Use the LinkedIn Company Info endpoint to retrieve a company's ID.
Page number for paginating through results. Default is 1. Each page returns up to 25 job listings.
"1"Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.piloterr.com/v2/linkedin/job/search"[
{
"id": 4388669042,
"url": "https://www.linkedin.com/jobs/view/4388669042",
"title": "Procurement Operations Specialist, AMS",
"location": "New York, United States",
"list_date": "2026-03-22 00:00:00",
"company_url": "https://www.linkedin.com/company/tiktok",
"company_name": "TikTok"
},
{
"id": 4378400293,
"url": "https://www.linkedin.com/jobs/view/4378400293",
"title": "TikTok Shop - Category Manager",
"location": "New York, United States",
"list_date": "2026-02-28 00:00:00",
"company_url": "https://www.linkedin.com/company/tiktok",
"company_name": "TikTok"
},
{
"id": 4387167337,
"url": "https://www.linkedin.com/jobs/view/4387167337",
"title": "Program Manager, TikTok Program Management Office",
"location": "New York, United States",
"list_date": "2026-03-18 00:00:00",
"company_url": "https://www.linkedin.com/company/tiktok",
"company_name": "TikTok"
}
]{
"error": "Bad Request"
}{
"error": "Invalid API Key"
}{
"error": "Payment required"
}{
"error": "Rate limit exceeded for the API key: quota monthly"
}{
"error": "Internal Error"
}