Fetch a company's live job postings from Greenhouse's public board API by board slug (boards.greenhouse.io/<slug>). Anonymous, no auth. Returns id, title, location, department(s), url, updatedAt, firstPublished. Throws (job board not found) if the slug isn't a Greenhouse customer.
Input
slugrequired
Greenhouse board slug, e.g. "airbnb" for boards.greenhouse.io/airbnb
Output
jobsrequired
slugrequired
totalrequired
FAQ
Fetch a company's live job postings from Greenhouse's public board API by board slug (boards.greenhouse.io/<slug>). Anonymous, no auth. Returns id, title, location, department(s), url, updatedAt, firstPublished. Throws (job board not found) if the slug isn't a Greenhouse customer.
Required: slug.
It returns jobs, slug, total.
No. It only uses pages of greenhouse.io that are reachable without signing in.
Unknown: its author has not declared whether it changes anything on greenhouse.io, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/greenhouse.io/get_company_jobs, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/greenhouse.io/get_company_jobs
It is part of Reduck's official curated catalogue.