# Build Comprehensive US Jobs Coverage with SimplyHired

**Use case:** 

Build broad US jobs coverage from SimplyHired's millions of listings — title, company, location, salary range, description, and posting date. Combine multiple q

## Input

```json
{
  "queries": [
    "software engineer",
    "registered nurse"
  ],
  "location": "United States",
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_text": {
    "label": "Salary",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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