Google Maps Business Lead Scraper avatar

Google Maps Business Lead Scraper

Pricing

from $10.00 / 1,000 business leads

Go to Apify Store
Google Maps Business Lead Scraper

Google Maps Business Lead Scraper

Extract local business leads from Google Maps — name, address, phone, website, and email in one run. Search any business type in any city. Perfect for lead generation, sales outreach, and market research.

Pricing

from $10.00 / 1,000 business leads

Rating

0.0

(0)

Developer

CANCAP

CANCAP

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

🗺️ Google Maps Local Business Intelligence Scraper

Zero-cost, high-revenue Apify actor - Extract business data from Google Maps with no third-party API costs.

📊 What This Does

Scrapes local businesses from Google Maps search results:

  • Business name + Google Maps URL
  • Rating (stars)
  • Review count
  • Address
  • Phone number
  • Website
  • Hours of operation
  • Sample reviews (optional)

🎯 Target Customers (Immediate Revenue)

  1. Real estate agents ($200-500/mo) - Find competitor listings by neighborhood
  2. Franchise networks ($500-1,500/mo) - Market saturation analysis before expansion
  3. Local service providers ($150-300/mo) - Monitor local competition
  4. Investors/PE firms ($1,000-3,000/mo) - Site selection, market analysis
  5. Marketing agencies ($300-800/mo) - Competitive intelligence for clients
  6. SMBs ($50-150/mo) - Free tier, upgrade to Pro

🚀 Quick Start

1. Create GitHub Repo

git init
git add .
git commit -m "Initial Google Maps scraper actor"
git remote add origin https://github.com/YOUR_USERNAME/google-maps-scraper.git
git push -u origin main

2. Deploy to Apify

Option A: Via Apify Console (Easiest)

  • Log in to https://console.apify.com
  • Click "Create Actor"
  • Name: google-maps-local-business-scraper
  • Choose "Drag & drop or paste source code"
  • Copy actor.js into editor
  • Paste INPUT_SCHEMA.json into Input schema section
  • Click "Save & Build"

Option B: Via Apify CLI

npm install -g apify-cli
apify login
apify create google-maps-local-business-scraper
# Paste files into src/main.js
apify push

3. Test It

In Apify console, use these test inputs:

Test 1: Basic Search

{
"searchQuery": "coffee shop",
"location": "Austin, TX",
"maxResults": 15
}

Test 2: B2B Vertical

{
"searchQuery": "dental office",
"location": "Los Angeles, California",
"maxResults": 30
}

Test 3: With Reviews

{
"searchQuery": "gym",
"location": "New York, NY",
"maxResults": 20,
"includeReviews": true
}

📤 Output Format

Each business returns:

{
"name": "Blue Bottle Coffee",
"url": "https://www.google.com/maps/place/Blue+Bottle+Coffee",
"rating": 4.5,
"address": "123 Main St, Austin, TX 78701",
"phone": "+1 (512) 555-0123",
"website": "https://bluebottlecoffee.com",
"hours": "Open 6:00 AM – 6:00 PM",
"reviewCount": "1,250 reviews",
"timestamp": "2026-06-28T12:34:56.000Z"
}

If includeReviews: true, also includes:

{
"sampleReviews": [
{
"text": "Great coffee and friendly staff!",
"rating": "5 out of 5 stars"
}
]
}

💰 Monetization Strategy

Phase 1: Free Tier (Acquisition)

  • 50 results/month
  • CSV export only
  • Limits: 2 searches/day
  • Goal: 500+ free users in month 1

Phase 2: Pro Tier ($99/month)

  • Unlimited searches
  • 500+ results per search
  • JSON + CSV + Excel export
  • Email support
  • Goal: Convert 5-10% of free users

Phase 3: Agency Plan ($299/month)

  • API access
  • Bulk searches (10 concurrent)
  • Webhooks to Zapier/Make
  • Slack alerts for new competitors
  • Goal: 10-20 customers = $3-6K/mo revenue

Phase 4: White-Label ($500+/month)

  • Custom branding
  • Embed in your SaaS product
  • For other Apify users

🔧 API Integration (After Launch)

Connect to other tools via Zapier/Make:

Example: Auto-populate CRM when competitor opens

Apify Scraper (find new business) → Zapier → HubSpot (create contact)

Example: Price monitoring

Run monthly → Compare results month-over-month → Slack notification

⚠️ Important Notes

Rate Limiting

  • Google Maps doesn't CAPTCHA reasonable traffic
  • Recommended: 1 search per 5 seconds = safe
  • Don't hammer: space searches 5+ sec apart

Compliance

  • ✅ Scraping public, non-authenticated data = legal
  • ✅ No TOS violation (you're just reading)
  • ✅ Better than API: Google Maps API is $7+ per 1000 searches
  • ✅ This scraper: $0 cost

Updates If Google Changes HTML

  • If scraper breaks, update selectors in actor.js
  • Will alert you if structure changes
  • Typical fix: 30 mins of CSS selector updates

📈 Growth Roadmap (8 Weeks to $5K/mo)

WeekGoalAction
1Build & testDeploy actor, validate scraping works
2Landing pageCreate simple SaaS landing page on Vercel
3-4Beta usersCold email 50 real estate agents, get 10 signups
5Premium tierLaunch Pro ($99/mo), convert 3-5 beta users
6-7ScaleContent marketing, SEO for "local business scraper"
8RevenueTarget $5K/mo (50 Pro users @ $99 avg)

🤝 Next Steps

  1. Commit to GitHub (share link with team)
  2. Deploy to Apify (test input from Phase 1)
  3. Build landing page (Vercel + React, 2-3 hours)
  4. Cold email first 20 prospects (get 2-3 customers)
  5. Move to Idea #2 (I'll build next)

Questions?

  • Scraper breaking? Update CSS selectors in actor.js
  • Want different fields? Add XPath/selector + push to GitHub
  • Ready for next idea? Let me know! I'll build Idea #2.

Status: ✅ Ready to deploy | 🚀 First revenue in 2 weeks