Indeed API
### What you can do - **Search jobs** by keyword, location, company, salary range, job type, experience level, and more - **Get full job details** including the complete description and structured schema.org data - **Location autocomplete** for powering search-as-you-type location inputs - **Discover filter values** with a built-in reference endpoint ### Why use this API - Real-time data —…
Indeed API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
SearchLocations /autocomplete/location |
Real-time location suggestions powered by Indeed's internal autocomplete API. Perfect for powering a search-as-you-type location input. |
| GET |
jobDetail /jobs/{jobKey} |
Fetch full details for a single job using its `jobKey` from a search result. Returns the full description, salary, employment type, and date posted. |
| GET |
companyDetail /companies/{slug} |
Fetch company overview from Indeed by company slug. Returns name, logo, industry, headquarters, revenue, overall rating, rating breakdown, and 5-year rating history. **Slug… |
| GET |
companyJobs /companies/{slug}/jobs |
List open job postings at a specific company. Paginates the same way as `GET /jobs` — use `nextCursor` for the next page. |
| GET |
getFilters /filters |
Returns all accepted enum values for the filter parameters on GET /jobs. Only parameters that genuinely affect search results are listed here. Use this to build filter UIs or… |
| GET |
searchCompanies /companies |
Search Indeed companies by name. Returns ranked candidates with their Indeed slugs — pass any slug to `GET /companies/{slug}` for full details or `GET /companies/{slug}/jobs` for… |
| GET |
SearchKeywords /autocomplete/what |
Job title and keyword autocomplete powered by Indeed's `/suggestions/what` API. Returns ranked suggestions matching the partial query — ideal for powering a search-as-you-type… |
| GET |
searchJobs /jobs |
Search Indeed job listings by keyword and location. Returns 15 jobs per page. Use `nextCursor` in the response to paginate. **Supported filters:** `jobType` and `experienceLevel`… |
Indeed API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5.99 / month | 2 / second |
|
| ULTRA Recommended | $29.99 / month | 4 / second |
|
| MEGA | $99.99 / month | 200 / minute |
|