gomaps icon indicating copy to clipboard operation
gomaps copied to clipboard

A Google Maps web scraper that retrieves place data based on a search

Results 2 gomaps issues
Sort by recently updated
recently updated
newest added

I was trying out your library in [Google Colab](https://colab.research.google.com/) and I've came across a strange issue(s). whenever I try the given example: ``` from gomaps import maps_search results = maps_search("Tops...

{ "title": "XXXXXXXXXXXXXXXXXXXXXXX", "coords": [ "XX.XXXX", "XX.XXXX" ], "address": null, "website": null, "phone_number": null, "rating": 5.0, "open_hours": {}, "popular_times": {} }

bug