Hi, I am trying to get the data from google base for Vehicles type and for the make: honda using the following query
http://www.google.com/base/feeds/snippets?bq=[item_type:vehicles][make:honda]&max-results=250 And I got the xml output showing <openSearch:totalResults>221821</ openSearch:totalResults><openSearch:startIndex>1</ openSearch:startIndex><openSearch:itemsPerPage>250</ openSearch:itemsPerPage> How could I get the next 250 results which shouldn't match with the first set of 250 results. I am using Zend PHP client library to loop the results to parse the output xml. Thanks, KP -- You received this message because you are subscribed to the Google Groups "Google Base Data API" group. To post to this group, send email to google-base-data-...@googlegroups.com. To unsubscribe from this group, send email to google-base-data-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-base-data-api?hl=en.