# Daily new ATS jobs monitoring for a watchlist

**Use case:** 

Monitor a company watchlist daily and get only jobs posted since your last run, across Greenhouse, Lever, Ashby and Workday job boards.

## Input

```json
{
  "companies": [
    "stripe",
    "ramp",
    "openai",
    "anthropic",
    "notion"
  ],
  "onlyNewJobs": true,
  "maxJobsPerCompany": 50,
  "includeDescription": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "company": {
    "label": "Company"
  },
  "ats": {
    "label": "ATS"
  },
  "title": {
    "label": "Job title"
  },
  "department": {
    "label": "Department"
  },
  "team": {
    "label": "Team"
  },
  "location": {
    "label": "Location"
  },
  "isRemote": {
    "label": "Remote"
  },
  "employmentType": {
    "label": "Type"
  },
  "postedAt": {
    "label": "Posted"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [ATS Jobs Scraper - Workday, Greenhouse, Lever, Ashby & More](https://apify.com/webdata_labs/greenhouse-lever-ashby-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/greenhouse-lever-ashby-jobs-scraper) to learn more, explore other use cases, and run it yourself.