1
1 Comment

Scraping google maps for Business URL?

Hey,
Does anyone know of a tool to scrape a businesses website url from its google maps entry?

For instance: https://www.google.com/maps/place/North+Fabrication/data=!4m2!3m1!1s0x865b4da8459411c1:0x5f4252453d7bbf07

Would return: http://www.northfabrication.com/

Id rather not write a function to do it through the google maps api.

on December 23, 2019
  1. 1

    I think the google places API is the simplest way to do it.

    i guess you would need to do it for automating something anyway?

    Maybe something like this suits you? https://chrome.google.com/webstore/detail/anypicker-visual-web-scra/bjkpgfhekfmdffdphnniobddhkjlmmlj?hl=en

    Haven't tried it myself tho