# Salary Benchmark by Role

**Use case:** 

Benchmark salary for any role from public LinkedIn jobs as listed: the band, how contested the role is, and who's hiring.

## Input

```json
{
  "mode": "roles",
  "intent": "",
  "companies": [
    "Stripe",
    "Datadog",
    "Ramp"
  ],
  "roles": [
    "data engineer"
  ],
  "market": [
    "Python"
  ],
  "location": "United States",
  "urls": [],
  "watchlistName": "",
  "rankBy": "salary",
  "outputProfile": "signals",
  "outputPack": "gtm",
  "enableHiringMemory": true,
  "alerts": {},
  "filters": {},
  "limits": {},
  "forceBrowser": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "string"
  },
  "title": {
    "label": "Role",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "recordType": {
    "label": "Type",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Jobs Scraper — Hiring Graph, Company Growth & Intent](https://apify.com/ryanclinton/linkedin-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/linkedin-jobs-scraper) to learn more, explore other use cases, and run it yourself.