# Get scored Google Maps leads with AI enrichment

**Use case:** 

Every Google Maps lead enriched with leadScore, digitalPresenceScore, opportunityType and bestOutreachChannel — so you call the right businesses first.

## Input

```json
{
  "searchQuery": "plumbers in Tampa FL",
  "maxResults": 3,
  "maxConcurrency": 5,
  "includeReviews": true,
  "maxReviewsPerBusiness": 2
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead Score",
    "format": "number"
  },
  "opportunityType": {
    "label": "Opportunity",
    "format": "text"
  },
  "bestOutreachChannel": {
    "label": "Outreach",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Lead Generator Pro with AI Enrichment](https://apify.com/jurassic_jove/google-maps-lead-generator-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jurassic_jove/google-maps-lead-generator-pro) to learn more, explore other use cases, and run it yourself.