# Google Maps Lead Generation Scraper With Emails and Phones

**Use case:** 

Find local businesses on Google Maps, keep only websites, and enrich leads with public emails, phones, social links, and addresses.

## Input

```json
{
  "searchStringsArray": [
    "marketing agencies",
    "roofing contractors",
    "dentists"
  ],
  "locationQuery": "Miami, Florida, USA",
  "maxCrawledPlacesPerSearch": 100,
  "language": "en",
  "searchMatching": "all",
  "minStars": "0",
  "website": "withWebsite",
  "skipClosedPlaces": true,
  "scrapePlaceDetailPage": false,
  "scrapeTableReservationProviderData": false,
  "scrapeOrderOnlineWidgetData": false,
  "includeWebResults": false,
  "scrapeInsidePlaces": false,
  "scrapeCompanyContacts": true,
  "maxReviews": 0,
  "reviewsSort": "newest",
  "reviewsOrigin": "all",
  "scrapeReviewsPersonalData": false,
  "maxImages": 0,
  "scrapeImageAuthors": false,
  "countryCode": "US",
  "strictLocationBounds": true,
  "allPlacesNoSearchAction": "",
  "allPlacesZoom": 0
}
```

## Output

```json
{
  "title": {
    "label": "Place name",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "additionalPhones": {
    "label": "Additional phones",
    "format": "array"
  },
  "facebooks": {
    "label": "Facebook",
    "format": "array"
  },
  "instagrams": {
    "label": "Instagram",
    "format": "array"
  },
  "linkedIns": {
    "label": "LinkedIn",
    "format": "array"
  },
  "twitters": {
    "label": "X / Twitter",
    "format": "array"
  },
  "youtubes": {
    "label": "YouTube",
    "format": "array"
  },
  "tiktoks": {
    "label": "TikTok",
    "format": "array"
  },
  "additionalInfo": {
    "label": "Raw contact crawl data",
    "format": "object"
  }
}
```

## About this Actor

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