VOOZH about

URL: https://apify.com/joyouscam35875/google-maps-scraper

⇱ Google Maps Business Scraper β€” Cheap Lead Generation Β· Apify


πŸ‘ Google Maps Business Scraper β€” Cheap Lead Generation avatar

Google Maps Business Scraper β€” Cheap Lead Generation

Pricing

Pay per usage

Go to Apify Store

Google Maps Business Scraper β€” Cheap Lead Generation

Scrape Google Maps business data. Get names, addresses, phone numbers, websites, ratings, reviews, coordinates. Uses the official Places API ($200/month free from Google). Perfect for lead generation. $0.002/result.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Ken Digital

Ken Digital

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

2 months ago

Last modified

Categories

Share

Google Maps Business Scraper β€” Extract Leads at Scale πŸ—ΊοΈ

Scrape business data from Google Maps: names, phones, websites, ratings, reviews, hours, and GPS coordinates. Build lead lists in minutes, not days.

πŸ’‘ 50-75% cheaper than competing scrapers. No proxy costs β€” uses Google's own APIs.


✨ Key Features

  • πŸ“ž Complete business data β€” name, phone, website, address, hours, categories
  • ⭐ Ratings & reviews β€” average rating + review count for lead qualification
  • πŸ“ GPS coordinates β€” latitude/longitude for mapping and geo-analysis
  • πŸ’° $0.002/result β€” 50-75% cheaper than alternatives
  • ⚑ Fast β€” 100 results in under 1 minute
  • 🌍 Global coverage β€” any country, any language

πŸ’° How Much Does It Cost?

ResultsThis ActorCompetitors
100$0.20$0.50 – $1.00
500$1.00$2.50 – $5.00
1,000$2.00$5.00 – $10.00

You save 50-75% on every run. No extra proxy costs β€” everything is included.


πŸš€ Getting Started (3 Steps)

  1. Enter your search β€” e.g., "plumbers in London", "restaurants in Paris"
  2. Set max results β€” up to 500 per search query
  3. Run β€” structured business data ready to export

πŸ“₯ Input Example

{
"searchQuery":"restaurants in Paris",
"maxResults":100,
"language":"en",
"countryCode":"fr"
}
ParameterTypeDefaultDescription
searchQuerystringrequiredSearch query (e.g., "dentists near Lyon")
maxResultsinteger100Max results (1-500)
languagestring"en"Language code for results
zoominteger14Map zoom (1=world, 21=building)
countryCodestring""Country code to bias results

πŸ“€ Example Output

{
"name":"Le Comptoir du PanthΓ©on",
"address":"5 Rue Soufflot, 75005 Paris, France",
"phone":"+33 1 43 54 75 56",
"website":"https://www.lecomptoirdupantheon.fr",
"rating":4.3,
"reviewsCount":2847,
"priceLevel":2,
"latitude":48.8462,
"longitude":2.3464,
"placeId":"ChIJN1t_tDeuEmsRUsoyG83frY4",
"category":["French restaurant"],
"openingHours":{
"Monday":"12:00–23:00",
"Tuesday":"12:00–23:00",
"Wednesday":"12:00–23:00",
"Thursday":"12:00–23:00",
"Friday":"12:00–00:00",
"Saturday":"12:00–00:00",
"Sunday":"12:00–23:00"
},
"imageUrl":"https://lh5.googleusercontent.com/p/...",
"searchQuery":"restaurants in Paris",
"scrapedAt":"2026-03-27T19:00:00Z"
}

🎯 Use Cases

WhoUse Case
πŸ“ž Sales teamsLead generation β€” build prospect lists with phone numbers and websites
πŸ“Š Market researchersCompetitor mapping β€” analyze business density, ratings, pricing by area
🏒 AgenciesLocal SEO audits β€” audit client and competitor Google Maps presence
🏠 Real estateAmenity mapping β€” score neighborhoods by nearby services
πŸ“ˆ Data teamsEnrich existing datasets with location data, ratings, and contact info

❓ FAQ

Q: Do I need a Google API key? No. The actor scrapes Google Maps directly β€” no API key required.

Q: How many results can I get per query? Google Maps typically returns up to ~120 results per search. For broader coverage, run multiple searches with different sub-areas (e.g., "plumbers in Paris 1er", "plumbers in Paris 2e").

