# Local Business Lead Generator

**Use case:** 

Turn a Google Maps search into an SDR lead queue: decision-maker contact, SLA tier, channel strategy and a recommended action per business.

## Input

```json
{
  "query": "dentists in Chicago",
  "maxResults": 12,
  "language": "en",
  "enrichWithReviews": false,
  "scrapeWebsites": true,
  "maxPagesPerSite": 3,
  "crmPush": "none",
  "mode": "balanced",
  "persona": "sdr",
  "outputProfile": "sales",
  "preset": "none",
  "monitorMode": false,
  "_internal": false,
  "_disablePpe": false
}
```

## Output

```json
{
  "slaTier": {
    "label": "SLA Tier",
    "format": "object"
  },
  "decision": {
    "label": "Decision",
    "format": "string"
  },
  "humanTimeValue": {
    "label": "Human Time Value",
    "format": "object"
  },
  "businessName": {
    "label": "Business Name",
    "format": "string"
  },
  "decisionMakerName": {
    "label": "Decision-Maker Name",
    "format": "string"
  },
  "decisionMakerEmail": {
    "label": "Decision-Maker Email",
    "format": "string"
  },
  "phone": {
    "label": "Phone (Google Maps)",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "contactabilityScore": {
    "label": "Contactability Score",
    "format": "object"
  },
  "channelStrategy": {
    "label": "Channel Strategy",
    "format": "object"
  }
}
```

## 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.