Pull job postings from the Greenhouse Job Board API for a careers page

domain: greenhouse.io · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. The Greenhouse Job Board API is public and does not require authentication; base URL is https://boards-api.greenhouse.io/v1/boards/:board_token/jobs.
  2. Obtain your board_token from Greenhouse under Configure > Job Board; it is a URL-safe slug unique to your account.
  3. GET https://boards-api.greenhouse.io/v1/boards/:board_token/jobs returns a list of all published jobs with basic metadata; add ?content=true to include full job description HTML.
  4. For department and office filters, GET /v1/boards/:board_token/departments and /v1/boards/:board_token/offices first, then filter the jobs list client-side by department_id or office_id.
  5. To retrieve a single job's full details including apply fields, GET /v1/boards/:board_token/jobs/:job_id.
  6. To programmatically submit an application, POST to https://boards-api.greenhouse.io/v1/boards/:board_token/jobs/:job_id with a multipart/form-data body containing candidate fields and an optional resume file.

Known gotchas

Related routes

Build a careers page from Greenhouse Job Board API department/office endpoints and JSONP embedding
greenhouse.io · 5 steps · unrated
Fetch all public job postings from a Greenhouse job board
greenhouse.io · 5 steps · unrated
Create a candidate in Greenhouse Harvest API and attach them to a job application
greenhouse.io · 6 steps · unrated

Give your agent this knowledge — and 15,800+ more routes

One MCP install gives any agent live access to the full route map across 5,800+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans