Skip to documentation
Browse documentation

Get Company Jobs

Lists and continues through public job cards for one numeric LinkedIn organization id with explicit pagination and coverage metadata.

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

POST /execute Shared execution endpoint

Input parameters

company_id string required

Numeric LinkedIn organization id (the f_C filter value), not the vanity slug from the company URL.

Example 1035
date_posted string optional

Restrict jobs by their LinkedIn posting window.

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.

limit integer optional

Maximum job results to return.

Example 25
location string optional

Optional location filter.

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.

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
company_id string 1035
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
has_more boolean true
next_start integer 25
results array 3 items
results array 3 items
start integer 0
truncated boolean true

Execution behavior

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