Ashby Public Jobs — ATS Board Posts by Company avatar

Ashby Public Jobs — ATS Board Posts by Company

Pricing

Pay per usage

Go to Apify Store
Ashby Public Jobs — ATS Board Posts by Company

Ashby Public Jobs — ATS Board Posts by Company

Pull Ashby ATS job postings via the public posting-API for any Ashby-using company. One row per posting with title, location, employment type, team, link. No auth required.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

vøiddo

vøiddo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Pull live job postings from any company using the Ashby ATS via its public posting-API. No API key or authentication required. One row per posting with structured metadata.


How to use

Supply a list of Ashby company slugs (the segment that appears in jobs.ashbyhq.com/<slug>). The actor fetches every open posting for each slug and writes one row per job.

Input schema

{
"companies": ["linear", "posthog", "deel"]
}
FieldTypeRequiredDescription
companiesstring[]No (defaults to ["linear","posthog","deel"])Ashby company slugs to scrape

Example output row

{
"company": "linear",
"jobId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"title": "Senior Software Engineer",
"location": "Remote",
"employmentType": "FullTime",
"team": "Engineering",
"department": "Product",
"applyUrl": "https://jobs.ashbyhq.com/linear/a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"publishedAt": "2026-05-01T12:00:00.000Z",
"updatedAt": "2026-05-20T08:30:00.000Z",
"isRemote": true,
"descriptionPlain": "We are looking for a Senior Software Engineer to join our team...",
"snapshotAt": "2026-06-03T18:00:00+00:00"
}

Pricing

EventCost
job_extracted — one job listing row in the dataset$0.0002

You only pay for rows actually written to the dataset. Running the actor against 3 companies that return 50 jobs each costs $0.03.


Buyer

  • Recruiters & talent teams monitoring hiring activity at competitor or partner companies in real time.
  • Sales teams targeting companies actively expanding in specific functions (Engineering, Sales, etc.) as a warm-signal trigger.
  • HR analytics platforms benchmarking job posting velocity, team growth, and compensation trends across Ashby-using startups.
  • Job aggregators building a curated feed of roles from high-signal startups without scraping individual career pages.
  • Investors & researchers tracking hiring momentum as a leading indicator of company health and funding deployment.

Source

Data comes from the Ashby public posting-API — no authentication required:

GET https://api.ashbyhq.com/posting-api/job-board/{company}?includeCompensation=true

The API returns the full jobs array for each company slug in a single response (no pagination). Some companies may have migrated off Ashby — the actor logs a warning and skips 404 responses without crashing.