# Greenhouse Remote Jobs Monitor

**Use case:** 

Find roles whose location text includes remote across selected public Greenhouse boards.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://boards.greenhouse.io/airbnb"
    },
    {
      "url": "https://boards.greenhouse.io/okta"
    }
  ],
  "greenhouseBoards": [
    "airbnb"
  ],
  "leverCompanies": [
    "spotify"
  ],
  "ashbyBoards": [
    "openai"
  ],
  "recruiteeCompanies": [
    "bunq"
  ],
  "smartRecruitersCompanies": [
    "SmartRecruiters"
  ],
  "personioCompanies": [
    "egym"
  ],
  "maxItems": 10,
  "includeDescriptions": false
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "text"
  },
  "companySlug": {
    "label": "Company slug",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "team": {
    "label": "Team",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment",
    "format": "text"
  },
  "compensation": {
    "label": "Compensation",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

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