# Build a ZipRecruiter Salary Database, Mid-Market

**Use case:** 

Scrape ZipRecruiter jobs: title, company, location, salary, description, job type, and posted date. Build US mid-market salary benchmarks by role, metro, and ti

## Input

```json
{
  "queries": [
    "accountant"
  ],
  "location": "Chicago, IL",
  "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_raw": {
    "label": "Salary",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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