# Get Car dealerships business leads from Google Maps

**Use case:** 

Extract car dealerships business leads from Google Maps at scale: names, phones, emails, websites, ratings and addresses.

## Input

```json
{
  "queries": [
    "car dealerships"
  ],
  "locations": [
    "New York, NY"
  ],
  "maxResultsPerQuery": 20,
  "maxConcurrency": 10,
  "extractDetails": false,
  "maxDetailsConcurrency": 10,
  "extractReviews": false,
  "maxReviewsPerPlace": 20,
  "maxReviewsConcurrency": 5,
  "collectEmails": true,
  "deepEmailSearch": true,
  "maxEmailConcurrency": 20,
  "emailTimeout": 15000,
  "language": "en",
  "country": "us",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "category": {
    "label": "Category"
  },
  "addressFull": {
    "label": "Address full"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "website": {
    "label": "Website"
  },
  "averageRating": {
    "label": "Average rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "instagram": {
    "label": "Instagram"
  },
  "facebook": {
    "label": "Facebook"
  },
  "linkedin": {
    "label": "Linkedin"
  },
  "twitter": {
    "label": "Twitter"
  },
  "youtube": {
    "label": "Youtube"
  },
  "tiktok": {
    "label": "Tiktok"
  },
  "whatsapp": {
    "label": "Whatsapp"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "placeID": {
    "label": "Place id"
  },
  "kgID": {
    "label": "Kg id"
  },
  "cID": {
    "label": "C id"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Scraper Goat](https://apify.com/goat255/google-maps-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/goat255/google-maps-extractor) to learn more, explore other use cases, and run it yourself.