/greenhouse/jobs/search

POST /api/greenhouse/jobs/search

Price: 10 credits

List all open job postings from a company's Greenhouse job board by board token: title, location, company, requisition id, departments and offices, metadata and posting dates. Set content to also include each job's full description, and pay_transparency to also include its published pay ranges.

How to use it

List the open jobs of a specific company's Greenhouse board. board_token is the company slug from its career board URL (e.g. stripe); count is how many jobs to return; set content=true to include each job's full description. Each item has id, title, location, url, company_name, requisition_id, metadata, updated_at and 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