Skip to documentation
Browse documentation

Search Jobs

Searches and continues through public LinkedIn job cards by absolute offset, with filters, stable continuation metadata, and explicit result-card limitations.

Capability ID linkedin.jobs.search
Cost 1 credit per request
Maximum runtime 120 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

company_id string optional

Optional numeric LinkedIn organization id to restrict the search to one company.

Example 1035
date_posted string optional

Restrict jobs by their LinkedIn posting window.

Example past_month
Available values any_timepast_24_hourspast_weekpast_month
employment_types array<string> optional

Employment types supplied for this request.

experience_levels array<string> optional

Experience levels supplied for this request.

keywords string optional

Search terms, e.g. a job title or skill.

Example software engineer
limit integer optional

Maximum job results to return. Pages are walked in tens until this is met.

Example 25
location string optional

Location filter as typed on LinkedIn, e.g. a country, region or city.

Example United States
start integer optional

Absolute result offset for deterministic continuation with next_start.

Example 0
workplace_types array<string> optional

Workplace types supplied for this request.

Example ["remote","hybrid"]

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
count integer 25
coverage object 5 fields
coverage.limitations array 2 items
coverage.missing_fields array 0 items
coverage.source string linkedin_public_job_search
coverage.status string partial_public
coverage.truncated_fields array 1 items
date_posted string past_month
has_more boolean true
keywords string software engineer
location string United States
next_start integer 25
results array 3 items
results array 3 items
start integer 0
truncated boolean true
workplace_types array 2 items
workplace_types array 2 items

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.