VOOZH about

URL: https://apify.com/veeronica/google-maps-reviews-scraper

โ‡ฑ Fastest Google Maps Reviews Scraper With Images & Videos ยท Apify


๐Ÿ‘ Fastest Google Maps Reviews Scraper With Images & Videos avatar

Fastest Google Maps Reviews Scraper With Images & Videos

Pricing

from $0.25 / 1,000 reviews

Go to Apify Store

Fastest Google Maps Reviews Scraper With Images & Videos

Scrape every review of any business on Google Maps: star rating, full text, reviewer name and profile, owner responses, review photos, videos and dates. Paste a Maps URL or place ID, choose how to sort, and export clean JSON.

Pricing

from $0.25 / 1,000 reviews

Rating

0.0

(0)

Developer

๐Ÿ‘ Veronica

Veronica

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

13 hours ago

Last modified

Share

Google Maps Reviews Scraper

Google Maps Reviews Scraper extracts every review of any business on Google Maps โ€” star rating, full text, reviewer profile, owner responses, photos, and dates โ€” and downloads them as JSON, CSV, Excel, or XML. It runs in the cloud, needs no coding, and no Google API key.

Try it right away: paste a Google Maps place URL into the input form, click Start, and watch the dataset fill up with structured review data.

What data does it extract?

Each result is one review, with the business it belongs to nested in a place object:

DataDetails
๐Ÿ’ฌ Reviewfull text in its original language (with the language code), star rating, and source
๐Ÿ—“๏ธ Dateswhen the review was published and last edited (ISO 8601)
๐Ÿ‘ค Reviewernested reviewer object: name, profile URL, photo, ID, total reviews written, Local Guide status
๐Ÿข Owner responsethe business's reply text and date, when present
๐Ÿ“ท Photos & videosevery image and video attached to the review โ€” playable video URLs, image URLs, and dimensions
๐Ÿ“ Placenested place object: name, address, category, coordinates, overall rating, total review count, place ID, URL

How do I scrape Google Maps reviews?

  1. Add a place โ€” paste one or more Google Maps URLs (google.com/maps/place/โ€ฆ, or short maps.app.goo.gl links). You can also supply place IDs directly.
  2. Choose how many โ€” set Maximum reviews per place, or use 0 to scrape all of them.
  3. Pick a sort order โ€” Newest, Most relevant, Highest rating, or Lowest rating.
  4. Filter the content (optional) โ€” keep all reviews, only those with text, or only those with text and media (photos/videos).
  5. Click Start โ€” then download the results from the Storage tab in any format, or send them anywhere using integrations.

How do I find a place's URL?

Open Google Maps, search for the business, click it, and copy the URL from your browser's address bar. Each URL contains the place's ID (the 0xโ€ฆ:0xโ€ฆ value), which is what the scraper uses.

Input example

{
"startUrls":[
{"url":"https://www.google.com/maps/place/Katz's+Delicatessen/@40.722233,-73.987429,17z/data=!4m6!3m5!1s0x89c2598f7ff4aa09:0x313547e757cb8cea!8m2!3d40.722233!4d-73.987429"}
],
"maxReviews":100,
"reviewsSort":"newest",
"language":"en",
"personalData":true
}

You can also target places by ID instead of URL:

{
"placeIds":["0x89c2598f7ff4aa09:0x313547e757cb8cea"],
"maxReviews":0
}

Output example (abridged)

{
"place":{
"placeId":"0x89c2598f7ff4aa09:0x313547e757cb8cea",
"title":"Katz's Delicatessen",
"address":"205 E Houston St, New York, NY 10002, United States",
"categoryName":"Deli",
"categories":["Deli"],
"location":{"lat":40.722233,"lng":-73.987429},
"totalScore":4.5,
"reviewsCount":53374,
"url":"https://www.google.com/maps/place/โ€ฆ"
},
"reviewId":"Ci9DQUlRQUNvZโ€ฆ",
"reviewer":{
"id":"1002โ€ฆ",
"name":"Jane D.",
"url":"https://www.google.com/maps/contrib/1002โ€ฆ",
"photoUrl":"https://lh3.googleusercontent.com/โ€ฆ",
"numberOfReviews":197,
"isLocalGuide":true
},
"stars":5,
"text":"Best pastrami in NYC. The line moves fast and the portions are huge.",
"textTranslated":null,
"originalLanguage":"en",
"publishedAtDate":"2026-02-04T05:28:13.519Z",
"lastEditedAtDate":"2026-02-04T05:28:13.519Z",
"likesCount":null,
"reviewImageUrls":["https://lh3.googleusercontent.com/โ€ฆ"],
"reviewVideoUrls":[],
"reviewMedia":[
{"type":"photo","url":"https://lh3.googleusercontent.com/โ€ฆ","thumbnailUrl":"https://lh3.googleusercontent.com/โ€ฆ","width":null,"height":null,"caption":"Katz's signature pastrami sandwich"}
],
"reviewOrigin":"Google",
"responseFromOwnerText":null,
"responseFromOwnerDate":null
}

