What it does
Workday Jobs Scraper extracts open roles from any company's Workday careers site (the *.myworkdayjobs.com address) by calling the public Workday CXS jobs endpoint. It paginates through every job page up to your cap and normalizes each role into one structured record — title, location, posting recency, employment type, and a direct apply URL. No login and no anti-bot to fight.
Who it's for
Recruiters sourcing enterprise roles at scale, GTM teams treating hiring as a buying signal, analysts tracking competitor headcount, and job boards building a clean enterprise feed.
Sample fields / output
| Field | Description |
|---|---|
company / site
|
Workday tenant + career site |
title |
Job title |
location |
Role location(s) |
postedOn |
Posting recency |
timeType |
Full-time / part-time |
url |
Direct apply URL |
{ "company":"nvidia", "title":"Verification Engineer - GPU",
"location":"India, Bengaluru", "postedOn":"Posted Today",
"url":"https://nvidia.wd5.myworkdayjobs.com/.../job/..." }
Example use cases
- Source enterprise roles at scale across many Workday tenants
- Use hiring activity as a buying/intent signal for sales and GTM
- Track a competitor's headcount growth or build a clean job-feed aggregator
▶ Run Workday Jobs Scraper on Apify
Related actors
FAQ
Do I need a Workday login or API key?
No. It uses each site's public CXS jobs endpoint — no login, no key.
How do I find a company's board URL?
Visit its careers page; the address will be a *.myworkdayjobs.com/... URL you paste straight in.
What does it cost?
Pay-per-event: $0.005 per run plus $0.08 per job, so about $40 for 500 roles.
Top comments (0)