# Scrape a Workday Careers Site by Tenant

**Use case:** 

Pull open roles from any Workday tenant using the tenant.wdN/Site path — covers most F500 career boards.

## Input

```json
{
  "mode": "jobs",
  "companyDomains": [],
  "atsTargets": [
    "workday:nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite"
  ],
  "keywordFilter": "",
  "functionFilter": [],
  "seniorityFilter": [],
  "locationFilter": [],
  "remoteOnly": false,
  "postedWithinDays": 90,
  "enableIntent": false,
  "emitCompanySignals": false,
  "intentBatchSize": 20,
  "incrementalMode": false,
  "maxJobsPerCompany": 50,
  "maxItems": 30,
  "concurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "function": {
    "label": "Function",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "atsPlatform": {
    "label": "ATS",
    "format": "text"
  },
  "intentTags": {
    "label": "Intent tags",
    "format": "array"
  },
  "vendorSignals": {
    "label": "Vendor / tech",
    "format": "array"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "postedDate": {
    "label": "Posted",
    "format": "date"
  },
  "applyUrl": {
    "label": "Apply",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [ATS Hiring Intent - Buying Signals (Greenhouse + 4 ATSes)](https://apify.com/constructive_calm/ats-hiring-intent-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/ats-hiring-intent-scraper) to learn more, explore other use cases, and run it yourself.