# Compare Jobsite Salary Ranges

**Use case:** 

Compare Jobsite salary ranges, workplace signals, employers, and apply flows across search results.

## Input

```json
{
  "keywords": "developer",
  "locations": [
    "Birmingham"
  ],
  "radiusMiles": 10,
  "jobType": "any",
  "advertiserType": "any",
  "minSalary": 40000,
  "salaryPeriod": "annual",
  "postedWithinDays": "14",
  "sortBy": "salary-desc",
  "detailMode": "fullDetails",
  "includeContactHints": true,
  "maxItems": 25,
  "maxPagesPerSearch": 2
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "employer.name": {
    "label": "Employer",
    "format": "string"
  },
  "location.locality": {
    "label": "Location",
    "format": "string"
  },
  "salary.raw": {
    "label": "Salary",
    "format": "string"
  },
  "datePosted": {
    "label": "Posted",
    "format": "string"
  },
  "detailStatus": {
    "label": "Detail status",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Jobsite Scraper](https://apify.com/maximedupre/jobsite-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/jobsite-scraper) to learn more, explore other use cases, and run it yourself.