# Track a company's open roles on Lever

**Use case:** 

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

## Input

```json
{
  "companies": [
    "palantir.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 [Lever Jobs Scraper: Any Board, No API Key](https://apify.com/glitchbound/lever-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/glitchbound/lever-jobs-scraper) to learn more, explore other use cases, and run it yourself.