Google Maps Scraper avatar

Google Maps Scraper

Pricing

from $0.003 / place scraped

Go to Apify Store
Google Maps Scraper

Google Maps Scraper

Scrape Google Maps in seconds. Extract businesses, reviews, images, contacts, emails, social media, opening hours, and more. The fastest Google Maps scraper on Apify with pay-per-event pricing.

Pricing

from $0.003 / place scraped

Rating

0.0

(0)

Developer

Better Devs Scrape

Better Devs Scrape

Maintained by Community

Actor stats

0

Bookmarked

94

Total users

26

Monthly active users

4 months ago

Last modified

Share

๐Ÿ—บ๏ธ Google Maps Scraper - The Fastest Google Maps Scraper on Apify

Extract business details, reviews, photos, contact info, and social media from Google Maps โ€” faster than any other scraper on the platform.

๐Ÿš€ Dead simple: Enter search terms + location, click Run, get data in seconds.


โšก Why We're Faster

MetricThis ScraperOther Scrapers
Speed50 places in ~4 seconds10+ minutes
Memory128 MB minimum4 GB+ required
Reviews95%+ success rateHit-or-miss
Images5-20 per placeOften 0
Review limitUp to 500 per placeMax 20
Cost~$0.31 per 100 places$0.50+ per 100 places

๐Ÿ† Why Use This Google Maps Scraper?

FeatureDescription
โšก 10x fasterResults in seconds, not minutes
๐Ÿ“ Reliable reviewsAutomatic retry + pagination for up to 500 reviews per place
๐Ÿ–ผ๏ธ Real images5-20 high-res photos per place, not broken URLs
๐Ÿ“ง Contact enrichmentEmails scraped from business websites
๐Ÿ“ฑ Social media8+ platforms supported
๐Ÿ“ Parsed addressesStreet, city, country, postal code
๐Ÿ’ฐ Cheapest on ApifyPay-per-event pricing, 10-30% cheaper than alternatives

๐Ÿ“Š What Data Can You Extract?

CategoryData Types
๐Ÿข Business InfoName, categories, price level, permanently/temporarily closed status
๐Ÿ“ LocationFull address, street, city, state, country code, postal code, coordinates, Plus Code
๐Ÿ“ž ContactPhone number, website URL
โญ RatingsTotal score, review count
๐Ÿ• HoursFull weekly schedule, current open/closed status
๐Ÿ“ ReviewsReview text, star rating, date, reviewer info, owner responses (paginated, up to 500)
๐Ÿ–ผ๏ธ PhotosHigh-res image URLs, 5-20 per place
โ“ Q&AQuestions and answers from Google Maps
๐Ÿฝ๏ธ Restaurant DataMenu URL, order URL, reservation URL, reservation provider (OpenTable, Resy, etc.)
๐Ÿ“ง Contact EnrichmentEmails, phones scraped from business websites
๐Ÿ“ฑ Social MediaFacebook, Instagram, YouTube, TikTok, Twitter, LinkedIn, Pinterest, Discord

๐Ÿ†• Key Features

โšก Blazing Fast

Results in seconds. 50 places in ~4 seconds for basic data. Even with reviews and images, 40 places finish in under 5 minutes.

๐Ÿ“ Reliable Review Extraction

  • Automatic retry โ€” if the first attempt fails, tries again automatically
  • Pagination โ€” fetch 25, 50, or even 500 reviews per place. No 20-review limit
  • Review photos โ€” images from reviews are automatically included
  • 95%+ success rate

๐Ÿ–ผ๏ธ Real Image Extraction

  • 5-20 high-res images per place from the photo gallery
  • Smart fallbacks โ€” always tries to find at least one image
  • Review photos merged automatically as bonus images
  • No duplicates

๐Ÿ“ง Contact Enrichment

Don't just get the phone from Google Maps - scrape the actual business website to find:

  • Email addresses (including Cloudflare-protected)
  • Additional phone numbers
  • Social media profiles (8+ platforms)

๐Ÿ“ Parsed Address Components

Get addresses broken down into usable fields:

{
"address": "123 Main St, New York, NY 10001, USA",
"street": "123 Main St",
"city": "New York",
"state": "NY",
"countryCode": "US",
"postalCode": "10001"
}

โญ Full Review Data with Pagination

Extract complete reviews with owner responses โ€” no 20-review limit:

{
"text": "Amazing food and service!",
"stars": 5,
"publishedAtDate": "2 weeks ago",
"responseFromOwnerText": "Thank you for visiting!"
}

๐ŸŽฏ Smart Filtering

  • Skip closed places - Don't waste budget on permanently/temporarily closed businesses
  • Minimum stars filter - Only scrape places with 4+ stars
  • Website filter - Only places with/without websites
  • Exact match - Only places matching your search term exactly

โš™๏ธ How to Scrape Google Maps

