# Scrape Best-Deal Used Cars by ZIP - CarGurus

**Use case:** 

Export the best-priced used cars in your ZIP from CarGurus by deal rating, with price, mileage, year, dealer and full listing details.

## Input

```json
{
  "zipCodes": [
    "60601"
  ],
  "distance": 50,
  "sortBy": "best_deal",
  "maxResults": 100,
  "maxPagesPerSearch": 10,
  "includeListingDetails": false,
  "includeDealerLeads": false,
  "conditionFilter": "any",
  "dealRatingFilter": [],
  "minYear": 0,
  "maxYear": 0,
  "maxMileage": 0,
  "minPrice": 0,
  "maxPrice": 0,
  "withDealerPhoneOnly": false,
  "excludePrivateSellers": false,
  "deduplicateListings": true,
  "monitorMode": false,
  "monitorStoreName": "cargurus-scraper-monitor",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "title": {
    "label": "Listing"
  },
  "year": {
    "label": "Year"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "price": {
    "label": "Price"
  },
  "marketValue": {
    "label": "Market value (IMV)"
  },
  "priceVsMarket": {
    "label": "vs market"
  },
  "dealRatingLabel": {
    "label": "Deal rating"
  },
  "dealScore": {
    "label": "Deal score"
  },
  "mileage": {
    "label": "Mileage"
  },
  "dealerName": {
    "label": "Dealer"
  },
  "dealerCity": {
    "label": "City"
  },
  "dealerState": {
    "label": "State"
  },
  "url": {
    "label": "Listing URL"
  }
}
```

## About this Actor

This example demonstrates how to use [CarGurus Scraper - Used Car Listings & Dealer Leads](https://apify.com/scrapesage/cargurus-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/cargurus-scraper) to learn more, explore other use cases, and run it yourself.