# Monitor remote-first company jobs

**Use case:** 

Track job boards from remote-first companies and filter for remote roles across supported Greenhouse, Lever, and Ashby ATS platforms.

## Input

```json
{
  "targets": [
    {
      "ats": "greenhouse",
      "slug": "stripe"
    },
    {
      "ats": "lever",
      "slug": "mistral"
    },
    {
      "ats": "ashby",
      "slug": "notion"
    }
  ],
  "presetLists": [
    "remote-first"
  ],
  "keywords": [
    "engineer",
    "product",
    "design",
    "data",
    "marketing"
  ],
  "excludeKeywords": [
    "intern"
  ],
  "locations": [
    "remote"
  ],
  "maxJobsPerTarget": 100,
  "includeDescriptions": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "jobTitle": {
    "label": "Job Title",
    "format": "string"
  },
  "atsBoard": {
    "label": "ATS Board",
    "format": "string"
  },
  "source": {
    "label": "Source ATS",
    "format": "string"
  },
  "locationText": {
    "label": "Location",
    "format": "string"
  },
  "remoteType": {
    "label": "Remote Type",
    "format": "string"
  },
  "seniority": {
    "label": "Seniority",
    "format": "string"
  },
  "roleCategory": {
    "label": "Role Category",
    "format": "string"
  },
  "technologies": {
    "label": "Technologies",
    "format": "array"
  },
  "isNew": {
    "label": "Is New",
    "format": "boolean"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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