I’m taking a look at this site: https://silkroadmed.com/hospitals/
Is there a way to scrape the red pins on Google Maps? When you click on a pin, you get the name, address, and phone number. Ideally I would like to be able to create a list of the locations.
Is there a way to do this using APIs? I don’t see one when I check the network requests.
Or is the only option to use selenium to input various zipcodes and manually scrape the text one by one?