1๏ธโƒฃ Enter search terms (e.g., "restaurants", "dentist", "hotels")
2๏ธโƒฃ Enter location (e.g., "New York, NY" or "Paris, France")
3๏ธโƒฃ Set how many places you want
4๏ธโƒฃ Click "Start" and get clean, structured data in seconds

The scraper automatically:

  • ๐Ÿ—บ๏ธ Splits location into tiles - Finds more results than Google's 120 limit
  • ๐Ÿ”„ Deduplicates results - No duplicate places in your data
  • ๐Ÿช Handles consent dialogs - Works in EU and other regions
  • ๐Ÿ“ Parses addresses - Extracts street, city, country components
  • ๐Ÿ” Retries on failure - Automatic recovery for maximum data quality

๐Ÿ“ฅ Input Options

{
"searchStringsArray": ["restaurants", "cafes"],
"locationQuery": "Paris, France",
"maxCrawledPlacesPerSearch": 100,
"language": "en",
"maxReviews": 10,
"maxImages": 5,
"scrapeContacts": true,
"skipClosedPlaces": true,
"placeMinimumStars": "4"
}

๐Ÿ“‹ Input Parameters

ParameterTypeDefaultDescription
searchStringsArrayarrayrequiredSearch terms like "restaurants", "hotels"
locationQuerystring-Location to search (city, region, address)
startUrlsarray-Direct Google Maps URLs to scrape
placeIdsarray-Google Place IDs to scrape directly
maxCrawledPlacesPerSearchnumber50Max places per search term (up to 500)
languagestring"en"Language code for results

โญ Review Options

ParameterTypeDefaultDescription
maxReviewsnumber0Reviews to extract per place (up to 500, paginated)
reviewsSortstring"newest"Sort: "newest", "relevant", "highest", "lowest"
reviewsStartDatestring-Only reviews after this date (YYYY-MM-DD or "7 days")
reviewsFilterStringstring-Only reviews containing this text
scrapeReviewsPersonalDatabooleanfalseInclude reviewer names and URLs

๐Ÿ–ผ๏ธ Image Options

ParameterTypeDefaultDescription
maxImagesnumber0Images to extract per place (up to 100)
scrapeImageAuthorsbooleanfalseInclude photographer info

๐Ÿ“ง Contact Enrichment

ParameterTypeDefaultDescription
scrapeContactsbooleanfalseExtract emails/phones from websites
maximumLeadsEnrichmentRecordsnumber0Max places to enrich (0 = unlimited)
scrapeSocialMediaProfilesobjectall trueWhich platforms to extract

๐ŸŽฏ Filtering Options

ParameterTypeDefaultDescription
skipClosedPlacesbooleanfalseSkip permanently/temporarily closed
placeMinimumStarsstring""Minimum rating (e.g., "4" for 4+ stars)
websitestring"allPlaces""allPlaces", "withWebsite", "withoutWebsite"
searchMatchingstring"all""all" or "exact" (title must contain search term)

๐Ÿ“ค Output Format

Each place is output as a structured JSON object:

{
"title": "Le Petit Cafe",
"totalScore": 4.7,
"reviewsCount": 342,
"categoryName": "Coffee shop",
"categories": ["Coffee shop", "Cafe"],
"address": "15 Rue de Rivoli, Paris 75001, France",
"street": "15 Rue de Rivoli",
"city": "Paris",
"state": null,
"countryCode": "FR",
"postalCode": "75001",
"phone": "+33 1 42 60 82 00",
"website": "https://lepetitcafe.fr",
"menuUrl": "https://lepetitcafe.fr/menu",
"reservationsUrl": "https://opentable.com/...",
"tableReservationProvider": "OpenTable",
"openingHours": [
{"day": "Monday", "hours": "7 AM-7 PM"},
{"day": "Tuesday", "hours": "7 AM-7 PM"}
],
"location": {"lat": 48.8606, "lng": 2.3376},
"placeId": "ChIJLU7jZClu5kcR...",
"url": "https://www.google.com/maps/search/?api=1&query=...",
"reviews": [
{
"text": "Best croissants in Paris!",
"stars": 5,
"publishedAtDate": "a week ago",
"responseFromOwnerText": "Merci beaucoup!"
}
],
"images": [
{"imageUrl": "https://lh5.googleusercontent.com/...=w1200"}
],
"contactInfo": {
"emails": ["contact@lepetitcafe.fr"],
"phones": ["+33142608200"],
"facebooks": ["https://facebook.com/lepetitcafe"],
"instagrams": ["https://instagram.com/lepetitcafe"]
}
}

๐Ÿ’ฐ How Much Does It Cost?

This Actor uses Pay-Per-Event pricing. You only pay for data actually scraped. 10-30% cheaper than alternatives.

EventCost
๐Ÿš€ Actor start$0.005
๐Ÿข Place scraped$0.003
๐Ÿ” Filter applied (place skipped)$0.001
๐Ÿ“ Additional details (reviews/images/Q&A)$0.002
๐Ÿ“ง Contact enrichment$0.002
โญ Per review$0.0004
๐Ÿ–ผ๏ธ Per image$0.0004

