# B2B Lead Lists: Emails + Phones from Google Maps

**Use case:** 

Turn any Google Maps search into a B2B lead list with extracted emails, phones, socials, and verified deliverability. No login, no API key required.

## Input

```json
{
  "searchStrings": [
    "marketing agency Amsterdam"
  ],
  "queries": [
    {
      "query": "software companies",
      "location": "Berlin",
      "country": "DE"
    }
  ],
  "maxResultsPerQuery": 15,
  "language": "en",
  "includeReviewCount": true,
  "includeReviews": false,
  "maxReviewsPerPlace": 8,
  "reviewsSort": "most_relevant",
  "includePopularTimes": false,
  "enableGbpCompleteness": false,
  "enableSeoAudit": false,
  "enablePhoneValidation": true,
  "enableEmailExtraction": true,
  "enableEmailVerification": true,
  "enableFacebookScrape": false,
  "enableLinkedInCompanyScrape": false,
  "enableTwitterScrape": false,
  "enableInstagramScrape": false,
  "enableTikTokScrape": false,
  "tikTokMaxVideosPerProfile": 6,
  "enableYouTubeChannelScrape": false,
  "enableSslInspection": false,
  "enableWhoisDns": false,
  "enableTechStack": false,
  "enableBrokenLinkCheck": false,
  "enablePageSpeedAudit": false,
  "enableComplianceScan": false,
  "enableFreshnessCheck": false,
  "enableJobBoardPresence": false,
  "googleApiKey": "",
  "pageSpeedStrategy": "mobile",
  "enableChainDetection": false,
  "enableContactExtraction": false,
  "enableJobExtraction": false,
  "enableAiIcebreaker": false,
  "enableReviewIntelligence": false,
  "enableIcebreakerEnriched": false,
  "icebreakerTone": "friendly",
  "enableBrowserFallback": false,
  "outputLanguage": "en",
  "geminiApiKey": "",
  "groqApiKey": "",
  "openrouterApiKey": "",
  "waitForAddOns": true,
  "addOnWaitCapMs": 1800000,
  "excludeCids": [],
  "maxConcurrency": 10,
  "requestDelay": 300,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Business Name",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "emails_from_website": {
    "label": "Emails",
    "format": "array"
  },
  "phones_from_website": {
    "label": "Phones",
    "format": "array"
  },
  "phone_validation": {
    "label": "Phone Validation",
    "format": "object"
  },
  "social_urls": {
    "label": "Social URLs",
    "format": "object"
  },
  "address": {
    "label": "Address",
    "format": "string"
  }
}
```

## About this Actor

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