Jobs API
## Introduction The **Jobs API** provides a unified way to search, discover, and access job postings from multiple leading platforms. Instead of manually integrating different job boards, this API brings them together under one consistent structure, making it easier for developers, recruiters, and data-driven applications to find and analyze employment opportunities. Currently, the API supports…
Jobs API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Search and list Jobs [DEPRECATED] /list |
|
| GET |
Get job titles /salary/getJobTitles |
|
| GET |
Search and list Jobs V2 /v2/list |
|
| GET |
Get salary range /salary/getSalaryRange |
|
| GET |
Migration docs /v2/docs |
|
| GET |
Get Job by ID [DEPRECATED] /get |
|
| GET |
Get job titles /v2/salary/titles |
|
| GET |
Get job details /v2/xing/get |
|
| GET |
Search and list jobs /v2/xing/search |
|
| GET |
Get job details /v2/linkedin/get |
|
| GET |
Search and list jobs /v2/linkedin/search |
|
| GET |
Get job details /v2/bing/get |
|
| GET |
Search and list organization IDs /v2/linkedin/organizations |
|
| GET |
Search and list jobs /v2/bing/search |
|
| GET |
Search and list jobs /v2/indeed/search |
|
| GET |
Get job salaries /v2/salary/range |
Jobs API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $10 / month | 2 / second |
|
| ULTRA | $20 / month | 2 / second |
|
| MEGA | $40 / month | 5 / second |
|