I need a web search be my app and it would be fine to use google web search for. This works in different cases when I do the code by myself or use assemblies like GAPI. The problem is that I ever get an error because of paging the results:
ResponseStatus: 400, Reason: out of range start
About this problem I found this by the GAPI developer: Google AJAX Search API does not allow more than 64 results (e.g. max page is 56).
But I need more results as this is to less for my usage I need at least 500... Is there another way to get more result by searching the web?