LinkedIn Jobs API
# LinkedIn Jobs API Live LinkedIn job search powered by real LinkedIn data. Search current postings by keyword and location, and get clean JSON per job — title, company, location, salary, skills, recruiter and apply URL. ## Endpoints ### `GET /search` Search live job postings. - **Params:** `keywords` (required), `geo_id` (LinkedIn geoId — see `/locations`, `92000000` = worldwide), `limit`…
LinkedIn Jobs API endpoints
| Method | Endpoint | Description |
|---|---|---|
| search | ||
| GET |
searchJobs /search |
|
| job | ||
| GET |
getJob /job/{job_id} |
|
| count | ||
| GET |
countJobs /count |
|
| locations | ||
| GET |
locations /locations |
|
| health | ||
| GET |
health /health |
|
LinkedIn Jobs API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO Recommended | $19 / month | 10 / minute |
|
| ULTRA | $49 / month | 20 / minute |
|