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?