Ebeo / google-api-for-dotnet

Automatically exported from code.google.com/p/google-api-for-dotnet
0 stars 0 forks source link

How to get the next X results? #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using the GimageSearchClient.Search() method, I see how you can limit the 
search results to, say, 25 results. However, I don't see how you can get 
the next 25 results and so on. Is this possible with this API?

Original issue reported on code.google.com by scott.schafer on 28 Dec 2009 at 5:03

GoogleCodeExporter commented 9 years ago
Google only provide 64 results per request. So I think you should get all once.

Original comment by iron9li...@gmail.com on 21 Mar 2010 at 4:32