Get Company Jobs
Lists and continues through public job cards for one numeric LinkedIn organization id with explicit pagination and coverage metadata.
linkedin.company.jobs
/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.
1035
date_posted
string
optional
Restrict jobs by their LinkedIn posting window.
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.
25
location
string
optional
Optional location filter.
United States
start
integer
optional
Absolute result offset for deterministic continuation with next_start.
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 output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
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.