# Scrape Indeed Jobs by Salary Range

**Use case:** 

Filter Indeed jobs by minimum and maximum salary at the source. Salary, full descriptions and free company data. Export to JSON or CSV. No API.

## Input

```json
{
  "query": "software engineer",
  "location": "United States",
  "country": "US",
  "maxItems": 100,
  "sort": "relevance",
  "scrapeCompany": true,
  "radius": 25,
  "datePosted": "",
  "jobType": [],
  "remote": "",
  "experienceLevel": "",
  "salaryMin": 120000,
  "startUrls": [],
  "jobKeys": []
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "companyRating": {
    "label": "Rating",
    "format": "number"
  },
  "companyReviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "occupations": {
    "label": "Category",
    "format": "array"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "jobType": {
    "label": "Type",
    "format": "array"
  },
  "remote": {
    "label": "Remote",
    "format": "string"
  },
  "datePosted": {
    "label": "Posted",
    "format": "string"
  },
  "easyApply": {
    "label": "Easy apply",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Indeed Jobs Scraper 💼 Salaries, Filters & Company Data](https://apify.com/factden/indeed-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/factden/indeed-jobs-scraper) to learn more, explore other use cases, and run it yourself.