Search Jobs
Searches public LinkedIn job postings by keyword and location. The only public discovery surface LinkedIn exposes.
Capability ID
linkedin.jobs.search
Cost
1 credit per request
Maximum runtime
120 seconds
POST
/execute
Shared execution endpoint
Input parameters
| Field | Type | Required | Description |
|---|---|---|---|
company_id |
string |
Optional | Optional numeric LinkedIn organization id to restrict the search to one company. |
keywords |
string |
Optional | Search terms, e.g. a job title or skill. |
limit |
integer |
Optional | Maximum job results to return. Pages are walked in tens until this is met. |
location |
string |
Optional | Location filter as typed on LinkedIn, e.g. a country, region or city. |
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
No committed sample output is available for this capability yet.
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.