# Google Maps Scraper for Lead Generation

**Use case:** 

Build B2B lead lists from Google Maps: business name, phone, website, address, category, rating and reviews for any niche and city, exportable to CSV/Excel.

## Input

```json
{
  "query": [
    "marketing agencies in austin",
    "marketing agencies in dallas"
  ],
  "num": 200,
  "gl": "us",
  "hl": "en",
  "google_domain": "google.com"
}
```

## Output

```json
{
  "title": {
    "label": "Name"
  },
  "address": {
    "label": "Full address"
  },
  "street": {
    "label": "Street"
  },
  "streetNumber": {
    "label": "Street #"
  },
  "neighborhood": {
    "label": "Neighborhood"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "country": {
    "label": "Country"
  },
  "countryCode": {
    "label": "Country code"
  },
  "phone": {
    "label": "Phone (E.164)"
  },
  "phoneNumber": {
    "label": "Phone (formatted)"
  },
  "phoneUnformatted": {
    "label": "Phone (unformatted)"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "domain": {
    "label": "Domain"
  },
  "email": {
    "label": "Email"
  },
  "latitude": {
    "label": "Lat"
  },
  "longitude": {
    "label": "Lng"
  },
  "plusCode": {
    "label": "Plus code"
  },
  "timezone": {
    "label": "Timezone"
  }
}
```

## About this Actor

This example demonstrates how to use [📍Google Maps Scraper ($0.45/1K Results)](https://apify.com/apt_marble/google-maps-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/apt_marble/google-maps-scraper) to learn more, explore other use cases, and run it yourself.