4 messages in com.googlegroups.google-base-data-apiRe: strang problem with startindex la...
FromSent OnAttachments
caoa...@googlemail.com12 Jun 2007 16:21 
Jeff S13 Jun 2007 17:39 
caoa...@googlemail.com14 Jun 2007 09:32 
Jeff S15 Jun 2007 13:41 
Subject:Re: strang problem with startindex larger than some number say 1000?
From:Jeff S (j.@google.com)
Date:06/13/2007 05:39:57 PM
List:com.googlegroups.google-base-data-api

Hi,

There are a few limits in place when it comes to the start-index and max-results, but you are not limited to the numbers of queries you can do. When making a request against the snippets feed, you can only get 250 items at a time (max-results) and you won't be able to retrieve more than 1000 items per search (start-index). I recommend more detailed searches because the query language is powerful and you could use it to find the items you're interested without having to parse page after page of results.

Happy coding,

Jeff

On Jun 12, 4:21 pm, "caoa@googlemail.com" <caoa@googlemail.com> wrote:

when i played with java API, and trying to get some entries which startindex is lager than 1000,sometimes 1250, i can get nothing, although the total number is 7XXXXXXX, is there any limited amount of data you can get form GoogleBase?