Greenhouse jobs API
source=greenhouse
239,519live jobs from this source right now
Browse Greenhouse jobsHow we index Greenhouse
Greenhouse is the ATS of choice for a huge share of startups and scale-ups, and it publishes every public board through a free JSON API. We fetch each company's board from the official boards API with content enabled, so titles, departments, offices, and the full job description arrive in a single request — no HTML scraping involved. Posting timestamps come straight from the API; salary appears only when the employer writes it into the posting itself.
https://boards-api.greenhouse.io/v1/boards/{board}/jobs?content=trueAll fetching is rate-limited and politeness-first: public endpoints only, no login walls, no personal data — the same job data the platform already publishes to every visitor.
Live Greenhouse jobs in the index
live
- Maintenance Support Technician, DallasFlyzipline · Concord, US4d agosource ↗
- Logistics SpecialistFlyzipline · South San Francisco, US2d agosource ↗
- Technical Program Manager - Ground System Deployments and ConstructionFlyzipline · South San Francisco, US5d agosource ↗
- Sheet Metal Install ApprenticeKbs · Ogden, US23h agosource ↗
- Global Configuration ManagerPurestorage · Prague, CZ3d agosource ↗
A five-row sample straight from /v1/jobs/preview?source=greenhouse. Apply links go to the employer's own Greenhouse page.
{ "source": "greenhouse", "source_slug": "{employer-tenant}", "source_endpoint": "https://boards-api.greenhouse.io/v1/boards/{board}/jobs?content=true", "directory_verified_at": "2026-07-19T04:10:00Z" }
source, source_slug (the employer's tenant on Greenhouse), and source_endpoint — the exact public URL we fetched it from. If a listing looks off, check it at the source in one click. Live counts, not claims.Want this data as an API?
Query Greenhouse jobs (and 49 other sources) through the free Praxy Jobs API — active, expired, and modified feeds with source endpoints on every row.
curl https://praxyjobs.com/v1/jobs/search?source=greenhouse \ -H "X-API-Key: $KEY"
Other sources
Greenhouse is a product of its respective owner; the name and logo are used for identification only. Praxy Jobs indexes publicly published job postings and is not affiliated with or endorsed by Greenhouse.