Google Maps Local Leads Scraper avatar

Google Maps Local Leads Scraper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Google Maps Local Leads Scraper

Google Maps Local Leads Scraper

Scrape Google Maps for local business leads. Get names, phone numbers, websites, addresses, ratings, review counts, and more. Perfect for lead generation, prospecting, and market research.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

1

Bookmarked

77

Total users

7

Monthly active users

7 days ago

Last modified

Share

AI-Powered Local Leads Scraper v2.3 - Kitchen Sink Edition

Scrape Google Maps for local business leads with AI-powered lead scoring and prioritization. BYOK (Bring Your Own Key) - Use your Anthropic API key for Claude AI to analyze each lead and provide: quality score (0-100), priority tier (hot/warm/cold), buying signals.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Your Hunter.io API key

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"searchQuery": "plumbers",
"location": "Dallas, TX"
}

Run with real data

{
"demoMode": false,
"searchQuery": "plumbers",
"location": "Dallas, TX",
"maxResults": 100,
"includeEmail": false,
"findLinkedIn": false,
"useHunterIo": false,
"hunterApiKey": "YOUR_API_KEY_HERE",
"useApollo": false,
"apolloApiKey": "YOUR_API_KEY_HERE",
"useClearbit": false,
"clearbitApiKey": "YOUR_API_KEY_HERE",
"useSnovIo": false,
"snovIoClientId": "YOUR_API_KEY_HERE",
"snovIoClientSecret": "YOUR_API_KEY_HERE",
"useFullContact": false,
"fullContactApiKey": "YOUR_API_KEY_HERE",
"useLusha": false,
"lushaApiKey": "YOUR_API_KEY_HERE",
"minRating": 0,
"maxRating": 5,
"hasWebsite": false,
"noWebsite": false,
"anthropicApiKey": "YOUR_API_KEY_HERE",
"enableAiScoring": true
}

Input Parameters

ParameterTypeDefaultRequiredDescription
searchQuerystring"plumbers"NoBusiness category to search for (e.g., 'plumbers', 'dentists', 'restaurants')
locationstring"Dallas, TX"NoCity and state to search in (e.g., 'Dallas, TX' or 'New York, NY')
maxResultsinteger100NoMaximum number of leads to scrape (default: 100, max: 500)
includeEmailbooleanfalseNoScrape emails directly from business websites (free but slower)
findLinkedInbooleanfalseNoSearch Google for company LinkedIn pages (free, adds ~1 second per lead)
useHunterIobooleanfalseNoProfessional email finding with verified addresses (requires API key from hunter.io)
hunterApiKeystring-Yes*Your Hunter.io API key
useApollobooleanfalseNoFind decision-maker contacts with titles and LinkedIn profiles (requires API key from apollo.io)
apolloApiKeystring-Yes*Your Apollo.io API key
useClearbitbooleanfalseNoEnrich with company info, social profiles, and tech stack (requires API key from clearbit.com)
clearbitApiKeystring-Yes*Your Clearbit API key
useSnovIobooleanfalseNoEmail finder and verification with contact details (requires credentials from snov.io)
snovIoClientIdstring-Yes*Your Snov.io Client ID
snovIoClientSecretstring-Yes*Your Snov.io Client Secret
useFullContactbooleanfalseNoCompany profiles with employee count, founded year, and social links (requires API key from fullcontact.com)
fullContactApiKeystring-Yes*Your FullContact API key
useLushabooleanfalseNoFind verified emails and direct phone numbers for decision-makers (requires API key from lusha.com)
lushaApiKeystring-Yes*Your Lusha API key
minRatingnumber0NoOnly include businesses with this rating or higher (0-5)
maxRatingnumber5NoOnly include businesses with this rating or lower (useful for finding businesses that need help)
hasWebsitebooleanfalseNoOnly include businesses that have a website listed
noWebsitebooleanfalseNoOnly include businesses WITHOUT a website (great for web design leads)
anthropicApiKeystring-Yes*Your Anthropic API key to enable AI-powered lead scoring and prioritization. Get yours at console.anthropic.com. Leave empty to skip AI analysis.
enableAiScoringbooleantrueNoWhen enabled with an API key, Claude analyzes each lead and provides: quality score (0-100), priority tier (hot/warm/cold), and personalized outreach recommendations.
demoModebooleanfalseNoRun with sample data to test without real scraping. Returns realistic sample output instantly.
webhookUrlstring-NoURL to POST results when scraping completes (Zapier, Make, n8n, custom endpoint)

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Lead ScrapedEach local business lead scraped and enriched$0.06

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal