# Jobs With Advertised Salary - Compensation Benchmarking

**Use case:** 

Only roles that publish a pay range, across 25 major Greenhouse boards, sorted by the highest advertised figure.

## Input

```json
{
  "boards": [
    "stripe",
    "anthropic",
    "figma",
    "databricks",
    "datadog",
    "mongodb",
    "samsara",
    "brex",
    "cloudflare",
    "verkada",
    "elastic",
    "roblox",
    "adyen",
    "scaleai",
    "block",
    "reddit",
    "gitlab",
    "affirm",
    "coinbase",
    "riotgames",
    "flexport",
    "epicgames",
    "grafanalabs",
    "instacart",
    "robinhood"
  ],
  "remoteOnly": false,
  "withSalaryOnly": true,
  "includeDescription": true,
  "includeDescriptionHtml": false,
  "sortBy": "salary",
  "maxItems": 300,
  "maxItemsPerBoard": 25
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary minimum",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary maximum",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Salary currency",
    "format": "string"
  },
  "salaryPeriod": {
    "label": "Salary period",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "seniorityLevel": {
    "label": "Seniority level",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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