# Weekly hiring digest for a competitor set

**Use case:** 

Get a weekly digest of the new roles your competitors opened, scraped from their Greenhouse, Lever, Ashby and Workday job boards.

## Input

```json
{
  "companies": [
    "figma",
    "notion",
    "airtable",
    "linear",
    "asana"
  ],
  "onlyNewJobs": true,
  "maxJobsPerCompany": 100,
  "includeDescription": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "company": {
    "label": "Company"
  },
  "ats": {
    "label": "ATS"
  },
  "found": {
    "label": "Found"
  },
  "totalJobs": {
    "label": "Jobs"
  },
  "remoteJobs": {
    "label": "Remote"
  },
  "uniqueDepartments": {
    "label": "Depts"
  },
  "uniqueLocations": {
    "label": "Unique locations"
  },
  "topDepartments": {
    "label": "Top depts"
  },
  "topLocations": {
    "label": "Top locations"
  },
  "newestPostingDate": {
    "label": "Newest"
  }
}
```

## 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.