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

KI

Did not crawl all reviews

Closed

kinan42 opened this issue
18 days ago

I put 3643 reviews to scrape and specified that. The result was that it only scraped about 1900 reviews. Eventhough I had more than enough credits

lhotanok avatar

Hi, thank you for reporting this issue. Until it's fixed, please use the following workaround: sort the reviews by newest — this should return the correct number of reviews. You can then sort the results by lowestRanking during post-processing, if needed.

{
"language": "de",
"maxReviews": 3643,
"personalData": true,
"reviewsOrigin": "all",
"reviewsSort": "newest",
"startUrls": [
{
"url": "https://www.google.com/maps/search/?api=1&query=Ort&query_place_id=ChIJy9xqnPR1nkcRriANUZAJXig",
"method": "GET"
}
]
}