# Extract Specific ZipRecruiter Job Search URL Results

**Use case:** 

Directly scrape paginated listings from custom ZipRecruiter search URLs with advanced pre-applied filters. Bypass search building limits to target precise, nich

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ziprecruiter.com/jobs-search?search=Data+Scientist&location=Chicago%2C+IL&refine_by_salary=%24120%2C000%2B"
    }
  ],
  "jobType": "any",
  "daysPosted": 0,
  "radiusMiles": 0,
  "remoteOnly": false,
  "maxItems": 120,
  "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 Pro](https://apify.com/crawlerbros/ziprecruiter-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/ziprecruiter-scraper-pro) to learn more, explore other use cases, and run it yourself.