Q: What export formats? JSON, CSV, Excel (XLSX), XML, RSS β€” all from the Apify console.

Q: How do I get better results? Be specific. "Italian restaurants in Manhattan, New York" gives better results than "restaurants". Set countryCode and language to match your target area.


πŸ“‹ Output Fields

FieldTypeDescription
namestringBusiness name
addressstringFull street address
phonestringPhone number
websitestringWebsite URL
ratingfloatAverage rating (1.0–5.0)
reviewsCountintegerTotal number of reviews
priceLevelintegerPrice level (1-4, where 1=cheap)
latitudefloatGPS latitude
longitudefloatGPS longitude
placeIdstringGoogle Place ID
categorystring[]Business categories
openingHoursobjectOpening hours by day
imageUrlstringBusiness photo URL
searchQuerystringOriginal search query
scrapedAtstringScraping timestamp

πŸ’‘ Tips for Best Results

  • Be specific β€” "Italian restaurants in Manhattan" > "restaurants"
  • Use country codes β€” countryCode: "fr" focuses results on France
  • Adjust zoom β€” lower (10-12) for wide area, higher (16-18) for a neighborhood
  • Run multiple queries β€” split large areas into sub-searches for complete coverage

πŸ”— Integration Examples

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("joyouscam35875/google-maps-scraper").call(run_input={"searchQuery":"restaurants Paris","googleApiKey":"YOUR_KEY"})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

Node.js

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const run =await client.actor('joyouscam35875/google-maps-scraper').call({"searchQuery":"restaurants Paris","googleApiKey":"YOUR_KEY"});
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Make / Zapier / n8n

Use the Apify integration β€” search for this actor by name in the Apify app connector. No code needed.


πŸ”— More Scrapers by Ken Digital

ScraperWhat it doesPrice
YouTube Channel ScraperVideos, stats, metadata via official API$0.001/video
France Job ScraperWTTJ + France Travail + Hellowork$0.005/job
France Real Estate Scraper5 sources + DVF price analysis$0.008/listing
Website Content CrawlerHTML to Markdown for AI/RAG$0.001/page
Google Trends ScraperKeywords, regions, related queries$0.002/keyword
GitHub Repo ScraperStars, forks, languages, topics$0.002/repo
RSS News AggregatorMulti-source feed parsing$0.0005/article
Instagram Profile ScraperFollowers, bio, posts$0.0015/profile
Google Maps ScraperBusinesses, reviews, contacts$0.002/result
TikTok ScraperVideos, likes, shares$0.001/video
Google SERP ScraperSearch results, PAA, snippets$0.003/search
Trustpilot ScraperReviews, ratings, sentiment$0.001/review

πŸ‘‰ View all scrapers

⚠️ Important: Residential Proxies Required

This actor targets platforms with strict anti-bot protection (Cloudflare, fingerprinting). To successfully scrape data, you must enable Apify Residential Proxies in the actor settings. Go to the Apify Console β†’ Actor β†’ Settings β†’ Proxy configuration β†’ select Residential proxy pool. Without residential proxies, the actor will return 0 results or errors. βœ… Pro tip: The actor is configured for pay-per-event pricing, so you only pay for successful results.

You might also like

✨ Google Maps Scraper

damilo/google-maps-scraper

πŸ“ Scrape business listings from Google Maps by keyword and location. Extract names, addresses, phone numbers, websites, ratings, coordinates, and more β€” perfect for lead generation, local SEO, and competitor research.

Google Maps Business Lead Scraper

ai_scraper_bot_engineer/google-maps-lead-scraper

Extract targeted business leads from Google Maps using keyword and location. Get names, phone numbers, addresses, ratings, and full place data using Google Places API. Ideal for lead generation, outreach, and market research.

1

Google Maps Scraper

oneary/google-maps-scraper

Scrape Google Maps business listings by keyword and location. Extract names, addresses, phone numbers, ratings, and reviews. Perfect for lead generation and local SEO.

Google Maps Scraper

bilal-dev/google-maps-scraper

Scrape Google Maps to extract structured business data including names, addresses, phone numbers, websites, ratings, reviews, and coordinates. Ideal for lead generation, local SEO research, market analysis, and location-based intelligence.

πŸ‘ User avatar

Muhammad Bilal

7

5.0