JobsAPI
A single API over the job postings that companies publish through their applicant tracking systems. Every posting is fetched from the same public endpoint a company's own careers page calls, then normalised so one query spans all of them. 11,000+ companies. 260,000+ open postings. Refreshed every six hours. WHY IT IS DIFFERENT Salary the source does not publish. Greenhouse has no salary field at…
JobsAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| healthz | ||
| GET |
healthz /healthz |
Answers as soon as the process is listening, without touching the database. This is what the container platform polls. |
| openapi.json | ||
| GET |
openapi /openapi.json |
|
| v1 | ||
| GET |
getStats /v1/stats |
Counts of what is currently served, and when the last crawl wrote. Cached for up to a minute, so polling it faster than that returns the same figures. |
| GET |
listCompanies /v1/companies |
Every company whose board the crawler knows about, in insertion order. `last_seen` is when the crawler last read the board. |
| GET |
listJobs /v1/jobs |
Ordered by publication date descending, then by id. Postings the board no longer publishes are closed by the next crawl and stop appearing. Filters combine with AND. Unknown… |
JobsAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29 / month | — |
|
| ULTRA | $99 / month | — |
|