# Workday Jobs Scraper (`robertosan16/workday-jobs-scraper`) Actor

Scrape jobs from any Workday career site (myworkdayjobs.com): title, locations, dates, salary from the description, full text and apply link. Gets every job, even beyond the 2,000 Workday shows per search.

- **URL**: https://apify.com/robertosan16/workday-jobs-scraper.md
- **Developed by:** [Robert Khairislamov](https://apify.com/robertosan16) (community)
- **Categories:** Jobs, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$1.00 / 1,000 jobs

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Workday Jobs Scraper

**Scrape all jobs from any Workday career site.** Get title, locations, posting date, salary, description and apply link, even beyond Workday's 2,000-job search limit. Export to JSON, CSV or Excel, or use the API. **$1 per 1,000 jobs, no start fee.**

Scrape jobs from any **Workday** career site (`myworkdayjobs.com`): title, all locations, posting date, time type, requisition ID, **salary found in the description**, full description and apply link. Workday's job search stops at 2,000 results; this scraper splits big searches by the site's own filters and **gets every job**. Filter by keyword, location, remote or date, and run it on a schedule to get **only new jobs**. No browser, no login.

### What can this Workday scraper do?

- 🏢 **Any Workday career site**: NVIDIA, Salesforce, Adobe, Target and thousands of other employers. Paste the link of the job search page.
- ♾️ **Beyond the 2,000-job limit**: when a search has more results than Workday lists, the scraper searches each job category or location separately and merges the results without duplicates.
- 🎯 **Keep your filters**: select categories or locations on the career site and paste the link. The filters in the link are applied.
- 🔎 **Filters**: title keywords (also searched on the site itself, so big sites are fast), excluded words, locations, remote only, posted in the last N days, only jobs with a salary.
- 💰 **Salary ranges from descriptions**, such as "The base salary range is 168,000 USD - 264,500 USD", as `min`, `max`, `currency` and `interval`.
- 🆕 **Only new jobs since the last run**: for job alerts and hiring monitoring. Details are loaded only for new jobs, so scheduled runs are quick.
- 🧩 **Same output as our other job scrapers**, listed at the end of this page, so jobs from company career sites and job boards fit into one table.

### What data does it extract?

| Field | Example |
|---|---|
| `title` | Senior System Engineer, Solution Engineering |
| `companyName` / `company` | nvidia / nvidia/NVIDIAExternalCareerSite |
| `location` / `locations` | Poland, Remote; Germany, Remote; … |
| `remote` / `workplaceType` | true / remote |
| `employmentType` | full-time |
| `salary` | `{ "min": 168000, "max": 310500, "currency": "USD", "interval": "year" }` |
| `postedAt` | 2026-09-22T00:00:00.000Z |
| `requisitionId` | JR2026094 |
| `jobUrl` / `applyUrl` | https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/… |
| `descriptionText` / `descriptionHtml` | full job description |

### How to scrape Workday jobs

1. Open the company's careers page and click through to the list of jobs. The address looks like `https://<company>.wd5.myworkdayjobs.com/<site>`.
2. Copy the address from your browser into **Career sites**. You can add many sites.
3. Optionally set filters: keywords such as `engineer`, locations such as `Germany` or `Remote`, a date range.
4. Click **Start**. Download the jobs as JSON, CSV, Excel or HTML, or get them through the API.

#### Example input

```json
{
  "companies": ["https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite"],
  "keywords": ["data scientist", "machine learning"],
  "locations": ["US", "Remote"],
  "postedWithinDays": 14
}
```

#### Example output

```json
{
  "ats": "workday",
  "company": "nvidia/NVIDIAExternalCareerSite",
  "companyName": "nvidia",
  "jobId": "Principal-Data-Scientist---Cloud-Gaming-and-AI_JR2019886",
  "requisitionId": "JR2019886",
  "title": "Principal Data Scientist - Cloud Gaming and AI",
  "department": null,
  "team": null,
  "location": "US, CA, Santa Clara",
  "locations": ["US, CA, Santa Clara", "US, CA, Remote"],
  "remote": true,
  "workplaceType": "remote",
  "employmentType": "full-time",
  "salary": { "min": 248000, "max": 379500, "currency": "USD", "interval": "year", "text": "248,000 USD - 379,500 USD", "source": "description" },
  "postedAt": "2026-06-22T00:00:00.000Z",
  "updatedAt": null,
  "jobUrl": "https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Principal-Data-Scientist---Cloud-Gaming-and-AI_JR2019886",
  "applyUrl": "https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Principal-Data-Scientist---Cloud-Gaming-and-AI_JR2019886/apply",
  "descriptionText": "Join the NVIDIA GeForce NOW cloud team…",
  "descriptionHtml": "<p>…",
  "scrapedAt": "2026-09-24T15:29:13.267Z"
}
```

### Use cases

- **Job boards and aggregators**: large employers post on Workday. Pull their roles into your board automatically.
- **Recruiting and sourcing**: monitor target employers and act on new openings first.
- **Sales and account-based marketing**: hiring spikes by function and location show where budgets are growing.
- **Labor market research**: collect roles, locations and pay ranges from big employers.
- **Job alerts**: send new matching jobs to Slack, email or a spreadsheet every morning.

### How much does it cost?

You pay only for the jobs you get: **$1 per 1,000 jobs**. No start fee and no monthly rent. Jobs filtered out by your settings are free. The Apify free plan covers thousands of jobs every month.

### Tips

- **Big sites**: add title keywords when you can. They are searched on the career site itself, so only matching jobs are loaded.
- **Job alerts**: save your input as a task, turn on **Only new jobs since the last run** and add a schedule. Only new jobs are loaded and returned.
- **Pre-filtered links**: pick a category or country on the career site, then copy the link. Those filters are kept.
- **Errors per site**: see the `SUMMARY` record in the run's key-value store.

### FAQ

**Which links work?** Job search pages on `*.myworkdayjobs.com` (for example `https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite` or with a language such as `/en-US/`) and `*.myworkdaysite.com/recruiting/<company>/<site>`. Links to single jobs work too; the whole site is scraped.

**Why is `department` empty?** Workday career sites do not publish the department of a job. Use title keywords, or pick a job category on the site and paste the filtered link.

**Is it legal to scrape Workday career sites?** The Actor reads the same public data the career site shows to every visitor. Job postings are public business information, not personal data. Check the terms that apply to your use case.

### More job scrapers with the same output

- [Greenhouse Jobs Scraper](https://apify.com/robertosan16/greenhouse-jobs-scraper): every job of any company on Greenhouse, with salary ranges
- [Lever Jobs Scraper](https://apify.com/robertosan16/lever-jobs-scraper): every job of any company on Lever, including EU sites
- [Ashby Jobs Scraper](https://apify.com/robertosan16/ashby-jobs-scraper): startup jobs from Ashby job boards, with compensation
- [Dice Jobs Scraper](https://apify.com/robertosan16/dice-jobs-scraper): US tech jobs from Dice.com, with skills and salaries
- [Welcome to the Jungle Jobs Scraper](https://apify.com/robertosan16/welcome-to-the-jungle-jobs-scraper): startup jobs in France, Europe, the UK and the US
- [SEEK Jobs Scraper](https://apify.com/robertosan16/seek-jobs-scraper): jobs in Australia and New Zealand, with salaries as numbers
- [StepStone Jobs Scraper](https://apify.com/robertosan16/stepstone-jobs-scraper): jobs in Germany, with benefits and English-language jobs

Missing a field or a feature? Open an issue in the Issues tab and we will reply quickly.

# Actor input Schema

## `companies` (type: `array`):

Links to Workday job search pages, for example <code>https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite</code>. Open the company's careers page, click through to the job list and copy the address from your browser. Filters you selected on the page (category, location) are kept.

## `keywords` (type: `array`):

Keep jobs whose title contains any of these words or phrases, for example <code>engineer</code> or <code>product manager</code>. Common word endings are included: <code>engineer</code> also finds "Engineering". Add <code>*</code> for any ending: <code>data*</code>. Each keyword is also searched on the career site itself, so big sites are read faster.

## `excludeKeywords` (type: `array`):

Skip jobs whose title contains any of these, for example <code>intern</code> or <code>senior</code>.

## `locations` (type: `array`):

Keep jobs in any of these places, for example <code>London</code>, <code>Germany</code> or <code>CA</code>. Whole words are matched, so <code>CA</code> does not match "Canada". <code>Remote</code> also keeps remote jobs.

## `remoteOnly` (type: `boolean`):

Keep only jobs marked as remote or with "Remote" in a location.

## `postedWithinDays` (type: `integer`):

Keep jobs published in the last N days: 1 means today and yesterday. Leave empty or 0 for any date.

## `onlyWithSalary` (type: `boolean`):

Keep only jobs with a pay range, from the job board or found in the description.

## `onlyNew` (type: `boolean`):

For scheduled runs: save only jobs that were not seen in earlier runs of the same saved task. The first run saves all current jobs and remembers them. Jobs that did not match your filters are remembered too.

## `includeDescription` (type: `boolean`):

Save the full job description as plain text and HTML. Turn off for smaller results.

## `maxItems` (type: `integer`):

Stop after saving this many jobs. Leave empty or 0 for no limit. The example is kept small so the first run takes seconds.

## `maxItemsPerCompany` (type: `integer`):

Save at most this many jobs from each company. Leave empty or 0 for no limit.

## `proxyConfiguration` (type: `object`):

Not needed in most cases: the job board APIs are public. Turn on Apify Proxy if a site limits your requests.

## Actor input object example

```json
{
  "companies": [
    "https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite"
  ],
  "keywords": [
    "engineer"
  ],
  "remoteOnly": false,
  "onlyWithSalary": false,
  "onlyNew": false,
  "includeDescription": true,
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `jobs` (type: `string`):

Job postings with title, company, locations, salary, dates, description and links.

## `summary` (type: `string`):

Jobs found, matched and saved for each company, with errors.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "companies": [
        "https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite"
    ],
    "keywords": [
        "engineer"
    ],
    "maxItems": 50,
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("robertosan16/workday-jobs-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "companies": ["https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite"],
    "keywords": ["engineer"],
    "maxItems": 50,
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("robertosan16/workday-jobs-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "companies": [
    "https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite"
  ],
  "keywords": [
    "engineer"
  ],
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call robertosan16/workday-jobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,robertosan16/workday-jobs-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/UoHnx8rozYHpGQURS/builds/zfsS9CqAx683x0yCp/openapi.json