๐Ÿ’ต Cost Examples

TaskPlacesReviewsCost
100 restaurants (basic info only)1000~$0.31
100 restaurants + 5 reviews each100500~$0.71
50 hotels + contact enrichment500~$0.26
500 businesses + reviews + contacts5002,500~$4.51

๐ŸŽฏ Use Cases

๐Ÿ“ˆ Lead Generation

Scrape businesses in any industry to build targeted lead lists with emails, phones, and social media.

๐Ÿ’ผ Sales Prospecting

Find decision-makers at businesses with verified contact information from their websites.

๐Ÿ” Market Research

Analyze competitors, discover market trends, and understand customer sentiment through reviews.

๐Ÿข Local SEO

Monitor local business listings, track ratings, and analyze competitor positioning.

๐Ÿ“Š Data Enrichment

Enhance your existing business database with Google Maps data and contact info.


๐Ÿ’ก Tips for Best Results

๐Ÿงช Start Small

Test with maxCrawledPlacesPerSearch: 10 before scaling up.

๐ŸŽฏ Use Specific Searches

"Italian restaurant" finds better results than just "restaurant".

๐Ÿ“ Be Specific with Location

"Manhattan, New York" is better than just "New York".

โญ Filter for Quality

Use placeMinimumStars: "4" to only get well-reviewed places.

๐Ÿ“ง Limit Contact Enrichment

Set maximumLeadsEnrichmentRecords: 100 to control costs.

๐Ÿ“ Get More Reviews

Set maxReviews: 50 or higher โ€” pagination handles it automatically.


โ“ FAQ

How is this different from other Google Maps scrapers?

We're the fastest scraper on Apify. We extract more data (contact enrichment, parsed addresses, paginated reviews up to 500) at a lower price. Plus we handle consent dialogs and location tiling automatically.

How fast is it really?

50 places with basic info in ~4 seconds. With 10 reviews + 5 images each, 40 places complete in ~4.5 minutes.

Can I scrape thousands of places?

Yes! The scraper is designed for scale. We split large areas into tiles to bypass Google's 120 result limit. Run 500 places per search term without issues.

How reliable are reviews?

95%+ success rate. Automatic retry and pagination ensure you get the reviews you asked for.

Can I get more than 20 reviews per place?

Yes! Set maxReviews up to 500. Reviews are automatically paginated.

Why are some places missing data?

Not all businesses have reviews, images, or websites. The scraper returns what's available on Google Maps.

Does contact enrichment always find emails?

No - it depends on whether the business website has publicly visible contact info. You only pay when data is found.

Can I scrape in different languages?

Yes! Set the language parameter to any supported language code (en, fr, de, es, etc.).


๐Ÿ”Œ Integrations

๐Ÿ“ฆ Export Options

  • JSON - Full structured data
  • CSV - Spreadsheet-ready format
  • Excel - Direct download

๐Ÿ”— API Access

cURL:

curl -X POST "https://api.apify.com/v2/acts/betterdevsscrape~google-maps-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchStringsArray": ["restaurants"],
"locationQuery": "New York, USA",
"maxCrawledPlacesPerSearch": 10,
"maxReviews": 5,
"maxImages": 3,
"scrapeContacts": true
}'

Python:

from apify_client import ApifyClient
client = ApifyClient("YOUR_TOKEN")
run = client.actor("betterdevsscrape/google-maps-scraper").call(run_input={
"searchStringsArray": ["restaurants"],
"locationQuery": "New York, USA",
"maxCrawledPlacesPerSearch": 10,
"maxReviews": 5,
"maxImages": 3,
"scrapeContacts": True,
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item["title"], item.get("contactInfo", {}).get("emails", []))

Node.js:

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_TOKEN' });
const run = await client.actor('betterdevsscrape/google-maps-scraper').call({
searchStringsArray: ['restaurants'],
locationQuery: 'New York, USA',
maxCrawledPlacesPerSearch: 10,
maxReviews: 5,
maxImages: 3,
scrapeContacts: true,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach(item => console.log(item.title, item.contactInfo?.emails));

๐Ÿช Webhooks

Get notified when scraping completes.

๐Ÿ”„ Integrations

Connect via Zapier, Make, or any REST API platform.


Website Contact Extractor

Need even deeper contact extraction? Our Website Contact Extractor scrapes emails, phone numbers, and 25+ social media profiles directly from any website โ€” at just $0.001 per page.

Perfect combo: Use Google Maps Scraper to find businesses, then feed their websites into the Contact Extractor for comprehensive contact data including LinkedIn, Twitter, Telegram, WhatsApp, and more.


๐Ÿ’ฌ Support

  • ๐Ÿ› Issues? Contact us through Apify
  • ๐Ÿ’ก Feature requests? We'd love to hear from you
  • โ“ Questions? Reach out via Apify

The fastest Google Maps scraper on Apify | ./CHANGELOG.md