Edit: This doesn't work for lists > 20 items, because pagination does not work. Please see here
This script allows extracting name and coordinates for gmaps shared lists. It is incredibly unstable and may break anytime. Good luck figuring out why, because the syntax is extremely confusing and basically makes no sense at all. Thanks to google for not providing an api for this after LITERALLY 12 YEARS
How to use this script:
- Share a list and open the link in a browser window. It will redirect. The new link will look like this:
google.com/maps/@<your coords>/data=....
- Take the
data
-portion and paste it into the following link:https://google.com/maps/@/data=<data>?ucbcb=1
- Take this link and paste it into the py-script below.
I don't have the reputation to comment on your StackOverflow answer (thank you so much for writing that), but if it's useful to anyone else, I refined the regex to work for negative and >=100 longitude for extracting the coordinates: /[null,null,-[0-9]{1,2}.[0-9]{4,15},-[0-9]{1,3}.[0-9]{4,15}]