# Track a company's open roles on Greenhouse

**Use case:** 

Every job on a company's Greenhouse board from its domain alone: title, team, location, remote flag and posting date. No board token to find.

## Input

```json
{
  "companies": [
    "stripe.com"
  ],
  "remoteOnly": false,
  "includeDescription": false,
  "maxResultsPerCompany": 1000,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "title",
    "format": "string"
  },
  "company": {
    "label": "company",
    "format": "string"
  },
  "location": {
    "label": "location",
    "format": "string"
  },
  "postedAt": {
    "label": "postedAt",
    "format": "string"
  },
  "url": {
    "label": "url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Greenhouse Jobs Scraper: Any Board, No API Key](https://apify.com/glitchbound/greenhouse-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/glitchbound/greenhouse-jobs-scraper) to learn more, explore other use cases, and run it yourself.