# Track a company's open roles on Ashby

**Use case:** 

Every job on a company's Ashby board from its domain alone, with the salary range where Ashby publishes one. No board token to find.

## Input

```json
{
  "companies": [
    "openai.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"
  },
  "departments": {
    "label": "departments",
    "format": "array"
  },
  "employmentType": {
    "label": "employmentType",
    "format": "string"
  },
  "postedAt": {
    "label": "postedAt",
    "format": "string"
  },
  "url": {
    "label": "url",
    "format": "string"
  }
}
```

## About this Actor

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