# Scrape Greenhouse jobs for a company

**Use case:** 

Pull all open roles from a company's Greenhouse job board into clean rows - title, department, location, remote flag, and apply URL. Auto-detects the ATS.

## Input

```json
{
  "companies": [
    "stripe"
  ],
  "maxJobsPerCompany": 50,
  "includeDescription": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "company": {
    "label": "Company"
  },
  "ats": {
    "label": "ATS"
  },
  "title": {
    "label": "Job title"
  },
  "department": {
    "label": "Department"
  },
  "team": {
    "label": "Team"
  },
  "location": {
    "label": "Location"
  },
  "isRemote": {
    "label": "Remote"
  },
  "employmentType": {
    "label": "Type"
  },
  "postedAt": {
    "label": "Posted"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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