Google Map Xpath
Website: "//button[contains(@aria-label,"website")]/../preceding-sibling::span/.."
Address: "//button[contains(@aria-label,"address")]/../preceding-sibling::span/.."
Phone: "//button[contains(@aria-label,"phone")]/../preceding-sibling::span/.."
Open hour: "//div[contains(@aria-label,"open")]"
-
Could you please explain how to use Google Map Xpath. How do I use these paths
Website: "//button[contains(@aria-label,"website")]/../preceding-sibling::span/.."
Address: "//button[contains(@aria-label,"address")]/../preceding-sibling::span/.."
Phone: "//button[contains(@aria-label,"phone")]/../preceding-sibling::span/.."
Open hour: "//div[contains(@aria-label,"open")]"
How do I use these paths when enter the URL.
Suppose the URL which I use to scrape is https://www.google.co.in/maps/search/supermarket+in+Kozhikode,+Kerala/@11.3065147,75.8387494,13z/data=!3m1!4b1?hl=en Then how do I use Google Map Xpath in this case.
Please sign in to leave a comment.
Comments
1 comment