# Find local business leads with emails from Google Maps

**Use case:** 

Generate a ready-to-outreach local lead list, including each lead's business name, website, phone number, email, and social profiles. For any niche and city.

## Input

```json
{
  "searchStringsArray": [
    "wedding photographer"
  ],
  "locationQuery": "Denver, USA",
  "maxCrawledPlacesPerSearch": 50,
  "language": "en",
  "categoryFilterWords": [
    "pizza",
    "italian"
  ],
  "searchMatching": "all",
  "placeMinimumStars": "threeAndHalf",
  "website": "allPlaces",
  "skipClosedPlaces": false,
  "scrapePlaceDetailPage": false,
  "scrapeTableReservationProvider": false,
  "scrapeOrderOnline": false,
  "includeWebResults": false,
  "scrapeDirectories": false,
  "maxQuestions": 0,
  "scrapeSocialMediaProfiles": {
    "facebooks": true,
    "instagrams": true,
    "tiktoks": true,
    "twitters": true,
    "youtubes": true
  },
  "maximumLeadsEnrichmentRecords": 2,
  "leadsEnrichmentDepartments": [
    "c_suite"
  ],
  "verifyLeadsEnrichmentEmails": true,
  "countryCode": "US",
  "city": "New York",
  "state": "New York",
  "county": "New York County",
  "postalCode": "10001",
  "customGeolocation": {
    "type": "Point",
    "coordinates": [
      -73.9857,
      40.7484
    ]
  },
  "startUrls": [
    {
      "url": "https://www.google.com/maps/place/Yellowstone+National+Park/@44.5857951,-110.5140571,9z/data=!3m1!4b1!4m5!3m4!1s0x5351e55555555555:0xaca8f930348fe1bb!8m2!3d44.427963!4d-110.588455?hl=en-GB"
    }
  ]
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "title": {
    "label": "Place name",
    "format": "string"
  },
  "totalScore": {
    "label": "Total score",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews count",
    "format": "number"
  },
  "instagrams": {
    "label": "Instagrams",
    "format": "array"
  },
  "facebooks": {
    "label": "Facebooks",
    "format": "array"
  },
  "linkedIns": {
    "label": "Linked ins",
    "format": "array"
  },
  "youtubes": {
    "label": "Youtubes",
    "format": "array"
  },
  "tiktoks": {
    "label": "Tiktoks",
    "format": "array"
  },
  "twitters": {
    "label": "Twitters",
    "format": "array"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [📩📍 Google Maps Email Extractor](https://apify.com/lukaskrivka/google-maps-with-contact-details) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lukaskrivka/google-maps-with-contact-details) to learn more, explore other use cases, and run it yourself.