# Track Remote Job Openings at Any Company

**Use case:** 

Pull remote roles straight from a company's own careers page on Greenhouse, Lever or Ashby. Always current, no job-board middleman, no duplicate listings.

## Input

```json
{
  "companies": [
    "stripe",
    "airbnb",
    "notion"
  ],
  "remoteOnly": true,
  "includeDescription": true,
  "ats": "auto",
  "maxJobsPerCompany": 1000,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "ats": {
    "label": "ATS",
    "format": "text"
  },
  "title": {
    "label": "Job",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "department": {
    "label": "Team",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Link",
    "format": "link"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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