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.
source
share