views:

170

answers:

1

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.

+3  A: 

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.

ax