Scrape Reviews from Google Maps (with Octoparse)

Опубликовано: 13 Март 2025
на канале: Web Scraping with Franek
5,339
94

How to Scrape 1 000 Google Maps Reviews using Octoparse.

Downloading Octoparse:
https://bit.ly/3F3r3rl
20% discount with the coupon --- REP20

To get your first 100 B2B leads for free:
https://scrap.id/s/1xY

For a Web Scraping request:
[email protected]

XPaths used:

Scroll - //div[@role="main"]/div[2]

Loop Item - //div[@data-review-id and @aria-label]

Reviewer_Name - /following-sibling::*[1]/preceding-sibling::*[1]
Review_Date - //span[contains(text(), "Visited in")] | //span[contains(text(), "ago")]
Review_Count - //span[contains(text(), "review")]
Rating - //span[@aria-label[contains(.,'star')]]
Like - //span[contains(text(),"Like")]/following-sibling::span[1]
Content - //div[@tabindex="-1"]

Click Item (Condition) - //button[contains(text(),"More")]