# ATS Jobs Scraper - Greenhouse, Lever, Ashby & Workday

**Use case:** 

Scrape ATS boards - Greenhouse, Lever, Ashby & Workday: title, department, location, remote flag & apply URL. For job aggregators & hiring signals.

## Input

```json
{
  "companies": [
    "lever:aldar",
    "greenhouse:careem",
    "greenhouse:tamara",
    "smartrecruiters:masdar",
    "ashby:deliveroo",
    "lever:fresha",
    "ashby:leantech"
  ],
  "titleFilter": "",
  "locationFilter": "",
  "includeDescription": false,
  "maxJobsPerCompany": 0,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "seniorityGuess": {
    "label": "Seniority",
    "format": "text"
  },
  "functionGuess": {
    "label": "Function",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "ats": {
    "label": "ATS",
    "format": "text"
  },
  "url": {
    "label": "Apply",
    "format": "link"
  }
}
```

## About this Actor

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