# Monitor Workday Job Posting Changes

**Use case:** 

Monitor an enterprise Workday career site for new, removed, and reopened jobs. Run on a schedule and export normalized hiring-change signals.

## Input

```json
{
  "monitorName": "workday-enterprise-monitor",
  "companies": [
    "https://adobe.wd5.myworkdayjobs.com/external_experienced"
  ],
  "maxJobsPerCompany": 500,
  "emitInitialSnapshot": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "changeType": {
    "label": "Change",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "ats": {
    "label": "Ats"
  },
  "title": {
    "label": "Job",
    "format": "text"
  },
  "location": {
    "label": "Location"
  },
  "department": {
    "label": "Department"
  },
  "isRemote": {
    "label": "Is remote"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "detectedAt": {
    "label": "Detected",
    "format": "date"
  },
  "monitorName": {
    "label": "Monitor name"
  }
}
```

## About this Actor

This example demonstrates how to use [ATS Hiring Monitor API | 💵$2/1K](https://apify.com/webdata_labs/ats-hiring-monitor-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/ats-hiring-monitor-api) to learn more, explore other use cases, and run it yourself.