# Monitor Remote Software Engineer Salary Ranges

**Use case:** 

Gather remote Software Engineer job postings to track salary ranges and compensation packages across various companies. This data is crucial for benchmarking sa

## Input

```json
{
  "startUrls": [
    "https://www.ziprecruiter.com/jobs-search?search=remote+software+engineer&location="
  ],
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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