You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns places from Google Maps based on a given search query (or many queries).
163
163
The results from searches are the same as you would see by visiting a regular Google Maps site. However, in most cases, it's recommended to use locations inside queries (e.g., bars, NY, USA) as the IP addresses of Outscraper's servers might be located in different countries.
@@ -193,7 +193,7 @@ def google_maps_search(self, query: list, limit: int = 500, extract_contacts: bo
193
193
194
194
raiseException(f'Response status code: {response.status_code}')
Returns Google Maps reviews from places when using search queries (e.g., restaurants, Manhattan, NY, USA) or from a single place when using IDs or names (e.g., NoMad Restaurant, NY, USA, 0x886916e8bc273979:0x5141fcb11460b226, ChIJu7bMNFV-54gR-lrHScvPRX4).
284
284
Places information will be returned as well in the case at least one review is found.
@@ -324,7 +324,7 @@ def google_maps_reviews(self, query: list, reviews_limit: int = 100, limit: int
324
324
325
325
raiseException(f'Response status code: {response.status_code}')
0 commit comments