# Google Maps Email Extractor

**Use case:** 

Find businesses on Google Maps and extract email, phone, decision-maker and a lead score from each website. Build a verified contact list, no API key.

## Input

```json
{
  "query": "marketing agencies in Austin TX",
  "maxResults": 12,
  "language": "en",
  "enrichWithReviews": false,
  "scrapeWebsites": true,
  "maxPagesPerSite": 3,
  "crmPush": "none",
  "mode": "balanced",
  "persona": "generic",
  "outputProfile": "sales",
  "preset": "none",
  "monitorMode": false,
  "_internal": false,
  "_disablePpe": false
}
```

## Output

```json
{
  "decision": {
    "label": "Decision",
    "format": "string"
  },
  "businessName": {
    "label": "Business Name",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "leadScore": {
    "label": "Lead Score",
    "format": "integer"
  },
  "contactability": {
    "label": "Contactability",
    "format": "string"
  },
  "decisionMakerName": {
    "label": "Decision-Maker Name",
    "format": "string"
  },
  "decisionMakerEmail": {
    "label": "Decision-Maker Email",
    "format": "string"
  },
  "personalEmails": {
    "label": "Personal Emails",
    "format": "array"
  },
  "phone": {
    "label": "Phone (Google Maps)",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews Count",
    "format": "integer"
  }
}
```

## About this Actor

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