Greenhouse, Lever & Ashby Jobs Scraper avatar

Greenhouse, Lever & Ashby Jobs Scraper

Pricing

from $5.00 / 1,000 job postings

Go to Apify Store
Greenhouse, Lever & Ashby Jobs Scraper

Greenhouse, Lever & Ashby Jobs Scraper

Scrape live job postings from any company's Greenhouse, Lever, or Ashby careers board — title, department, location, remote flag, apply URL, and full description in one row per job.

Pricing

from $5.00 / 1,000 job postings

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Scrape live job postings straight from any company's Greenhouse, Lever, or Ashby careers board — no login, no API key. Get one clean row per job with title, department, location, remote flag, apply URL, and the full description.

What you get

  • Source & company — which board the job came from and the company token
  • Title, department, and team
  • Location plus an isRemote flag detected from the posting
  • Employment type — full-time, contract, etc. (where the board exposes it)
  • Apply URL — the direct hosted job link
  • Published / updated dates (where the board exposes them)
  • Description — full job description as clean plain text

Use cases

  • Buyer-intent & hiring signals — a new job req is one of the strongest sales triggers; track who's hiring for roles that imply they need your product
  • Recruiting & talent mapping — monitor competitor and target-company hiring in one feed
  • Market research — track headcount growth and which teams are expanding
  • Job-board aggregation — power a niche job site from dozens of company boards
  • Lead enrichment — combine detected tech-stack keywords in descriptions with company data

How to use

  1. Add one or more companies in source:board format (see below)
  2. Optionally set Title Keywords, a Location filter, or Remote Only
  3. Optionally cap Max Items
  4. Run the actor — results land in the Dataset tab
  5. Export to JSON, CSV, Excel, or Google Sheets directly from the Apify console

Finding the source:board token

The board token is the company slug in its careers-page URL:

BoardCareers URLEntry
Greenhouseboards.greenhouse.io/stripegreenhouse:stripe
Leverjobs.lever.co/spotifylever:spotify
Ashbyjobs.ashbyhq.com/rampashby:ramp

Example input

{
"companies": ["greenhouse:stripe", "lever:spotify", "ashby:ramp"],
"keywords": ["engineer", "designer"],
"location": "United States",
"remoteOnly": false,
"maxItems": 100
}

Output format

One dataset record per job posting:

{
"source": "greenhouse",
"company": "stripe",
"jobId": "5678901",
"title": "Senior Software Engineer",
"department": "Engineering",
"team": null,
"location": "Remote, US",
"isRemote": true,
"employmentType": null,
"url": "https://boards.greenhouse.io/stripe/jobs/5678901",
"publishedAt": null,
"updatedAt": "2026-05-30T12:00:00Z",
"description": "About the role ..."
}

Notes

  • Filters are applied per run: a job must pass the keyword, location, and remote checks to be kept.
  • Max Items caps the total number of postings across all boards.
  • Some fields (publishedAt, employmentType) are only populated when the underlying board exposes them.