Thousands of large employers host careers on Workday, each as a separate JavaScript app with no shared API. Tools that collect Workday postings differ in whether they use the public board endpoints (sustainable) or browser automation (heavier), and in pricing model.
Tools to consider
An unranked list of common options in this category, described factually. Pricing models change over time β confirm current terms with each provider.
| Tool | Type | Pricing model |
|---|---|---|
| General-purpose scraping platforms | Browser automation, you build the logic | Compute/proxy + your time |
| Custom in-house scripts | Full control, full maintenance | Your engineering time |
| NexGenData Workday Jobs Scraper (this site) | Public Workday board APIs, no login | Pay-per-job, $5/mo free credit |
Where the NexGenData actor fits
The NexGenData Workday actor reads the public Workday board APIs (no login, no browser farm), so it stays working and returns each posting as JSON β title, company, location, posted date, URL β across many boards in one run, billed per job.
Sample input
{
"boards": [
"https://company.wd1.myworkdayjobs.com/careers"
],
"searchText": "data engineer",
"maxJobsPerBoard": 50
}Sample output
{
"title": "Senior Data Engineer",
"company": "ExampleCorp",
"location": "Remote - US",
"postedDate": "2026-05-30"
}Try it
Open the actor on Apify → Pay-per-result, $5/month free credit, no subscription.
Step-by-step guide: read the buyer guide. More tools in the cluster hub.
FAQ
Does it need login?
No β it reads the public Workday board APIs.
Can it cover many companies?
Yes β pass a list of Workday board URLs.
Why not browser automation?
Public board APIs are more stable and cheaper than driving a browser.
What does it cost?
Pay-per-job on Apify with $5/month free credit.