Greenhouse Jobs Scraper avatar

Greenhouse Jobs Scraper

Pricing

from $1.50 / 1,000 jobs

Go to Apify Store
Greenhouse Jobs Scraper

Greenhouse Jobs Scraper

Scrape all open jobs from any company using the Greenhouse ATS: title, location, department, full description and apply link. No API key needed.

Pricing

from $1.50 / 1,000 jobs

Rating

0.0

(0)

Developer

Dev D

Dev D

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 hours ago

Last modified

Categories

Share

Greenhouse Jobs Scraper ๐Ÿ’ผ

Scrape every open job from any company on the Greenhouse ATS โ€” title, location, department, full description and apply link. No API key required.

Thousands of companies post their jobs through Greenhouse. This Actor pulls every open role from one or more companies' Greenhouse boards in a single fast request each, and returns clean, structured job records. Point it at a list of companies, filter by title / department / location, and go.

Uses Greenhouse's official public Job Board API โ€” no key, no login, no browser. Public job postings, clean liability profile.


What you can do with it

  • ๐Ÿงฒ Build a job board / aggregator โ€” pull roles from dozens of companies at once.
  • ๐Ÿ•ต๏ธ Hiring intelligence โ€” track who's hiring, for what, and where.
  • ๐Ÿ“ˆ Recruiting & sourcing โ€” monitor target companies for new openings.
  • ๐Ÿ“Š Market research โ€” analyze roles, departments and locations across employers.
  • ๐Ÿ”” New-job alerts โ€” run on a schedule and push new roles to Slack / email.

Features

  • โœ… No API key โ€” works out of the box.
  • โœ… Multiple companies per run โ€” pass many board tokens.
  • โœ… Full job descriptions โ€” optional HTML content for each role.
  • โœ… Filtering โ€” by title keyword, department and location.
  • โœ… Low-maintenance โ€” official public API, one request per company.

Finding a company's board token

The board token is the company name in the Greenhouse URL: boards.greenhouse.io/stripe โ†’ token is stripe. Many company career pages are powered by Greenhouse; the token is usually the company's short name.

Input

FieldDescription
Greenhouse board tokensCompany identifiers, e.g. stripe, dropbox.
Title keywordKeep only jobs whose title contains this, e.g. engineer.
DepartmentKeep only jobs in a matching department.
LocationKeep only jobs whose location contains this, e.g. Remote.
Include full job descriptionAttach the HTML description.
Max jobs per board / Max resultsCaps.

Example โ€” engineering roles at several companies

{
"boardTokens": ["stripe", "dropbox", "airbnb"],
"titleKeyword": "engineer",
"includeContent": true,
"maxResults": 500
}

Output

Each row is one job:

{
"board_token": "stripe",
"company_name": "Stripe",
"job_id": 1234567,
"requisition_id": "REQ-123",
"internal_job_id": 7654321,
"title": "Account Executive, AI Sales",
"location": "San Francisco, CA",
"departments": ["Sales"],
"offices": ["San Francisco"],
"updated_at": "2026-07-13T14:37:36-04:00",
"first_published": "2026-07-01T10:00:00-04:00",
"apply_url": "https://boards.greenhouse.io/stripe/jobs/1234567",
"content": "<p>Job description HTMLโ€ฆ</p>"
}

Run it on a schedule

Schedule the Actor to re-pull your target companies' boards daily, and connect a Slack / email / webhook / Google Sheets integration to get new roles pushed to you.

Notes & limitations

  • Uses Greenhouse's public Job Board API โ€” no key needed.
  • Only companies that host jobs on Greenhouse are covered (a very large share of tech and growth companies).
  • content is the job description as HTML.
  • This is public job-posting data.

Keywords

Greenhouse scraper, Greenhouse jobs, job scraper, job board API, ATS scraper, jobs data, hiring data, recruiting, job postings, careers scraper, tech jobs, job aggregator, hiring intelligence, sourcing, talent, open roles, company jobs, Greenhouse ATS, job listings, employment data.