outscraper/outscraper-python

google_maps_reviews not completing/returning response when more than 1000 reviews

Closed this issue · 1 comments

example call api_client.google_maps_reviews('ChIJScIa37g66IARiEhmR4sM4TA', reviews_limit=0)

Places with over 1000 reviews seem to intermittently return results. Review limit set to 0 to return all results, as per documentation. Script runs for hours, even though API Usage History shows request status is Success with usage amount of 1506.

Please update to 5.0.1 or use reviews_limit=1000 or more.