# Track a company's open roles on Workday

**Use case:** 

Page through a company's whole Workday careers site: title, team, location, remote flag and posting date, in one normalised shape.

## Input

```json
{
  "boards": [
    "https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite"
  ],
  "remoteOnly": false,
  "includeDescription": false,
  "maxResultsPerCompany": 300,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "title",
    "format": "string"
  },
  "boardTokenResolved": {
    "label": "boardTokenResolved",
    "format": "string"
  },
  "location": {
    "label": "location",
    "format": "string"
  },
  "postedAtRelative": {
    "label": "postedAtRelative",
    "format": "string"
  },
  "url": {
    "label": "url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Workday Jobs Scraper: One Board You Name, No API Key](https://apify.com/glitchbound/workday-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/glitchbound/workday-jobs-scraper) to learn more, explore other use cases, and run it yourself.