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.

Kara
  • 6,115
  • 16
  • 50
  • 57
Basit
  • 16,316
  • 31
  • 93
  • 154
  • did you ever figure this one out? – thiswayup Feb 14 '10 at 13:12
  • Any relation to http://stackoverflow.com/questions/2260399/getting-google-map-searched-location-review-and-information? – kennytm Feb 20 '10 at 10:00
  • no this one is for just getting the business listings or places listings.. but other one was for complete information of that specific business/place. – Basit Feb 20 '10 at 11:42

1 Answers1

3

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.
  • 58,560
  • 8
  • 81
  • 72