# Monitor AI Company Hiring Changes Across ATS Sites

**Use case:** 

Track new, removed, and reopened jobs at selected AI and technology companies across public ATS career pages. Export a scheduled hiring-change feed.

## Input

```json
{
  "monitorName": "ai-company-hiring-watchlist",
  "companies": [
    "greenhouse:stripe",
    "ashby:ramp",
    "greenhouse:mistral"
  ],
  "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.