Hiring Signals Scraper (Greenhouse, Lever, Ashby, Workable)
Pricing
from $1.20 / 1,000 results
Hiring Signals Scraper (Greenhouse, Lever, Ashby, Workable)
Scrape company job postings and hiring signals from Greenhouse, Lever, Ashby and Workable job boards — one row per job, or one hiring summary per company.
Pricing
from $1.20 / 1,000 results
Rating
0.0
(0)
Developer
Murat Uzun
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
20 hours ago
Last modified
Categories
Share
What is Hiring Signals Scraper?
Hiring Signals Scraper is an Apify Actor that reads the official public job-board data of ten modern applicant tracking systems — Greenhouse, Lever, Ashby, Workable, SmartRecruiters, Recruitee, Personio, Teamtailor, BambooHR and Workday — and returns either one clean row per open job or one hiring summary per company. Give it an ATS slug like stripe or a board URL like https://jobs.lever.co/spotify; it hits documented endpoints such as boards-api.greenhouse.io/v1/boards/<slug>/jobs, so there is no headless browser, no proxy, and nothing to get blocked by.
A bare slug is probed against every board except Workday in parallel, and every board that actually has postings is returned, so you do not need to know which ATS a company runs. Workday needs a full board URL — it identifies a company by a tenant and a site, which no single slug carries.
What data does Hiring Signals Scraper extract?
In One row per job mode each row is a single posting:
| Field | Type | Description |
|---|---|---|
company / companyName | string | Your input value, and the company name the API reports |
ats | string | greenhouse, lever, ashby, workable, smartrecruiters, recruitee, personio, teamtailor, bamboohr or workday |
jobId | string | The board's own posting ID |
title | string | Job title |
department / team | string | Org unit and sub-team, where the board exposes both |
location | string | Location as the board publishes it |
isRemote | boolean | From the board's own remote flag, else the location text |
employmentType | string | e.g. Full-time, Permanent, FullTime (raw per ATS) |
postedAt | string | ISO date the posting first went live |
url | string | Public job page |
salaryMin / salaryMax / salaryCurrency | number/string | Ashby and Recruitee boards that publish pay ranges |
description | string | Plain text, HTML stripped, max 5,000 chars (optional) |
error / scrapedAt | string | Per-row error, timestamp |
In One row per company mode each row is a hiring summary: totalJobs, remoteJobs, jobsByDepartment, jobsByLocation (top 10), newestPostedAt, oldestPostedAt, jobsPostedLast30Days, topTitles (5 newest), boardUrl and hiringVelocity — high (20+ new jobs in 30 days), medium (5+), low (1+) or none.
How to use Hiring Signals Scraper
- Paste your companies into Companies — bare ATS slugs, board URLs, or a mix of both.
- Pick an Output mode: One row per job for aggregators and recruiters, One row per company for sales intelligence and competitor watching.
- Leave Max jobs per company at 200, turn on Include job descriptions only if you need full text, then click Start and export as JSON, CSV, Excel or HTML.
Example input
{"companies": ["stripe", "https://jobs.lever.co/spotify", "https://jobs.ashbyhq.com/ashby"],"outputMode": "jobs","maxJobsPerCompany": 200,"includeDescriptions": false}
Example output
{"company": "stripe","companyName": "Stripe","ats": "greenhouse","jobId": "8175644","title": "Project Manager, People Mergers & Acquisitions (M&A)","department": "6532 Benefits","team": null,"location": "SF, SEA, NYC, US-Rem","isRemote": true,"employmentType": null,"postedAt": "2026-09-12T00:20:25.000Z","url": "https://stripe.com/jobs/search?gh_jid=8175644","salaryMin": null,"salaryMax": null,"salaryCurrency": null,"description": null,"error": null,"scrapedAt": "2026-09-12T15:47:31.815Z"}
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
companies | array | ["stripe"] | ATS slugs or job-board URLs |
outputMode | enum | jobs | jobs or companies |
maxJobsPerCompany | integer | 200 | Newest postings kept per company (1–5,000) |
includeDescriptions | boolean | false | Add plain-text descriptions (max 5,000 chars) |
maxConcurrency | integer | 5 | Parallel requests (1–20) |
Pricing
Hiring Signals Scraper uses pay-per-event pricing: $0.002 per result row ($2 per 1,000 jobs or company summaries), plus a negligible $0.00005 actor-start fee, with platform usage included. Most boards are one HTTP request no matter how many jobs they hold (SmartRecruiters and Workday paginate internally for very large boards, still one billed row per job or company), so a 500-company sweep in companies mode costs about $1. Set Maximum cost per run to cap spend — the Actor trims its own work to fit and never pushes a row it cannot charge for.
Hiring Signals Scraper vs. scraping job boards yourself
Writing ten ATS clients means ten payload shapes (JSON, an XML feed and an RSS feed among them), a dozen date formats (Lever ships epoch milliseconds, Workable a bare YYYY-MM-DD, Workday only a relative string like "Posted 3 Days Ago"), HTML-escaped descriptions on Greenhouse and Teamtailor, a POST-with-pagination search API on Workday, and a separate detail call per job on Workable. This Actor normalises all of that into one schema, and handles the traps: Workable answers HTTP 200 with an empty job list for many slugs it merely reserves — including stripe — so a naive "200 means yes" probe mislabels the ATS. Here a board only counts when it actually has postings.
Using Hiring Signals Scraper with AI agents and MCP
This Actor runs on pay-per-event pricing with limited permissions — the two requirements for an Actor to be callable through the Apify MCP server at mcp.apify.com. An agent passes companies and outputMode and gets structured rows back, with no HTML to parse. It also connects via n8n, Make, Zapier and LangChain through Apify's integrations.
FAQ
Which ATS platforms are supported? Greenhouse, Lever, Ashby, Workable, SmartRecruiters, Recruitee, Personio, Teamtailor, BambooHR and Workday. Boards on SuccessFactors, iCIMS, JazzHR or Taleo return error: "Not found on <the boards a bare slug was checked against>". Workday is the one exception to bare-slug probing — paste its full board URL (https://<tenant>.wd<N>.myworkdayjobs.com/<site>) instead of a slug.
Why does a company show 0 jobs? The board exists but has nothing published. jobs.lever.co/lever and apply.workable.com/typeform are both live, empty boards today — you still get a row, with error: "No open jobs found".
Are salaries included? Only where the board publishes them, which in practice means Ashby's compensation API and, less often, Recruitee. Greenhouse, Lever, Workable, SmartRecruiters, Personio, Teamtailor, BambooHR and Workday return null salary fields.
Why is description always null for SmartRecruiters and Workday? Both boards' public list endpoints report metadata only — the job body lives behind a separate per-posting detail call, which this Actor skips to avoid doubling the request count. Every other supported ATS returns a description when Include job descriptions is on.
Does maxJobsPerCompany affect company summaries? No. In companies mode the summary always counts the whole board, otherwise totalJobs and hiringVelocity would silently understate the truth.
Is this legal to run? The Actor reads only public job listings that companies publish for candidates, and collects no personal data. You are responsible for complying with the boards' terms and applicable law.
Can I schedule it? Yes — run it daily and diff jobId values to detect new and closed roles.
Related Actors
Part of the webdatatools web-intelligence suite — every Actor is pay-per-event, runs without proxies or a headless browser, and returns one clean row per entity:
Website & domain intelligence
- Website Contact & Social Extractor — e-mails, phones and social profiles per domain
- Website Tech Stack Detector — CMS, e-commerce, analytics, pixels and payments per domain
- Domain DNS & Email Security Checker — SPF, DKIM, DMARC, MX provider, registrar and domain age
- Domain Security Audit — TLS expiry, security headers, redirect chain, robots and llms.txt
- Subdomain Finder (Certificate Transparency) — every subdomain seen in CT logs, with a live DNS check
- Bulk Core Web Vitals & PageSpeed Audit — Lighthouse scores, LCP, CLS, INP and top fixes per URL
- On-Page SEO Audit — title, meta, headings, links, images and schema issues per page
- Sitemap URL Extractor & Change Monitor — every sitemap URL, or new and removed pages between runs
- Wayback Machine Snapshot & Page Change Tracker — how a page changed over time, or every archived snapshot
Content for AI, LLMs and RAG
- AI Web Search & Read — a query turned into clean Markdown from the top search results
- Website to Markdown Crawler for LLM & RAG — any site as clean Markdown per page, no browser
- Article & News Extractor — clean article text, author, date and Markdown per URL
- Structured Data & JSON-LD Extractor — Schema.org and Open Graph data from any page
- Google News Scraper — news results by keyword, topic or site
- Press Release Monitor — PR Newswire, Business Wire and GlobeNewswire releases
Search, video and social
- Google Search Results Scraper — organic SERP results per keyword and country
- YouTube Comments Scraper — comments and replies with likes, no API key
- YouTube Channel Latest Videos — the latest 15 videos of any channel from RSS
- YouTube Channel Videos Scraper — a channel's full video, shorts and stream list
- YouTube Search Results Scraper — videos, channels and playlists per query
- YouTube Video Details Scraper — views, likes, description, tags and chapters per video
- Apple Podcasts Lookup & Episodes Scraper — podcast metadata and episodes from iTunes and RSS
- Bluesky Scraper — posts, profiles, followers and threads from the AT Protocol API
Leads, jobs and company data
- Company 360 — one row per domain: contacts, tech, security, hiring and company facts
- Y Combinator Companies & Founders Scraper — YC startups by batch, industry and hiring status
- Wikidata Entity & Company Enrichment — HQ, founders, employees, revenue and social IDs per company
- Bulk Email Validator — syntax, MX, disposable, role and free-provider checks
- OpenStreetMap POI Extractor — shops and amenities by radius, bbox or area
Developer, app and research data
- npm, PyPI & Crates.io Package Health Checker — releases, downloads, deprecation and a health score
- GitHub Repository Health & Activity Report — stars, commits, contributors and risk flags per repo
- VS Code Marketplace Extension Scraper — installs, ratings and versions per extension
- Chrome Web Store Extension Scraper — users, rating, version and developer per extension
- Google Play Store Scraper — apps, ratings, installs, developer contact and reviews
- App Store (iOS) App Metadata & Top Charts — ratings, price, version and charts per app
- CrossRef DOI & Citation Metadata Lookup — papers, authors, journals and citation counts
- FDA Recalls & Adverse Events Monitor — food, drug and device recalls from openFDA
- iCal / ICS Calendar Feed to Events Extractor — any public calendar feed as event rows
- Shopify Store Products Scraper — catalog, prices, variants and stock per store
Support and feedback
Missing an ATS, or a field mapped the wrong way? Open an issue on the Issues tab.