The Google Web Search API returns only the first 100 result sets

Is there a way to search and get all the results for a specific query on Google? I want to use a custom search API, but the starting index of the result set can be no more than 99 (http://code.google.com/apis/customsearch/v1/using_rest.html). This means that I can only get the first 100 items. In my case, the result set contains about 4000 elements.

Thank.

+5
source share
2 answers

BTW - API Google 10 , 20 , num = 20

http://www.google.com/cse/docs/resultsxml.html

-3

All Articles