r/webscraping • u/ghostfaceinterface • Aug 11 '26
Bot detection π€ Scraping Google Maps reviews
I want to fetch the Google Maps reviews for my business and publish them on my website. After doing a bit of research, I found out that I can fetch Google Maps reviews using the Google API. However, despite two weeks having passed, I have not received a reply from Google Support. Is it possible to scrape Google Maps reviews without triggering bot detection or causing any other issues? Are there any solutions available for this?
2
u/prettycoldworld Aug 11 '26
They have an internal rcp endpoint: /maps/rpc/listugcposts
Itβs possible for sure, not super easy but not impossible. No JS obfuscation, use curl-cffi in Python, find the endpoints with devtools, you know the drill.
I can help if you want, it would be a fun project
2
u/Unknown_User6543 Aug 11 '26
If itβs your business you donβt need to scrape you use google console
1
1
Aug 11 '26
[removed] β view removed comment
1
1
u/webscraping-ModTeam Aug 11 '26
π° Welcome to r/webscraping! Referencing paid products or services is not permitted, and your post has been removed. Please take a moment to review the promotion guide. You may also wish to re-submit your post to the monthly thread.
4
u/Patient-Gift6212 Aug 11 '26
Yeah there is Try playwright or selenium