# Scrape car dealer leads in Atlanta - Cars.com

**Use case:** 

Build a used-car dealer contact list near Atlanta from Cars.com with dealer, seller type, city, state, ZIP, inventory and phone. Contact list.

## Input

```json
{
  "searchUrls": [],
  "listingUrls": [],
  "stockType": "used",
  "zip": "30301",
  "radius": 100,
  "sellerType": "any",
  "onlyWithPriceDrop": false,
  "sortBy": "best_match_desc",
  "includeCarDetails": false,
  "includeDealerLeads": true,
  "maxResults": 100,
  "monitorMode": false,
  "monitorKey": "default",
  "includeRawFields": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "dealerName": {
    "label": "Dealer"
  },
  "sellerType": {
    "label": "Seller type"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zip": {
    "label": "ZIP"
  },
  "market": {
    "label": "Market"
  },
  "inventoryCount": {
    "label": "Inventory"
  },
  "avgPrice": {
    "label": "Avg price"
  },
  "phone": {
    "label": "Phone"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

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