Input reference

FieldTypeDescription
startUrlsarrayGoogle Maps place URLs to scrape. One business per URL.
placeIdsarrayPlace feature IDs (0xโ€ฆ:0xโ€ฆ) โ€” an alternative to full URLs.
maxReviewsintegerReviews per place. 0 = all available. Default 100. Counts only reviews kept after filtering.
reviewsSortstringmostRelevant, newest, highestRanking, or lowestRanking. Default mostRelevant.
reviewsContentFilterstringall, textOnly (has text), or textAndMedia (has text + at least one photo/video). Default all.
searchQuerystringKeyword/phrase to search reviews for (e.g. delivery). Only matching reviews are fetched. Leave empty for all.
languagestringLanguage for business details and dates, e.g. en, fr, de, es. Reviews are returned in their original language. Default en.
personalDatabooleanInclude reviewer name, profile, photo, and review URL. Default true.

Why scrape Google Maps reviews?

  • Reputation monitoring โ€” track what customers say about your locations over time.
  • Competitor analysis โ€” benchmark ratings and sentiment against nearby businesses.
  • Customer insight โ€” mine review text for recurring praise and complaints.
  • Lead generation & research โ€” gather reviewer and business data at scale.

Pricing

This Actor uses pay-per-event pricing: a small fee when a run starts, plus a fee per review delivered. You only pay for the reviews you actually receive โ€” set Maximum reviews per place to control your spend.

Notes

  • The Actor routes through Apify Proxy automatically for reliable scraping โ€” no proxy setup needed on your end.
  • Reviewer personal data is publicly visible on Google Maps. Make sure your use complies with Google's terms and applicable data-protection laws (e.g. GDPR). Turn off Include reviewer personal data if you don't need it.

You might also like

Google Maps Reviews Scraper

thodor/google-maps-reviews-scraper

Extract every Google Maps review from any place URL. Get full text, star ratings, detailed sub-ratings, reviewer profiles, owner responses, images, and ISO dates.

Google Maps Reviews Scraper

beatanalytics/google-maps-reviews-scraper

Scrape Google Maps reviews with exact timestamps, date-range filtering, and bulk input. Extract full review text, ratings, author info, owner responses, and photos for any Google Maps place. Export as CSV, JSON, or Excel.

๐Ÿ‘ User avatar

Beat Analytics

42

Google Maps Review Scraper

scrapesmith/Google-Maps-Reviews-Scraper

Extract all reviews from Google Maps place URLs, including review text, date, rating, reviewer name and profile link, owner responses, and review URLs โ€” with full API support, scheduling, monitoring, and data download capabilities.

311

5.0

Google Maps Reviews Scraper

crawlerbros/google-maps-reviews-scraper

Extract detailed reviews from any Google Maps business page. This scraper retrieves reviewer information, ratings, review text, dates, likes, and owner responses.

29

5.0

Google Maps Reviews Scraper

gopalakrishnan/google-maps-reviews

Extract real Google Maps reviews โ€” author, star rating, full text, and timestamp โ€” for any place by ID or URL.

๐Ÿ‘ User avatar

Gopalakrishnan

2

Google Maps Reviews Scraper | ๐Ÿ’ฐ $0.25 per 1,000 results

solidcode/google-maps-reviews-scraper

[๐Ÿ’ฐ $0.25 / 1K] Scrape Google Maps reviews at scale. Extract review text, ratings, reviewer details, owner responses, photos, and more for any place on Google Maps.

30

5.0

Google Maps REVIEWS Scraper

dtrungtin/google-maps-reviews-scraper

Extract reviews from any **[Google Maps](https://www.google.com/maps)** place at scale. The scraper collects review text, ratings, reviewer profiles, photos, and timestamps

Ultimate Google Maps Reviews Scraper | Apify Actor

yasir-on-apify/ultimate-google-maps-reviews-scraper-apify-actor

Only $0.0025/review. Scrape Google Maps reviews with this Apify actor. Extract Google Maps business reviews using business URL including reviewer name, rating, text, photos, timestamps, and profile links. Perfect for lead generation, local SEO, review aggregation, and Google Maps data extraction.