Search code examples
google-mapsgoogle-local-search

google local search or maybe some other api


im trying to implement local search api, to retreive data for shops and other things from local search, but on demo it shows me 4 pages of result only and for more, it shows a link to result page, which goes to google website, i was wondering if i can pull more data as well or only limited to 4 pages only?

http://code.google.com/apis/ajax/playground/#center_localsearch

try searching for pizza.


Solution

  • from the Google AJAX Search API documentation (at the end of the description for .cursor):

    Local search supports 4 pages (or a maximum of 32 total results)

    so: no, you can not pull more than 4 pages of results from google local search via api.