# Find hiring companies to enrich with emails

**Use case:** 

Scrape ATS job boards to see which companies are hiring, then enrich them with contact emails for sales outreach.

## Input

```json
{
  "companies": [
    "vercel",
    "brex",
    "remote",
    "zapier",
    "notion"
  ],
  "onlyNewJobs": false,
  "maxJobsPerCompany": 20,
  "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.