Indeed API
indeed.com
Indeed - job search, salary estimates, job details, and location lookup.
- Actions
- 4
- Category
- Jobs
- Login
- Some actions
- Output
- JSON
Call the Indeed API
Submit a task, then poll the job until it settles. This example runs in_job_details.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "in_job_details",
"params": {
"job_key": "f82cb68c8f9c0648",
"job_url": ""
}
}'4 actions on indeed.com
Read
Job Details
in_job_detailsread1 credit / callReturns full details for an Indeed job posting including description, salary, and benefits.
- job_key
- string
- job_url
- string
- country_domain
- string
Job Search
in_search_jobsread1 credit / callReturns Indeed jobs matching a keyword and location.
- query
- string · required
- location
- string · required
- start
- integer
- sort
- string
- country_domain
- string
Location Search
in_location_searchread1 credit / callReturns Indeed location suggestions with coordinates from free-text input.
- query
- string · required
- country
- string
- language
- string
Salary Search
in_salary_searchread1 credit / callReturns salary estimates by job title and location with median, min, max, and mean.
- title
- string · required
- location
- string · required
- country
- string
- locale
- string
Indeed API questions
- Is there an API for Indeed?
- Indeed does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for indeed.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Indeed data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when indeed.com changes its markup, Anakin updates the action.
- Do I need a Indeed account?
- Some Indeed actions read data that is only visible when signed in, so those need a credential you connect once. Actions marked "read" without a login requirement run anonymously.
- What does the Indeed API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Jobs APIs
4dayweek
Four-day-week job board - category browsing, search, and full job details.
Amazon Jobs
Amazon Jobs - listings by keyword, location, team, and category, with detail pages.
Apple Careers
Apple Careers - job postings, team and product filters, and related roles.
Apply Careers Microsoft
Microsoft Careers - job listings, full details, skill insights, departments, and similar roles.
Bayt UAE
UAE job search marketplace - search by keyword, browse by location (Dubai, Abu Dhabi, Sharjah), and view full job descriptions with employer and salary details.
Built In
Built In - tech job listings with company, location, salary, and seniority details.