Go to Hyperscrape Store

Greenhouse Jobs Scraper

hyperscrape/greenhouse-jobs-scraper

Extract every open role from any company's Greenhouse job board, with full descriptions.

AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.

https://hyperscrape.com/api/scrape/greenhouse-jobs-scraper?boards=gitlab

Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide

Pulls all open positions from one or more company job boards hosted on Greenhouse, using the official public Job Board API (boards-api.greenhouse.io/v1/boards/<token>/jobs?content=true) — no key needed.

Enter one or more board tokens — the company identifier in a careers-page URL like boards.greenhouse.io/<token> or job-boards.greenhouse.io/<token> (e.g. stripe, gitlab, datadog).

Each job item includes: title, company, departments, offices, location, requisition ID, language, first-published and last-updated timestamps (ISO), the application URL, custom metadata fields when present, and the full job description as plain text (HTML converted, capped at 5,000 chars). Optionally filter titles by a search term.

Source: official public Greenhouse Job Board API (JSON).