Google Maps Lead Intelligence Enriched Business Leads avatar

Google Maps Lead Intelligence Enriched Business Leads

Under maintenance

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Google Maps Lead Intelligence Enriched Business Leads

Google Maps Lead Intelligence Enriched Business Leads

Under maintenance

Extract business leads from Google Maps with emails, phone numbers, social profiles, website analysis, and lead scoring. One actor replaces 3 separate scrapers search, enrich, and score in one run.

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

Brandon Hamm

Brandon Hamm

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 days ago

Last modified

Categories

Share

Google Maps Lead Intelligence: Enriched Business Leads

Extract business leads from Google Maps with emails, phone numbers, social profiles, website analysis, and lead scoring. One actor replaces 3 separate scrapers — search, enrich, and score in one run.

How It Works

Phase 1: Search (Hybrid Browser + API)

  • Quick browser session loads Google Maps search page to get business names (~10 seconds)
  • Then uses Google's internal tbm=map search API (via curl_cffi Chrome TLS impersonation) to fetch full business data for each result — 0.2 seconds per business
  • No proxy needed for Google Maps search

Phase 2: Enrichment (Parallel Browser)

  • Visits each business website to extract emails, phone numbers, and social profiles
  • Checks homepage AND contact/about pages
  • Handles obfuscated emails (name [at] domain [dot] com)
  • All enrichment runs in parallel for speed

Phase 3: Lead Scoring

  • Scores each lead 0-100 based on data completeness, contactability, and online presence
  • Score breakdown shows exactly what contributes to the score

Features

  • No API key required — uses public Google data
  • Fast — 10x faster than pure browser scraping (API for business data, browser only for website enrichment)
  • No proxy needed — Google Maps search works without proxy via internal API
  • Custom proxy support — bring your own residential proxy via customProxyUrl input
  • Full business data — name, rating, address, phone, website, categories, coordinates, neighborhood, description, timezone
  • Email extraction — from homepage and contact pages, handles obfuscated emails
  • Social profiles — Facebook, Instagram, LinkedIn, Twitter/X, YouTube, TikTok
  • Lead scoring — 0-100 score with detailed breakdown
  • Parallel enrichment — all websites enriched simultaneously

Input

FieldTypeRequiredDescription
searchQueriesarrayYesGoogle Maps search queries (e.g., ["plumber chicago", "electrician nyc"])
maxResultsintegerNoMax results per query (default: 50)
extractEmailsbooleanNoExtract emails from business websites (default: true)
extractPhoneNumbersbooleanNoExtract phone numbers from websites (default: true)
extractSocialProfilesbooleanNoExtract social media profiles (default: true)
scoreLeadsbooleanNoScore leads 0-100 (default: true)
customProxyUrlstringNoCustom HTTP proxy URL for website enrichment

Output

Each result contains:

{
"businessName": "Rescue Plumbing",
"rating": 4.8,
"address": "1137 W Webster Ave, Chicago, IL 60614",
"phone": "(773) 219-6071",
"website": "https://www.myrescueplumbing.com/",
"categories": ["Plumber"],
"neighborhood": "Sheffield Neighbors",
"latitude": 41.9214708,
"longitude": -87.6573983,
"description": "Here at Rescue Plumbing, we strive to set a new standard...",
"emails": ["contact@myrescueplumbing.com"],
"websitePhones": ["(773) 219-6071"],
"socialProfiles": {
"facebook": "https://facebook.com/rescueplumbing",
"instagram": "https://instagram.com/rescueplumbing"
},
"leadScore": 85,
"scoreBreakdown": {
"hasWebsite": 10,
"hasEmail": 15,
"hasPhone": 10,
"hasSocial": 5,
"highRating": 15,
"manyReviews": 10,
"allSocial": 10,
"websiteLoads": 5,
"multipleEmails": 5,
"completeData": 10
}
}

Use Cases

  • B2B Lead Generation — find local businesses with contact info
  • Sales Prospecting — score and prioritize leads by data completeness
  • Market Research — analyze business categories and ratings in any area
  • Local SEO — find businesses without websites or with missing social profiles
  • Recruiting — find businesses hiring based on online presence gaps