# Google Maps Lead Audit: Website Gaps & Outreach

**Use case:** 

Find 10 local businesses, audit booking and conversion gaps, rank opportunities, and generate evidence-backed outreach with a $0.50 Maps cap.

## Input

```json
{
  "inputMode": "maps_search",
  "searchQueries": [
    "dentists in Miami FL"
  ],
  "maxResultsPerQuery": 10,
  "targetService": "auto",
  "includeNearMisses": true,
  "outputLanguage": "en",
  "mapsProviderActorId": "compass/crawler-google-places",
  "maxTotalResults": 10,
  "maxDiscoveryCostUsd": "0.50",
  "discoveryTimeoutSeconds": 900,
  "discoveryMemoryMbytes": 512,
  "businesses": [
    {
      "title": "Relax and Smile Dental Care",
      "website": "https://www.relaxandsmile.com/",
      "category": "Dentist",
      "rating": 4.9,
      "reviewsCount": 500
    }
  ],
  "domains": [
    "https://www.relaxandsmile.com/"
  ],
  "websiteField": "website",
  "nameField": "title",
  "phoneField": "phone",
  "categoryField": "category",
  "auditWebsite": true,
  "detectBooking": true,
  "detectContactForm": true,
  "detectChatOrWhatsApp": true,
  "generatePitchAngle": true,
  "generateOutreachForAllResults": false,
  "maxPagesPerWebsite": 5,
  "maxConcurrency": 5,
  "batchSize": 10,
  "minimumOpportunityScore": 40,
  "nearMissMinimumOpportunityScore": 25,
  "minimumConfidenceScore": 0.87,
  "minimumInformationCompletenessScore": 0.87,
  "outputMode": "qualified_only",
  "onlyReturnOpportunities": true
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name",
    "format": "string"
  },
  "leadTier": {
    "label": "Lead tier",
    "format": "string"
  },
  "bestContactChannel": {
    "label": "Best contact channel",
    "format": "string"
  },
  "bestContactValue": {
    "label": "Best contact value",
    "format": "string"
  },
  "opportunityScore": {
    "label": "Opportunity score",
    "format": "integer"
  },
  "topVerifiedGaps": {
    "label": "Top verified gaps",
    "format": "array"
  },
  "serviceToSell": {
    "label": "Recommended service",
    "format": "string"
  },
  "firstMessage": {
    "label": "First message",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "mapsUrl": {
    "label": "Google Maps URL",
    "format": "string"
  },
  "qualificationStatus": {
    "label": "Qualification status",
    "format": "string"
  },
  "auditStatus": {
    "label": "Audit status",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Lead Qualifier | Website Gaps + Outreach](https://apify.com/lirafrt/local-business-funnel-gap-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lirafrt/local-business-funnel-gap-finder) to learn more, explore other use cases, and run it yourself.