>

Workday Jobs Scraper β€” Enterprise Careers API

Reading Time: < 1 minute

Thousands of large enterprises post jobs on Workday-hosted career sites, but each board is a separate JavaScript app with no shared API. Recruiters, talent-market researchers, and competitive-intel teams need Workday postings across many companies as one clean feed.

What you get

Each posting as JSON: job title, company, location, posted date, and the canonical job URL β€” pulled from the public Workday board APIs, no login.

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",
  "url": "https://company.wd1.myworkdayjobs.com/..."
}

Run it

Open the actor on Apify → Pay-per-result, $5/month free credit, no subscription.

Part of a workflow bundle: browse the related actors. More in the cluster guide.

FAQ

Does it need login or cookies?

No β€” it reads the public Workday board APIs.

Can I scrape multiple companies at once?

Yes β€” pass a list of Workday board URLs.

What about keyword filtering?

Use searchText to filter postings by keyword.

How is it priced?

Pay-per-job on Apify with $5/month free credit.

Pull jobs straight from the source ATS