Workday Jobs Scraper
Pricing
from $0.02 / 1,000 result extracteds
Workday Jobs Scraper
Scrape public Workday career sites for job titles, URLs, locations, employment type, requisition IDs, and descriptions.
Pricing
from $0.02 / 1,000 result extracteds
Rating
0.0
(0)
Developer
Hanna Nosova
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 hours ago
Last modified
Categories
Share
Scrape public Workday career sites and export clean job-opening data from companies that use Workday for recruiting.
Use this actor when you need current roles, locations, application links, posting labels, requisition IDs, employment type, and optional full job description text from public Workday-hosted career pages.
Job data workflow
Use LinkedIn Jobs Scraper for marketplace job postings by keyword and location.
Use Workday Jobs Scraper and Greenhouse Jobs Scraper for company ATS boards.
Join outputs by company, title, location, and job URL to build recruiting research, hiring-signal, and labor-market datasets.
What does Workday Jobs Scraper do?
Workday Jobs Scraper collects public job postings from Workday-hosted company career sites.
It accepts Workday career URLs such as https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite.
The actor returns one dataset item per job.
Each item includes the job title, company, job ID, Workday URL, location text, individual locations, posted label, employment type, remote indicator, description fields, source URL, and scrape timestamp.
You can collect broad company job boards or filter by keyword.
Who is it for?
Recruiters use this scraper to monitor hiring activity at target companies.
Talent intelligence teams use it to build competitive hiring dashboards.
Job-board operators use it to collect public openings for indexing and matching.
Lead generation teams use hiring signals to prioritize accounts.
Labor-market analysts use job postings to measure demand by role and location.
Sales teams use new hiring activity as a trigger for outreach.
Developers use the output in warehouses, CRMs, BI tools, and internal workflows.
Why use this actor?
✅ Simple input: paste one or more public Workday career URLs.
✅ Clean data: each job is normalized into a structured dataset row.
✅ Keyword search: narrow a run to engineering, sales, remote, analyst, or any other keyword.
✅ Optional descriptions: include full job description HTML and text when you need rich content.
✅ Multiple companies: scrape several Workday career sites in one run.
✅ Low-friction exports: download JSON, CSV, Excel, XML, RSS, or connect via API.
✅ Hiring intelligence: track job volume, locations, requisitions, and public application links.
Example use cases
Track all open jobs at a list of target accounts.
Monitor engineering hiring across competitors.
Build a weekly alert for new sales or customer success roles.
Collect job description text for keyword analysis.
Compare hiring by city, country, remote status, or employment type.
Enrich company lead lists with current hiring signals.
Export Workday jobs to Google Sheets, BigQuery, Snowflake, or your CRM.
Input overview
Provide one or more public Workday career site URLs.
A good start URL is the company career page hosted on a Workday domain.
For example:
{"startUrls": [{ "url": "https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite" }],"searchText": "software engineer","maxItems": 25,"includeJobDetails": true}
Leave searchText empty to collect public postings without a keyword filter.
Set maxItems to control run size and cost.
Input fields
| Field | Type | Description |
|---|---|---|
startUrls | array | Public Workday career site URLs to scrape. |
searchText | string | Optional keyword search, for example remote or software engineer. |
maxItems | integer | Maximum number of job records to save across all URLs. |
includeJobDetails | boolean | Fetch job descriptions and richer detail fields. |
companyName | string | Optional company name override for output. |
proxyConfiguration | object | Optional proxy settings for advanced cases. |
Output data
The actor stores results in the default Apify dataset.
Each row represents one public Workday job posting.
| Field | Description |
|---|---|
title | Job title. |
company | Company or tenant name. |
jobId | Requisition or job ID when available. |
workdayId | Workday internal posting ID when available. |
externalPath | Workday path for the posting. |
url | Public job URL. |
locationsText | Location text shown by Workday. |
locations | List of normalized locations when available. |
postedOn | Relative posted label such as Posted Today. |
postedDate | Date field when Workday provides one. |
employmentType | Time type such as full time or part time. |
jobFamily | Job family when available. |
category | Category when available. |
remoteType | Remote or Hybrid when inferred from location text. |
descriptionHtml | Full job description HTML when details are enabled. |
descriptionText | Normalized plain-text description when details are enabled. |
sourceUrl | Career site URL supplied in the input. |
scrapedAt | ISO timestamp for the scrape. |
Example output
{"title": "Senior System Software Engineer - GPU Performance","company": "Nvidia","jobId": "JR1997214","workdayId": "f87bc06e354810009fb4444b23750000","externalPath": "/job/US-CA-Santa-Clara/Senior-HPC-Performance-Engineer_JR1997214","url": "https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Senior-HPC-Performance-Engineer_JR1997214","locationsText": "2 Locations","locations": ["US, CA, Santa Clara", "US, Remote"],"postedOn": "Posted Today","employmentType": "Full time","remoteType": "Remote","sourceUrl": "https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite","scrapedAt": "2026-06-18T00:00:00.000Z"}
How much does it cost to scrape Workday jobs?
This actor uses pay-per-event pricing.
You pay a small run-start charge and then a per-job charge for records saved to the dataset.
The default prefill is intentionally small so your first test run is inexpensive.
Use maxItems to cap the number of records collected.
For exact pricing, open the Pricing tab on the Apify Store actor page.
How to scrape Workday jobs
-
Open the actor on Apify.
-
Add one or more Workday career site URLs.
-
Optionally enter a keyword in
searchText. -
Choose
maxItemsfor your run size. -
Keep
includeJobDetailsenabled if you need descriptions. -
Click Start.
-
Download the dataset or connect it to your workflow.
Tips for best results
Use the company's public Workday career page, not a private applicant dashboard.
Start with a small maxItems value to confirm the URL format.
Use keyword search for focused monitoring workflows.
Leave keyword search blank for broad company hiring snapshots.
Use companyName when the Workday tenant name is abbreviated.
Disable descriptions when you only need title, URL, location, and job ID.
Run the actor on a schedule to monitor newly opened roles.
Scheduling and monitoring
Apify lets you schedule this actor daily, weekly, or monthly.
A scheduled run can monitor target companies and export fresh openings automatically.
Common schedules include:
- Daily monitoring for competitor hiring.
- Weekly lead-list enrichment.
- Monthly labor-market snapshots.
- Alerts when a specific keyword appears.
Integrations
Send scraped jobs to Google Sheets for quick review.
Load records into BigQuery or Snowflake for analytics.
Forward new roles to Slack using Apify integrations or webhooks.
Sync job URLs and titles into a CRM for sales triggers.
Use Make, Zapier, or n8n to route dataset items into downstream tools.
API usage
You can run the actor from the Apify API.
cURL
curl -X POST "https://api.apify.com/v2/acts/fetch_cat~workday-jobs-scraper/runs?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"startUrls": [{"url": "https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite"}],"searchText": "software engineer","maxItems": 25,"includeJobDetails": true}'
Node.js
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: process.env.APIFY_TOKEN });const run = await client.actor('fetch_cat/workday-jobs-scraper').call({startUrls: [{ url: 'https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite' }],searchText: 'software engineer',maxItems: 25,includeJobDetails: true,});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(items);
Python
from apify_client import ApifyClientimport osclient = ApifyClient(os.environ['APIFY_TOKEN'])run = client.actor('fetch_cat/workday-jobs-scraper').call(run_input={'startUrls': [{'url': 'https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite'}],'searchText': 'software engineer','maxItems': 25,'includeJobDetails': True,})items = client.dataset(run['defaultDatasetId']).list_items().itemsprint(items)
MCP usage
Use this actor through Apify MCP from Claude Code, Claude Desktop, or other MCP clients.
MCP URL:
https://mcp.apify.com/?tools=fetch_cat/workday-jobs-scraper
Claude Code example:
$claude mcp add apify-workday-jobs "https://mcp.apify.com/?tools=fetch_cat/workday-jobs-scraper"
Claude Desktop configuration:
{"mcpServers": {"apify-workday-jobs": {"url": "https://mcp.apify.com/?tools=fetch_cat/workday-jobs-scraper"}}}
Example prompts:
- "Scrape the NVIDIA Workday career site for remote software jobs."
- "Collect 100 public Workday openings from these career URLs and summarize locations."
- "Find new Workday job postings that mention data engineering."
Data freshness
The actor reads public job data at run time.
Results reflect what the public Workday career site returned during that run.
Schedule recurring runs when you need change tracking.
Store past datasets if you want to compare hiring changes over time.
Limitations
The actor only collects public Workday job postings.
It does not log in, apply to jobs, or collect private applicant information.
Some companies may have custom career pages that are not standard Workday career sites.
If a supplied URL is not a public Workday career site, the actor may fail with a URL parsing or data-access error.
Troubleshooting
The run saved fewer jobs than expected
The company may have fewer public jobs matching your keyword, or the career site may expose fewer public records than the broad company job count suggests.
Try clearing searchText and increasing maxItems.
The URL is not accepted
Use the public Workday career site URL shown to job seekers.
Avoid private candidate dashboards, application forms, and logged-in URLs.
I need a cleaner company name
Set companyName in the input.
The actor otherwise derives a readable name from the Workday tenant in the URL.
Legality and ethical use
This actor is intended for public job postings.
Only scrape data you are allowed to access.
Respect applicable laws, website terms, and privacy obligations.
Do not use the actor to collect private applicant data or bypass access controls.
FAQ
Can I scrape private Workday applicant pages?
No. This actor is for public Workday job postings only.
Can I monitor several Workday companies at once?
Yes. Add multiple public Workday career site URLs to startUrls and set maxItems high enough for the combined result size.
Why are description fields empty?
Set includeJobDetails to true when you need job description HTML and normalized text.
Related scrapers
You may also find these Apify actors useful:
- Greenhouse Jobs Scraper:
https://apify.com/fetch_cat/greenhouse-jobs-scraper - Ashby Jobs Scraper:
https://apify.com/fetch_cat/ashby-jobs-scraper - Lever Jobs Scraper:
https://apify.com/fetch_cat/lever-jobs-scraper
Support
If a public Workday career URL does not work, include the URL, run ID, and expected result in your support request.
A small reproducible input helps diagnose URL format and site-specific differences quickly.
Changelog
Initial version extracts public Workday job postings from user-supplied career site URLs.
It supports keyword search, pagination, optional details, descriptions, locations, job IDs, URLs, and dataset exports.