Greenhouse Jobs Scraper: Lever & Ashby Jobs avatar

Greenhouse Jobs Scraper: Lever & Ashby Jobs

Pricing

Pay per usage

Go to Apify Store
Greenhouse Jobs Scraper: Lever & Ashby Jobs

Greenhouse Jobs Scraper: Lever & Ashby Jobs

Scrape complete public Greenhouse, Lever, and Ashby job feeds into one clean dataset.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

David

David

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 hours ago

Last modified

Categories

Share

Export every open role from public Greenhouse, Lever, and Ashby job boards into one clean Apify dataset. Give the Actor company board tokens and it returns hundreds of current jobs in one run, ready for CSV, Excel, JSON, Make, Zapier, an Apify schedule, or your own data pipeline.

This is a feed, not a change alert. It removes the repetitive work of opening company career pages, paging through roles, copying fields, and normalizing three different ATS formats.

What it is for

  • Recruiting research: export the full hiring footprint of target employers.
  • Job-search feeds: combine current openings from several companies in one dataset.
  • Market intelligence: compare departments, locations, remote policies, and hiring volume.
  • Sales signals: find companies hiring into teams that may need your product.
  • Scheduled data pipelines: rerun the same input daily and use stableId to deduplicate rows.

Input

Add up to 20 public ATS boards. Each item needs two values:

  • provider: greenhouse, lever, or ashby.
  • company: the public board token visible in the job-board URL.

maxJobsPerBoard controls the maximum number of rows exported per company, from 1 to 2,000. Its default is 1,000, so large company feeds work without extra configuration.

Ready-to-run example:

{
"boards": [
{ "provider": "greenhouse", "company": "stripe" },
{ "provider": "lever", "company": "spotify" },
{ "provider": "ashby", "company": "linear" }
],
"maxJobsPerBoard": 1000
}

Output

One dataset row equals one open job:

{
"provider": "greenhouse",
"company": "stripe",
"title": "Software Engineer",
"location": "Remote",
"department": "Engineering",
"employmentType": "",
"workplaceType": "",
"jobUrl": "https://...",
"publishedAt": "2026-08-01T12:00:00.000Z",
"stableId": "greenhouse:123456",
"fetchedAt": "2026-08-06T08:00:00.000Z"
}

The Actor also writes a summary with the number of jobs exported per board and any board-level error. One invalid company token does not throw away successful results from the other boards.

How to find the company token

  • Greenhouse URLs usually contain boards.greenhouse.io/<company> or job-boards.greenhouse.io/<company>.
  • Lever URLs use jobs.lever.co/<company>.
  • Ashby URLs use jobs.ashbyhq.com/<company>.

Copy only the <company> segment into the input. No login, browser cookies, proxy, or API key is required.

Limits and responsible use

The Actor reads official public job-feed endpoints only. It does not access candidate profiles, emails, phone numbers, authenticated systems, or private hiring data. Results reflect what each employer currently publishes and may omit fields that the employer leaves blank. Keep run frequency reasonable and follow the terms applicable to your use case.

This Actor is unofficial and is not affiliated with Greenhouse, Lever, Ashby, or the companies whose public job feeds you choose to export.