/greenhouse/jobs

POST /api/greenhouse/jobs

Price: 1 credit

Get full details of a single job posting from a company's Greenhouse job board by board token and job id: title, location, company, language, description, requisition id, departments and offices, application form questions, metadata and posting dates. Set pay_transparency to also include the published pay ranges.

How to use it

Fetch a single job posting from a specific company's Greenhouse board. Identity is (board_token, job). board_token is the company slug from its career board URL (e.g. stripe); job is the numeric job id. Returns one item with id, title, location, url, company_name, description, requisition_id, departments, offices, questions (application form fields), metadata and updated_at / first_published_at. Pay ranges arrive only when pay_transparency=true, so an empty pay_ranges without that flag means it was not requested, not that the company published no pay. A job can carry several ranges, one per geographic pay zone; min_cents and max_cents are minor currency units of currency_type, and nothing in the response states the pay basis — the range's title usually does not name it, and one identical title carries an hourly rate on one job and an annual salary on another. Most ranges are annual and a few thousand USD cents is an hourly rate, so judge by magnitude against the currency and, where that leaves it open, hand the figure to the user without calling it a salary.

Parameters

Request body

Response

Errors

Response headers