Google Maps Reviews Scraper avatar
Google Maps Reviews Scraper

Pricing

from $0.35 / 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.5 (31)

Pricing

from $0.35 / 1,000 reviews

336

Total users

13K

Monthly users

2.3K

Runs succeeded

>99%

Issues response

5.5 days

Last modified

17 hours ago

ZI

"stars": 0

Closed

ziyad opened this issue
2 months 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.