# Scrape Car Dealer Phone Leads by ZIP - CarGurus

**Use case:** 

Build a car dealer contact list by ZIP from CarGurus with dealer, phone, street, city, state and lead score. Ready-to-use contact list.

## Input

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

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "dealerName": {
    "label": "Dealer"
  },
  "dealerPhone": {
    "label": "Phone"
  },
  "dealerStreet": {
    "label": "Street"
  },
  "dealerCity": {
    "label": "City"
  },
  "dealerState": {
    "label": "State"
  },
  "dealerZip": {
    "label": "ZIP"
  },
  "sellerType": {
    "label": "Seller type"
  },
  "isPaidDealer": {
    "label": "Paid dealer"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## 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.