# Get B2B leads from Google Maps with verified emails & phone

**Use case:** Lead enrichment & validation

Build a targeted local B2B lead list from Google Maps in minutes. Extract business names, verified emails, and phone numbers — no coding required.

## Input

```json
{
  "searchStringsArray": [
    "dentist"
  ],
  "locationQuery": "Austin, USA",
  "maxCrawledPlacesPerSearch": 100,
  "language": "en",
  "categoryFilterWords": [
    "pizza",
    "italian"
  ],
  "searchMatching": "all",
  "placeMinimumStars": "",
  "website": "allPlaces",
  "skipClosedPlaces": false,
  "scrapePlaceDetailPage": true,
  "scrapeTableReservationProvider": false,
  "scrapeOrderOnline": false,
  "includeWebResults": false,
  "scrapeDirectories": false,
  "maxQuestions": 0,
  "scrapeContacts": true,
  "scrapeSocialMediaProfiles": {
    "facebooks": false,
    "instagrams": false,
    "youtubes": false,
    "tiktoks": false,
    "twitters": false
  },
  "maximumLeadsEnrichmentRecords": 1,
  "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
{
  "title": {
    "label": "Place name",
    "format": "string"
  },
  "categoryName": {
    "label": "Category name",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "string"
  },
  "street": {
    "label": "Street",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "countryCode": {
    "label": "Country code",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "phoneUnformatted": {
    "label": "Phone unformatted",
    "format": "string"
  },
  "location": {
    "label": "Location"
  }
}
```

## About this Actor

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