# Monitor Workday data analyst openings

**Use case:** 

Track data analyst hiring on a Workday career site, filtered by location, with full job descriptions for downstream analysis.

## Input

```json
{
  "companyUrl": "https://apple.wd1.myworkdayjobs.com/en-US/External",
  "searchQuery": "data analyst",
  "location": "United States",
  "maxJobs": 75,
  "includeDescription": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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