Google places api over 60 results

I use the text search api places search to find brand stores in the city. But for these brands there are more than 60 stores in the city. But through google places api I get only 60 results, which I can use using the pagination method (page_token). Is it possible to access over 60 results using google places api.

API :: First request: https://maps.googleapis.com/maps/api/place/textsearch/json? Query = pizza + hut + in + bangalore & sensor = true & key =

0
source share
2 answers

Unable to access more than 60 results. If you think this will be a useful feature, send the Places API - Feature Request .

+1
source

There is no way to get more than 60 results in the Metals API. Some people tried to send a feature request to Google’s bug tracker, but Google rejected it with the following comment

Unfortunately, the Place API is not able to return more than 60 results. In addition to technical reasons (latency, among others) that return more than 60 results, the API will look more like a database or general-purpose search engine. We would prefer to improve the quality of our search so that users don’t have to give this far a long list of results.

https://issuetracker.google.com/issues/35826799

0
source

Source: https://habr.com/ru/post/1442069/


All Articles