Indeed Scraper API
Real-time Indeed data API — search job postings with filters, get full job descriptions with salary data, and view company profiles with employee reviews. All data is scraped directly from Indeed and returned as clean, structured JSON. 3 endpoints: - Search Jobs — Search job postings by keyword and location with filters for job type (full-time, part-time, contract, temporary, internship) and…
Indeed Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
searchJobs /indeed/search |
Search Indeed job listings by keyword query with optional filters for location, job type, sort order, and pagination. Returns up to 15 jobs per page with titles, companies,… |
| Job | ||
| GET |
getJobDetails /indeed/job |
Get full job details including the complete job description, qualifications, benefits, salary, and company information. Requires an Indeed job key (16-character hex string) which… |
| Company | ||
| GET |
getCompanyProfile /indeed/company |
Get company information, overall rating, category ratings, and recent employee reviews from Indeed. Includes details like industry, company size, revenue, CEO, and headquarters. |
Indeed Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | — |
|
| ULTRA | $40 / month | — |
|
| MEGA | $150 / month | — |
|