Ashby Jobs Scraper avatar

Ashby Jobs Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Ashby Jobs Scraper

Ashby Jobs Scraper

Extract every job posting from any company's Ashby job board (jobs.ashbyhq.com). Clean normalized output with full descriptions, compensation ranges, locations, and apply URLs. Multiple companies per run.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Oğuzcan Karaman

Oğuzcan Karaman

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract every job posting from any company that hires through Ashby — in a single fast request per company, with clean, normalized, analysis-ready output. No API keys, no setup: paste a company's job-board URL (like jobs.ashbyhq.com/openai) or its board name and run.

Ashby is the ATS of choice for today's fastest-growing companies — OpenAI, Anthropic, Ramp, Linear, and thousands more publish their jobs on Ashby job boards. This Actor turns them into structured data using the same public endpoint the boards themselves use — including structured compensation ranges when the employer displays them.

What you get

Every job is returned in a normalized schema shared by all my ATS scrapers (Greenhouse, Lever, SmartRecruiters, Workable, BambooHR, Recruitee, …), so you can combine sources without any mapping work:

  • Full job description (plain text and HTML) — no extra detail requests needed, so runs are very fast
  • Compensation data — Ashby's native salary summaries ("$185K – $325K") parsed into structured min/max/currency
  • Structured location — city, region, country, and a reliable remote flag
  • ✅ Department, team, employment type, published date
  • ✅ Direct posting URL and apply URL
  • Multiple companies in one run, automatic deduplication

Use cases

  • Job boards & aggregators — Ashby hosts the hottest AI and startup hiring
  • Recruiting & talent intelligence — track who is hiring, where, and for what
  • Sales lead generation — companies hiring for role X are buying tools for X
  • Salary benchmarking — structured compensation ranges straight from the source
  • AI agents & LLM pipelines — clean JSON for RAG or agent tools

Input

{
"companies": ["https://jobs.ashbyhq.com/openai", "ramp"],
"keyword": "engineer",
"location": "remote",
"postedAfter": "2026-06-01",
"maxJobsPerCompany": 500
}

Output example

{
"id": "4f31b26a-…",
"source": "ashby",
"title": "Forward Deployed Software Engineer",
"company": { "identifier": "openai", "name": null },
"location": { "city": "San Francisco", "region": "California", "country": "United States", "remote": true, "raw": "San Francisco" },
"department": "Model Deployment for Business",
"employmentType": "Full-time",
"salary": { "min": 185000, "max": 325000, "currency": "USD", "period": null, "raw": "$185K - $325K" },
"postedAt": "2025-11-15T01:25:39.198Z",
"postingUrl": "https://jobs.ashbyhq.com/openai/4f31b26a-…",
"applyUrl": "https://jobs.ashbyhq.com/openai/4f31b26a-…/application",
"descriptionText": "About the team …",
"descriptionHtml": "<h1>About the team</h1> …",
"scrapedAt": "2026-07-04T12:00:00.000Z"
}

Pricing

Pay-per-event: a small fee per Actor start plus a per-job fee. You only pay for the jobs you actually get. A typical single-company run costs a few cents.

FAQ

How do I find a company's board name? Open the company's careers page and look for links to jobs.ashbyhq.com/{board} — the last path segment is the board name (spaces allowed, e.g. Sierra Space). You can also just paste the URL.

Is this legal? The Actor only reads the public, unauthenticated posting API that Ashby provides exactly for publishing these postings. No login, no personal data.

A company returns "not found". The company either uses a different ATS or a custom board name. Check the careers page URL, or try my other ATS scrapers — the output schema is identical.