Reputation: 9
I can't figure out how to get more than 60 results from Google Places API. Are there any workarounds, or is it actually impossible to get anything more than 60??
Upvotes: 0
Views: 833
Reputation: 31
According to the documentation the max amount of results you can get is 60, please notice that the API returns a paginated response showing up to 20 results per page. It is impossible to get more than that since there is no option or parameter you can configure to set the amount of results yo want.
Upvotes: 0