
Google Maps Reviews Scraper
Pay $0.50 for 1,000 reviews

Google Maps Reviews Scraper
Pay $0.50 for 1,000 reviews
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.
Actor Metrics
1.4k monthly users
4.6 / 5 (24)
196 bookmarks
99% runs succeeded
3.6 days response time
Created in Feb 2022
Modified 7 hours ago
Get method data fetch does not work
Hi there,
I got an issue and need to fix this asap.
Here is the explainer video of the issue: https://www.loom.com/share/6c9ad9a795b04ae19555ee8d76790252
Here is the actor:https://console.apify.com/organization/YaY7WXjiWR9zCrn5e/actors/Xb8osYTtOjlsgI6k9/input

Ondrej Klinovský (ondrejklinovsky)
Hey,
thanks for the video with detailed explanation.
The reason why you're getting 200
but no data is probably because you're running the actor asynchronously i.e. when you receive 201
the run has started but has not finished. Try to start the run synchronously so that it waits for it to finish.
Regarding Cell data size exceeds lim...
, it seems like you're downloading too much data into a single cell, try to decrese size of the downloaded data from dataset, for example by downloading only a specific fields using fields
query parameter (e.g. fields=reviewUrl,text
).
Note that the console issues are public and so is the video link, where you showed your Apify API token. Please, create a new token in Settings > API & Integrations
and delete the old one so that noone can use it.