Greenhouse Job Board Scraper β€” All Company Jobs avatar

Greenhouse Job Board Scraper β€” All Company Jobs

Pricing

from $0.00085 / job scraped

Go to Apify Store
Greenhouse Job Board Scraper β€” All Company Jobs

Greenhouse Job Board Scraper β€” All Company Jobs

Scrape all open jobs from any company's Greenhouse job board: title, location, department, office, full description, apply link and dates. Bulk company input. Official public API, no key.

Pricing

from $0.00085 / job scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Greenhouse Job Board Scraper β€” Jobs, Departments & Apply Links

Scrape every open job from any company that hosts its careers page on Greenhouse β€” title, location, department, office, full description, apply link and dates β€” into clean JSON, CSV, Excel or XML. Give it one or many company boards and get a complete, deduplicated job feed. Fast and reliable.

Greenhouse Job Board Scraper input β€” companies, includeContent and maxJobsPerCompany in the Apify Console

What does Greenhouse Job Board Scraper do?

The Greenhouse Job Board Scraper collects all open roles from the companies you list and exports each job as a structured record. Pass one or many Greenhouse board tokens or board URLs, choose whether to include full descriptions, and it returns a clean, deduplicated feed of jobs with titles, locations, departments, offices, apply links and publish dates.

What data can you scrape from Greenhouse?

DataFields
🏒 Companyboard token, company name
πŸ“‹ Jobjob ID, title, location, department(s), office(s)
πŸ”— Applydirect apply URL, requisition ID
πŸ—“οΈ Datesfirst published, last updated, application deadline
πŸ“ Contentfull description (plain text) and original HTML

Use cases

  • Job aggregators β€” feed thousands of live roles from company career pages into your board.
  • Recruiting intelligence β€” track who's hiring, for which teams, and where.
  • Hiring-trend analysis β€” monitor headcount growth by department and office over time.
  • Sales & lead lists β€” spot companies expanding into a function you sell to.
  • ATS / market monitoring β€” watch competitor and target-account hiring in near real time.
  • Talent sourcing β€” build role-specific feeds for candidates and recruiters.

How to scrape Greenhouse data

  1. Add the Greenhouse Job Board Scraper to your Apify account.
  2. Add one or many companies β€” a Greenhouse board token (the slug in boards.greenhouse.io/<token>) or a full board URL.
  3. Toggle includeContent and set maxJobsPerCompany to control depth.
  4. Click Run and watch jobs stream into the dataset.
  5. Export to JSON, CSV, Excel or XML, or pull them through the Apify API.

Input

List the boards you want, choose whether to include full descriptions, and cap jobs per company if needed.

Example input

{
"companies": ["stripe", "databricks", "https://boards.greenhouse.io/airbnb"],
"includeContent": true,
"maxJobsPerCompany": 0
}

companies accepts a Greenhouse board token (the slug in boards.greenhouse.io/<token>) or a full board URL.

FieldDescription
companiesGreenhouse board tokens or board URLs to scrape.
includeContentInclude each job's full description (text + HTML). Default true.
maxJobsPerCompanyCap jobs per company. 0 = all.

Output

Each job is one clean record:

{
"board": "stripe",
"companyName": "Stripe",
"jobId": 7954688,
"title": "Account Executive, AI Sales",
"location": "San Francisco, CA",
"departments": ["Account Executives"],
"offices": ["San Francisco"],
"updatedAt": "2026-07-28T12:03:00-04:00",
"firstPublished": "2026-07-01T09:00:00-04:00",
"applicationDeadline": "2026-08-31",
"requisitionId": "REQ-4821",
"applyUrl": "https://stripe.com/jobs/search?gh_jid=7954688",
"description": "About the team…",
"contentHtml": "<div>About the team…</div>"
}

Greenhouse Job Board Scraper output example β€” job title, department and apply link as structured JSON

Output schema

FieldTypeDescription
boardstringGreenhouse board token (slug) the job came from.
companyNamestringCompany name for the board.
jobIdintegerUnique Greenhouse job posting ID.
titlestringJob title.
locationstringJob location as posted.
departmentsarrayDepartment(s) the role belongs to.
officesarrayOffice(s) associated with the role.
updatedAtstring (ISO date)When the posting was last updated.
firstPublishedstring (ISO date)When the posting was first published.
applicationDeadlinestringApplication deadline, when provided.
requisitionIdstringEmployer's internal requisition ID, when provided.
applyUrlstring (URL)Direct link to apply for the role.
descriptionstringFull job description as plain text.
contentHtmlstringOriginal job description HTML.

Need more job data?

FAQ

Where do I find a company's board token? It's the slug in the careers URL β€” boards.greenhouse.io/stripe β†’ stripe. You can paste the full URL too.

How many companies can I scrape? As many as you like β€” add them all to companies and each is fetched in turn.

Do I need any setup or a login? No setup and no login. Just add the boards you want and run.

How does billing work? You pay only per job you get β€” no subscription. Our per-item price floors 20% below the cheapest comparable scraper.

What export formats are supported? JSON, CSV, Excel and XML, plus the Apify API for programmatic access.

Can I skip the long descriptions? Yes β€” set includeContent to false for a lighter, faster run that omits the description text and HTML.

How fresh is the data? Each run fetches live postings, so results reflect each board at the moment you run the actor. The updatedAt field timestamps every job.

Is it legal? The actor returns only publicly available job postings. You are responsible for how you use the data.

Can I connect it to my other tools? The Greenhouse Job Board Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Notes

Original clean-room implementation. Returns only public job-posting data; you are responsible for how you use it. Not affiliated with or endorsed by Greenhouse.