Workday Jobs Search Scraper avatar

Workday Jobs Search Scraper

Pricing

from $2.99 / 1,000 workday career roles

Go to Apify Store
Workday Jobs Search Scraper

Workday Jobs Search Scraper

Scrape job listings from Workday (via MyWorkdayJobs.com). Extract job titles, companies, locations, employment types, and descriptions from organizations using Workday HCM for recruitment intelligence.

Pricing

from $2.99 / 1,000 workday career roles

Rating

0.0

(0)

Developer

Jobs API

Jobs API

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

Intel Workday Verified Jobs Scraper

This Actor targets Intel's public Workday External board at intel.wd1.myworkdayjobs.com. It emits only complete records verified against the public detail page and its public job data endpoint. It does not solve CAPTCHAs, bypass access controls, or use the Workday externalUrl field as an application URL.

Modes

  • search: searches the public Intel board with query and returns up to maxItems verified detail records.
  • single: verifies one exact public detail URL in jobUrl.
  • multiple: verifies exact public detail URLs in jobUrls, urls, or Apify-style startUrls.

Direct URLs must remain on intel.wd1.myworkdayjobs.com and end in a Workday requisition ID such as _JR0284076. The Actor verifies the page path, the public job endpoint requisition ID, the title when a listing title is available, the description, and the real /apply route when it is exposed by the page.

Local commands

npm install --ignore-scripts
npm test
npm run lint
apify validate-schema .actor/input_schema.json
apify run --purge --input-file INPUT.json
apify run --purge --input-file INPUT-single.json
apify run --purge --input-file INPUT-multiple.json
npm run validate:dataset

The checked-in INPUT*.json files are local examples using current public Intel Workday URLs. Optional company, salary, location, similar-job, and questionnaire fields are omitted when the public source does not provide them.

Runs use finite request, concurrency, retry, navigation, and handler limits. Verified jobs survive later detail failures. Dataset rows remain job-only; OUTPUT_SUMMARY, SOURCE_METADATA, and RUN_DIAGNOSTICS are stored in the default key-value store.