Scrape Data from Google Maps (in 2025)

Опубликовано: 17 Февраль 2025
на канале: Web Scraping with Franek
758
16

How to Scrape Phone Numbers from Google Maps using Octoparse.

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

Downloading Octoparse:
https://octoparse.com?fpr=aus2f
30% discount with the coupon RFL30

For a Web Scraping request:
[email protected]

XPaths used:
Scroll:
//div[@role="feed"]

Loop_Item:
//a[contains(@href, "/maps/place")]

Title:
//h1

Rating:
//span[contains(@aria-label, "star")][preceding-sibling::span[1]]

Reviews:
//span[contains(@aria-label, "review") and starts-with(text(), "(")]

Website:
(//a[@data-tooltip="Open website"])[1]

Phone_Number:
(//button[@data-tooltip="Copy phone number"])[1]