Indeed Jobs API
There is only 1 endpoint on this API 1. /indeed-us/?offset=0&keyword=python&location=california offset = 0 (starting of the page, it must be increased by 10 to achieve pagination) keyword = python (it can be any search keyword for ex: job title or skill title) location = california (For now this API gets data for USA Indeed. You can enter a specific city or state.) This will provide you with a…
Indeed Jobs API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
SearchJobs /indeed-us/ |
offset = 0 (starting of the page, it must be increased by 10 to achieve pagination) keyword = python (it can be any search keyword for ex: job title or skill title) location =… |
Indeed Jobs API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / minute |
|
| PRO | $25 / month | 10 / minute |
|
| ULTRA Recommended | $50 / month | 20 / minute |
|
| MEGA | $199 / month | 30 / minute |
|