# Scrape Dealer-Only Used Car Listings - CarGurus

**Use case:** 

List used cars from dealers only (no private sellers) on CarGurus with make, model, year, price and mileage. Export to JSON, CSV or Excel.

## Input

```json
{
  "zipCodes": [
    "80201"
  ],
  "distance": 50,
  "sortBy": "best_match",
  "maxResults": 100,
  "maxPagesPerSearch": 10,
  "includeListingDetails": false,
  "includeDealerLeads": false,
  "conditionFilter": "any",
  "dealRatingFilter": [],
  "minYear": 0,
  "maxYear": 0,
  "maxMileage": 0,
  "minPrice": 0,
  "maxPrice": 0,
  "withDealerPhoneOnly": false,
  "excludePrivateSellers": true,
  "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"
  },
  "trim": {
    "label": "Trim"
  },
  "price": {
    "label": "Price"
  },
  "dealRatingLabel": {
    "label": "Deal"
  },
  "mileage": {
    "label": "Mileage"
  },
  "exteriorColor": {
    "label": "Color"
  },
  "condition": {
    "label": "Condition"
  },
  "dealerName": {
    "label": "Dealer"
  },
  "dealerPhone": {
    "label": "Dealer phone"
  },
  "dealerCity": {
    "label": "City"
  },
  "dealerState": {
    "label": "State"
  },
  "daysOnMarket": {
    "label": "Days listed"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "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.