# Scrape Chevrolet Dealers in Ohio - DealerRater

**Use case:** 

Pull Chevrolet dealers in Ohio with 100+ reviews from DealerRater with Dealer / Name, City, Phone, Website, Rating and Reviews. Export to CSV.

## Input

```json
{
  "states": [
    "Ohio"
  ],
  "makes": [
    "Chevrolet"
  ],
  "searchUrls": [],
  "minReviewCount": 100,
  "maxReviewsPerDealer": 10,
  "enrichEmails": false,
  "maxItems": 100,
  "maxPagesPerSearch": 10,
  "monitorMode": false,
  "monitorStoreName": "dealerrater-monitor",
  "maxConcurrency": 8,
  "maxAttemptsPerPage": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Dealer / Name",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "makes": {
    "label": "Makes",
    "format": "array"
  },
  "salespeopleCount": {
    "label": "Staff",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead Score",
    "format": "number"
  },
  "url": {
    "label": "DealerRater URL",
    "format": "link"
  },
  "dealerId": {
    "label": "Dealer ID",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  }
}
```

## About this Actor

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