Company Careers Job Scraper — Greenhouse, Lever & Ashby avatar

Company Careers Job Scraper — Greenhouse, Lever & Ashby

Pricing

from $0.0096 / job scraped

Go to Apify Store
Company Careers Job Scraper — Greenhouse, Lever & Ashby

Company Careers Job Scraper — Greenhouse, Lever & Ashby

Scrape open jobs directly from company career pages powered by Greenhouse, Lever and Ashby — the biggest applicant-tracking systems. Give it company board names and get every job with title, location, department, type, remote flag, apply URL and full description. Public APIs, no login, no anti-bot.

Pricing

from $0.0096 / 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

Share

Scrape open roles straight from companies' own career pages. Most modern companies run their careers on Greenhouse, Lever or Ashby — this Actor reads those platforms' public job-board APIs, so you get clean, structured jobs with no login and no setup. Just give it a list of company board names.

Perfect for job boards & aggregators, recruiting/sourcing, talent-market research, and sales prospecting into hiring companies.

What you get per job

FieldNotes
titleJob title.
location, remoteLocation string and a remote flag.
department, teamOrg unit (when the ATS provides it).
employmentTypeFull-time / contract / intern, when available.
urlDirect apply/job link.
publishedAt, updatedAtPosting timestamps.
descriptionFull job description text (enable Include full job description).
company, platform, jobIdBoard token, which ATS, and the ATS job id.

Input

{
"companies": ["stripe", "ramp", "netflix"],
"platform": "auto",
"includeDescription": false
}
  • companies — company board tokens (usually the company name) or ATS URLs, one per line.
  • platformauto tries Greenhouse → Lever → Ashby for each company, or pick one.
  • includeDescription — include the full job description text.
  • maxConcurrency — companies fetched in parallel.
  • proxyConfiguration — optional; only if you get rate-limited.

Finding a company's board token

It's usually the company name (stripe, ramp). Or copy it from their careers URL: boards.greenhouse.io/airbnb, jobs.lever.co/netflix, jobs.ashbyhq.com/ramp.

Output (one row per job)

{
"company": "stripe",
"platform": "greenhouse",
"jobId": "7954688",
"title": "Account Executive, AI Sales",
"location": "San Francisco, CA",
"remote": false,
"department": "Sales",
"employmentType": null,
"url": "https://stripe.com/jobs/search?gh_jid=7954688",
"updatedAt": "2026-06-26T17:05:44-04:00"
}

FAQ

Do I need accounts or API keys for Greenhouse, Lever or Ashby? No. The Actor reads the public job-board APIs that Greenhouse, Lever and Ashby already serve to render companies' career pages — no login, no API key.

How many jobs can I get per run? It returns every open role each company currently lists on its board. Add more companies to the companies list for more jobs, and use maxConcurrency to control how many boards are fetched in parallel.

Is scraping company career pages legal? Only public job data these ATS platforms already publish is read. This is an independent tool, not affiliated with Greenhouse, Lever or Ashby; review the relevant terms for your use case.

What's the output format? One JSON row per job with title, location, remote, department, employmentType, url, timestamps, company, platform, jobId and (optionally) the full description. Export as JSON, CSV or Excel.

Can I filter by company or platform? Yes. Provide company board tokens (usually the company name) or ATS URLs in companies. Set platform to auto to try Greenhouse → Lever → Ashby for each, or pin it to a single platform.

Combine company career data with job-board and company scrapers:

Notes

Reads only the public job-board APIs these ATS platforms already serve to render their career pages. A company appears empty if it doesn't use one of these three systems (or uses a custom board token) — check its careers URL for the right token.