# Multi-ATS Remote Jobs Monitor

**Use case:** 

Scrape remote job listings from supported ATS career pages including Greenhouse, Workday, SmartRecruiters, Lever, and Ashby.

## Input

```json
{
  "companyUrls": [
    "https://boards.greenhouse.io/airbnb",
    "https://jobs.ashbyhq.com/ramp"
  ],
  "maxJobsPerCompany": 25,
  "searchQuery": "",
  "filterLocation": "Remote",
  "filterDepartment": "",
  "includeDescription": true
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace type",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "experienceLevel": {
    "label": "Experience level",
    "format": "string"
  },
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "atsSource": {
    "label": "ATS source",
    "format": "string"
  },
  "companySlug": {
    "label": "Company slug",
    "format": "string"
  }
}
```

## About this Actor

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