Hi everyone,
I'm trying to scrape all the Google Maps reviews for my restaurant so I can sort, filter, and eventually respond to them using AI tools. So far, my setup only extracts basic data like the reviewer's name and the visible text from each review.
However, I'm facing a few issues:
-
Star Rating: I can't figure out how to extract the star rating (1–5). It seems to be represented as a colored star image rather than a numerical value. How can I reliably capture this?
-
Full Review Text: Some reviews are longer than the initially displayed snippet, and there's a "More" button you have to click to see the full text. How can I make sure I'm scraping the entire content of each review?
-
Images in Reviews: A few reviews include user-uploaded images. Is there a way to detect and extract the URLs of these images as well?
-
Auto-Scrolling: When you're on the Google Maps review section, the review list on the left only loads more entries as you scroll down. So the scraper needs to automatically scroll to load all available reviews. What's the best approach for that?
5.Overview Data (One-Time Scrape): I also want to scrape the current overall rating (e.g. 4.3 stars) and the total number of reviews as a one-time snapshot of the current state. What's the most reliable way to extract this summary data?
My sitemap or scraping structure is not fully developed yet – I'm still experimenting. I'd really appreciate it if someone could point me in the right direction, or even share a sample setup. 
Thanks a lot in advance!
Url: Google Maps
Sitemap: not ready yet because I fail at the start with the "rating/stars"
{id:"sitemap code"}
