Greenhouse Jobs Scraper & API - Deduplicated, Pay Once Per Job
Pricing
Pay per event
Greenhouse Jobs Scraper & API - Deduplicated, Pay Once Per Job
Scrape every open job from any Greenhouse careers page: title, department, office, location, posting date, apply link, full description. Deduplicated across runs, you pay once per job. Also reads Lever, Ashby, Workable and SmartRecruiters boards.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Automation Craft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Get every open job from any Greenhouse careers page as clean JSON, CSV or Excel: title, department, team, location, remote flag, employment type, posting date, apply link and (optionally) the full description. Paste the careers URL, press Start, done. No login, no API keys, no proxies, no code.
Built to be complete and fair:
- Deduplicated, billed once. Duplicates inside a run are removed. Give your search a memory name and every later run returns only the jobs that appeared since; jobs you already received are skipped and never charged again. Schedule it daily or weekly and you have a change feed.
- Filters run before billing. Keywords (must contain / must not contain), locations, remote only, employment type and an exact posting-date window. You only pay for jobs that pass.
- Exact caps, fair share. Per-company and per-run caps are honored exactly (the top competitor's 3-star review is "I set maximum 500 but got 200"). When several companies share a cap, each gets a fair share and unused budget flows to the companies with more jobs.
- Honest about what you get. Every run ends with a
run-summaryitem: jobs per board, how many were filtered or already known, exactly what was charged, and how often each field was populated.
The same engine also reads Lever, Ashby, Workable and SmartRecruiters boards, so you can mix careers pages from other ATS platforms into the same run. Sibling listings for those platforms are linked at the bottom.
30-second start
- Under Companies / careers pages, paste one careers URL per line, for example
https://boards.greenhouse.io/stripe(any of these forms work: boards.greenhouse.io/ - Optional: tick Include full job descriptions, add keyword / location / date filters.
- Give it a Memory name if you will run it again and only want new jobs.
- Start. Download JSON, CSV or Excel from the Dataset tab, or read it through the API.
Prices: $1.20 per 1,000 new jobs, plus $0.50 per 1,000 for full descriptions (charged only for jobs that actually got one). A complete record therefore costs $1.70 per 1,000 jobs. Duplicates across runs, filtered-out jobs, unknown companies and empty boards are free. There is no start fee.
Worked examples: 200 new jobs across 3 companies = $0.24. The same 200 with descriptions = $0.34. A weekly re-run that finds 12 new jobs among 200 known ones = $0.014. A re-run that finds nothing new = $0.00.
What you get from Greenhouse
Every job record has the same fields whatever the ATS. Where a platform does not publish a field you get null; the Actor never guesses. This table is the exact contract:
| Field | Greenhouse | Lever | Ashby | Workable | SmartRecruiters |
|---|---|---|---|---|---|
title, url, applyUrl, jobId | yes | yes | yes | yes | yes |
departments | yes | yes | yes | yes | yes |
team | no | yes | yes | yes (function) | yes (function) |
location and allLocations | yes (+ offices) | yes | yes (+ secondary) | yes | one per posting |
remote flag | only when the location says Remote | yes | yes | yes | yes |
employmentType | no | yes | yes | yes | yes |
compensation | no | when published | structured ranges | no | no |
publishedAt | yes | yes | yes | yes | yes |
updatedAt | yes | no | no | no | no |
descriptionHtml and descriptionText | yes | yes | yes | yes | yes (one extra request per job) |
companyName | yes | no (token only) | no (token only) | yes | yes |
Measured fill rates from a live run at build time (share of delivered jobs where the field was populated):
| Field populated | Greenhouse | Lever | Ashby | Workable | SmartRecruiters |
|---|---|---|---|---|---|
companyName | 100% | 0% | 0% | 100% | 100% |
departments | 100% | 100% | 100% | 100% | 76% |
team | 0% | 100% | 100% | 57% | 100% |
location | 100% | 100% | 100% | 100% | 100% |
remote | 8% | 100% | 100% | 100% | 100% |
employmentType | 0% | 100% | 100% | 100% | 100% |
compensation | 0% | 0% | 100% | 0% | 0% |
publishedAt | 100% | 100% | 100% | 100% | 100% |
description | 100% | 100% | 100% | 100% | 100% |
Input reference
| Input | What it does |
|---|---|
| Companies / careers pages | One entry per company: careers URL, provider:token, or bare token. Case, http/https, www. and trailing paths do not matter. EU-hosted Greenhouse and Lever boards are detected from eu. URLs. SmartRecruiters identifiers are case-sensitive. |
| ATS for bare company names | Which platform a plain token belongs to. Preset to Greenhouse in this listing. URLs always win. |
| Include full job descriptions | Adds descriptionHtml and descriptionText. SmartRecruiters needs one extra request per job for this, which is why it is priced separately. |
| Must contain / Must not contain / Fields to check | Case-insensitive keyword filters over title, departments, team, location and (Greenhouse, Lever, Ashby, Workable) the description text. |
| Locations | Substring match over the job's location, every listed office and the country, e.g. London, Remote, United States. |
| Remote jobs only | Keeps jobs the ATS explicitly marks remote. Greenhouse has no remote flag, so Greenhouse jobs match only when the location text says "Remote". |
| Employment types | Substring match over the platform's employment type, e.g. Full, Contract, Intern. Greenhouse does not publish it. |
| Posted within / Posted after / Posted before | Exact window on publishedAt (the date the platform reports the job was first published). |
| Memory name | The key that makes repeat runs return only new jobs. Stored in a named key-value store in your account (ats-jobs-memory-<name>). |
| Also return already-known jobs | Re-sends known jobs flagged isDuplicate: true with changeType DUPLICATE or UPDATED (the posting changed since you last received it). Free. |
| Reset this memory first | Forgets everything under the memory name before running. |
| Max new jobs per company / total | Exact caps on new, charged jobs. Known duplicates do not count towards them. |
Output
One item per job, plus status items when a company could not be read and one run-summary item at the end. Nested values (departments, allLocations, compensation) for developers; flat fields for spreadsheets.
| Field | Meaning |
|---|---|
provider, company, companyName | Which ATS, the board token you gave, and the company name when the platform publishes it. |
jobId, url, applyUrl | Stable id (always a string) and links. |
title, departments, team, location, allLocations, country | The role and where it is. |
remote, workplaceType, employmentType, compensation | Work arrangement and pay, exactly as the platform publishes them (null when it does not). |
publishedAt, updatedAt | ISO timestamps from the platform. |
descriptionHtml, descriptionText | Full description when requested. |
changeType, isDuplicate, firstSeenAt, lastSeenAt, contentHash, scrapedAt | Dedup and provenance. changeType is NEW, UPDATED or DUPLICATE. |
Sample item from a live run:
{"type": "job","provider": "greenhouse","company": "stripe","companyName": "Stripe","jobId": "7532733","title": "Account Executive, AI Sales","departments": ["1175 Enterprise - Account Executives (NA)"],"team": null,"location": "San Francisco, CA","allLocations": ["San Francisco, CA","US"],"country": null,"remote": null,"workplaceType": null,"employmentType": null,"compensation": null,"publishedAt": "2026-02-03T20:19:01.000Z","updatedAt": "2026-08-25T21:40:40.000Z","url": "https://stripe.com/jobs/search?gh_jid=7532733","applyUrl": "https://stripe.com/jobs/search?gh_jid=7532733","descriptionHtml": "<h2>Who we are</h2>\n<h3>About Stripe</h3>\n<p>Stripe is a financial infrastructure platform for businesses. Millions of companies - from the world’s largest ente...","descriptionText": "Who we are\n\nAbout Stripe\n\nStripe is a financial infrastructure platform for businesses. Millions of companies - from the world’s largest enterprises to the most ambitious startups - use Stripe to acce...","changeType": "NEW","isDuplicate": false,"firstSeenAt": "2026-08-31T11:22:17.996Z","lastSeenAt": "2026-08-31T11:22:17.996Z","contentHash": "0b4c36c4ac25360e363e35ff63e43d476c69377c","scrapedAt": "2026-08-31T11:22:17.996Z"}
The run-summary item reports per board: jobsOnBoard, matchedFilters, knownFromMemory, deliveredNew, deliveredDuplicates, withDescription, plus totals, filteredOut counts, charges, fillRates and a plain-language hint whenever a run delivers nothing.
Using the API
Same input as the form.
curl -X POST "https://api.apify.com/v2/acts/automation_craft~greenhouse-jobs-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"companies": ["https://boards.greenhouse.io/stripe"],"includeDescription": true,"postedWithinDays": "30","dedupMemoryName": "greenhouse-watch","maxJobsTotal": 500}'
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: process.env.APIFY_TOKEN });const run = await client.actor('automation_craft/greenhouse-jobs-scraper').call({companies: ['https://boards.greenhouse.io/stripe'],includeKeywords: ['engineer'],keywordFields: ['title'],dedupMemoryName: 'engineering-watch',});const { items } = await client.dataset(run.defaultDatasetId).listItems();const jobs = items.filter((i) => i.type === 'job');
from apify_client import ApifyClientclient = ApifyClient(os.environ["APIFY_TOKEN"])run = client.actor("automation_craft/greenhouse-jobs-scraper").call(run_input={"companies": ["https://boards.greenhouse.io/stripe"], "remoteOnly": True, "maxJobsTotal": 200})jobs = [i for i in client.dataset(run["defaultDatasetId"]).iterate_items() if i.get("type") == "job"]
Scheduling: create a Schedule in Apify (daily or weekly) with a memory name set; each run then delivers only the jobs that appeared since the previous run, and a run that finds nothing new costs nothing.
What this Actor does NOT do
- It does not scrape job boards such as LinkedIn, Indeed or Naukri. It reads company career boards hosted on Greenhouse, Lever, Ashby, Workable and SmartRecruiters.
- It does not discover companies for you. You supply the careers pages; it gets every open job they list.
- It does not return fields the platform does not publish (see the coverage table), applicant data, or anything behind a login.
- It cannot see unlisted or internal-only postings.
Fair use
This Actor reads the same public, unauthenticated job-board endpoints the companies' own careers pages use, at a polite request rate. It collects no personal data and never logs in. You are responsible for complying with applicable laws and the target sites' terms in your jurisdiction and use case.
Support
Something missing or wrong? Open an issue on the Actor's Issues tab. Fixes usually ship within a day.
More job data tools by Automation Craft
- ATS Jobs Scraper & API
- Lever Jobs Scraper & API
- Ashby Jobs Scraper & API
- Workable Jobs Scraper & API
- SmartRecruiters Jobs Scraper & API
- LinkedIn Jobs Scraper: LinkedIn public job search, no login, real posted dates.
- SEEK Job Scraper: Australia and New Zealand jobs, deduplicated, pay once per job.