# Open roles snapshot across all eight ATS platforms

**Use case:** 

One posting sample from every supported applicant tracking system in a single run: Greenhouse, Lever, Ashby, SmartRecruiters, Workable, Recruitee, BambooHR...

## Input

```json
{
  "boardUrls": [
    "greenhouse:stripe",
    "lever:spotify",
    "ashby:linear",
    "smartrecruiters:Visa",
    "workable:blueground",
    "recruitee:bunq",
    "bamboohr:kiln",
    "workday:nvidia/wd5/NVIDIAExternalCareerSite"
  ],
  "searchText": "",
  "locationFilter": "",
  "remoteOnly": false,
  "includeDescription": false,
  "maxResults": 48,
  "maxResultsPerBoard": 6,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "platform": {
    "label": "Platform"
  },
  "company": {
    "label": "Company"
  },
  "title": {
    "label": "Title"
  },
  "department": {
    "label": "Department"
  },
  "employment_type": {
    "label": "Employment type"
  },
  "workplace_type": {
    "label": "Workplace type"
  },
  "location": {
    "label": "Location"
  },
  "country_code": {
    "label": "Country code"
  },
  "posted_at": {
    "label": "Posted at"
  },
  "salary_min": {
    "label": "Salary min"
  },
  "salary_max": {
    "label": "Salary max"
  },
  "salary_currency": {
    "label": "Salary currency"
  },
  "job_url": {
    "label": "Job url"
  },
  "apply_url": {
    "label": "Apply url"
  },
  "source_query": {
    "label": "Source query"
  }
}
```

## About this Actor

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