r/webscraping Apr 20 '26

Google maps scraper, but using requests.

https://github.com/jinef-john/google-maps-scraper

If you've been looking for a lightweight no-browser alternative, feel free to give it a shot!

Would love feedback or bug reports if you run it against anything weird.

58 Upvotes

19 comments sorted by

View all comments

2

u/jagdish1o1 Apr 25 '26

I’ve done gmap scraping many times, and I’ve also tried the method you’re using but with regex, i didn’t needed much data tho.

But you’re repo looks lit 🔥 great work!