ATS Jobs DB
Search job listings across 48 ATS platforms at once — Greenhouse, Lever, Ashby, Workday, iCIMS, Taleo, SuccessFactors, Workable, BambooHR, Personio, SmartRecruiters, and 37 more. All in one normalized response.
ATS Jobs DB endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| POST |
Advanced Search /api/jobs/search |
Full-power search. Supports multiple free-text queries (OR'd), multiple locations, include/exclude lists for skills and companies, exact-match enum lists, salary ranges and… |
| GET |
Search Jobs /api/jobs |
Search the index with simple query-string parameters. Use this for dashboards, quick lookups, and any case where you don't need include/exclude lists or faceted aggregation. For… |
| Feed | ||
| POST |
Get Jobs Feed /api/jobs/feed |
High-throughput batch endpoint for mirroring the full index. Returns up to 1,000 full job objects per call and an opaque cursor for the next batch. Pagination: - First request:… |
| GET |
Get Expired Job IDs /api/jobs/expired |
Returns IDs of jobs that have expired on or after `expired_since`, so you can delete them from your local store. Maximum lookback is 7 days from now. This endpoint is **free** —… |
| Companies | ||
| GET |
Get Company /api/companies/{id} |
Returns the full company profile referenced by `company.details_url` on every job. The response includes identity, summary, description, social profiles, headquarters, funding… |
| Other endpoints | ||
| GET |
Search Jobs /v1/jobs |
Search for jobs using query string parameters. This endpoint is optimized for lightweight, user-facing search interfaces. ## When to Use - Building a search bar or filter UI -… |
| POST |
Jobs Feed (Sync) /v1/jobs/feed |
**Primary endpoint for bulk data ingestion.** Use this to download large batches of jobs for populating or updating your database. ## Cursor-Based Pagination This endpoint uses… |
| POST |
Advanced Job Search /v1/jobs/search |
Advanced search endpoint supporting multiple queries and locations in a single request. Use this when you need more complex search logic than the simple GET endpoint provides. ##… |
| GET |
Expired Jobs Feed /v1/jobs/expired |
Returns a stream of Job IDs that have been detected as closed, filled, or removed from the source career site since a specified date. |
ATS Jobs DB pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / hour |
|
| PRO | $49 / month | 100 / minute |
|
| ULTRA Recommended | $99 / month | 100 / minute |
|
| MEGA | $199 / month | 1000 / minute |
|