Indeed API
Fast, clean JSON API for Indeed job search, job details, and company data across 38 countries — with typeahead and direct page links.
Indeed API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Jobs | ||
| GET |
searchJobs /jobs/search |
Search Indeed job postings by keyword and location. Supports paging via `cursor`. |
| GET |
getJob /jobs/{id} |
Fetch full details for a single job by its Indeed job key. |
| Companies | ||
| GET |
searchCompanies /companies/search |
Find companies by name. Returns company id, name, page URL and logo. |
| GET |
getCompanyJobs /companies/{id}/jobs |
List job postings for a company by its Indeed company key. |
| GET |
getCompany /companies/{id} |
Fetch a company's details by its Indeed company key. |
| Suggestions | ||
| GET |
suggestLocations /suggestions/locations |
Typeahead suggestions for locations, with coordinates and type. |
| GET |
suggestJobs /suggestions/jobs |
Typeahead suggestions for job titles / keywords (and matching companies). |
Indeed API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $14.99 / month | — |
|
| MEGA | $24.99 / month | — |
|