The catalog
Every API, one clean contract.
64 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Reputation & Reviews
8 APIsE-commerce & Marketplaces
13 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Social & Knowledge
13 APIsUtilities & AI
7 APIsCompany Job Boards
live/ats-jobs · 4 endpoints
post/ats-jobs/v1/company_jobs1 creditall open jobs for a board → {jobs[]{id,title,url,company,location,locations,...}, count, total, company, ats_source}. `ats`=greenhouse|lever|ashby|workable + `company` (board token/subdomain).
ats*company*limitcursorpage
{
"ats": "greenhouse",
"company": "gitlab"
}Try in playground →post/ats-jobs/v1/job_detail1 creditone fully-populated job (description + requirements/benefits) by `ats` + `company` + `job_id`.
ats*company*job_id*
Try in playground →post/ats-jobs/v1/search1 creditcross-company job search over the Workable aggregator (170K jobs) → jobs[]. `query` + (default `ats`=workable). paginated.
query*atslimitcursorpage
{
"query": "python engineer",
"ats": "workable"
}Try in playground →post/ats-jobs/v1/providers1 creditthe supported ATS providers + their capabilities
Try in playground →