Greenhouse Jobs Scraper avatar

Greenhouse Jobs Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Greenhouse Jobs Scraper

Greenhouse Jobs Scraper

Extract every job posting from any company's Greenhouse job board (boards.greenhouse.io). Clean normalized output with full descriptions, salaries, locations, and apply URLs. US + EU boards, multiple companies per run.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Oğuzcan Karaman

Oğuzcan Karaman

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Extract every job posting from any company that hires through Greenhouse — in a single fast request per company, with clean, normalized, analysis-ready output. No API keys, no setup: paste a company's job-board URL (like boards.greenhouse.io/stripe) or its board token and run.

Thousands of the world's best-known tech companies (Stripe, Airbnb, Coinbase, …) publish their jobs on Greenhouse job boards. This Actor turns them into structured data using the same public endpoint the boards themselves use. US and EU-hosted boards are both supported — the Actor detects the right region automatically.

What you get

Every job is returned in a normalized schema shared by all my ATS scrapers (SmartRecruiters, Workable, BambooHR, Recruitee, Lever, Ashby, …), so you can combine sources without any mapping work:

  • Full job description (plain text and HTML) — no extra detail requests needed, so runs are very fast
  • Salary data parsed from the ad text (US pay-transparency ranges are captured reliably)
  • Structured location with a reliable remote flag
  • ✅ Department, posting language, published date
  • ✅ Direct posting URL and apply URL
  • Multiple companies in one run, automatic deduplication

Use cases

  • Job boards & aggregators — Greenhouse hosts a huge share of tech-company hiring
  • Recruiting & talent intelligence — track who is hiring, where, and for what
  • Sales lead generation — companies hiring for role X are buying tools for X
  • Salary benchmarking — structured pay data from pay-transparency postings
  • AI agents & LLM pipelines — clean JSON for RAG or agent tools

Input

{
"companies": ["https://boards.greenhouse.io/stripe", "coinbase"],
"keyword": "engineer",
"location": "remote",
"postedAfter": "2026-06-01",
"maxJobsPerCompany": 500
}

Output example

{
"id": "7954688",
"source": "greenhouse",
"title": "Account Executive, AI Sales",
"company": { "identifier": "stripe", "name": "Stripe" },
"location": { "city": "San Francisco", "region": "CA", "country": null, "remote": false, "raw": "San Francisco, CA" },
"department": "AI GTM Strategy & Solutions",
"employmentType": null,
"salary": { "min": 150000, "max": 225000, "currency": "USD", "period": "year", "raw": "$150,000 - $225,000" },
"language": "en",
"postedAt": "2026-06-02T12:58:57.000Z",
"postingUrl": "https://stripe.com/jobs/search?gh_jid=7954688",
"applyUrl": "https://stripe.com/jobs/search?gh_jid=7954688",
"descriptionText": "Who we are …",
"descriptionHtml": "<h2>Who we are</h2> …",
"scrapedAt": "2026-07-04T12:00:00.000Z"
}

Pricing

Pay-per-event: a small fee per Actor start plus a per-job fee. You only pay for the jobs you actually get. A typical single-company run costs a few cents.

FAQ

How do I find a company's board token? Open the company's careers page and look for links to boards.greenhouse.io/{token} or job-boards.greenhouse.io/{token} — the last path segment is the token. You can also just paste the URL.

Is this legal? The Actor only reads the public, unauthenticated job-board API that Greenhouse provides exactly for publishing these postings. No login, no personal data.

A company returns "not found". The company either uses a different ATS or a custom board token. Check the careers page URL, or try my other ATS scrapers — the output schema is identical.