Google Maps Reviews Scraper avatar
Google Maps Reviews Scraper

Pricing

$0.50 / 1,000 reviews

Go to Store
Google Maps Reviews Scraper

Google Maps Reviews Scraper

Developed by

Compass

Compass

Maintained by Apify

Extract all reviews of Google Maps places using place URLs. Get review text, published date, response from owner, review URL, and reviewer's details. Download scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

4.8 (29)

Pricing

$0.50 / 1,000 reviews

272

Total users

10K

Monthly users

2.4K

Runs succeeded

>99%

Issues response

25 days

Last modified

a day ago

ZI

"stars": 0

Open

ziyad opened this issue
18 days ago

Reporting star rating incorrectly

aja_bar avatar

Hi, Thank you for reporting, we're looking into this.

ondrejklinovsky avatar

Hello,

reviews with "stars": 0 come from external providers (e.g. TripAdvisor). For such reviews, there is rating (see examples bellow).

[
{
"reviewUrl": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m....",
"stars": 5,
"rating": null
},
{
"reviewUrl": "https://www.tripadvisor.com/ShowUserReviews-g190774-d2505...",
"stars": 0,
"rating": "5/5"
}
]

The scraper should store null instead of 0 in stars for external reviews, we'll fix that. Thanks for reporting this.