# Indeed Salary by Location

**Use case:** 

Compare pay for a job title across states and cities — each location gets its own salary record with a national benchmark.

## Input

```json
{
  "jobTitles": [
    "registered nurse"
  ],
  "locations": [
    "Texas",
    "California",
    "New York State"
  ],
  "country": "us",
  "includeCompanies": false,
  "includeCities": false,
  "maxCompanies": 25,
  "compact": false,
  "excludeEmptyFields": false,
  "incrementalMode": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "jobTitle": {
    "label": "Job Title",
    "format": "text"
  },
  "normalizedTitle": {
    "label": "Normalized Title",
    "format": "text"
  },
  "displayTitle": {
    "label": "Display Title",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "locationType": {
    "label": "Location Type",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "displayPeriod": {
    "label": "Period",
    "format": "text"
  },
  "salaryMedian": {
    "label": "Median",
    "format": "number"
  },
  "salaryMin": {
    "label": "Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Max",
    "format": "number"
  },
  "salaryMean": {
    "label": "Mean",
    "format": "number"
  },
  "dataPoints": {
    "label": "Data Points",
    "format": "number"
  },
  "yearly": {
    "label": "Yearly",
    "format": "object"
  },
  "monthly": {
    "label": "Monthly",
    "format": "object"
  },
  "weekly": {
    "label": "Weekly",
    "format": "object"
  },
  "daily": {
    "label": "Daily",
    "format": "object"
  },
  "hourly": {
    "label": "Hourly",
    "format": "object"
  },
  "nationalMedian": {
    "label": "National Median",
    "format": "number"
  },
  "averageTenureYears": {
    "label": "Avg Tenure (yrs)",
    "format": "number"
  },
  "compensations": {
    "label": "Extra Compensation",
    "format": "array"
  },
  "relatedTitles": {
    "label": "Related Titles",
    "format": "array"
  },
  "lastUpdated": {
    "label": "Updated",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Indeed Salary Scraper — Pay by Job Title, Company & City](https://apify.com/blackfalcondata/indeed-salary-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/indeed-salary-scraper) to learn more, explore other use cases, and run it yourself.