I must do a java project
which use Google API for search results.
I found this link : http://www.programcreek.com/2012/05/call-google-search-api-in-java-program/ but this program return only 4 links and i need more.
At the end of this article they say : "This is not a bug, it is designed to be this way. What we can do is to add a parameter to the url “start=#”. If this number is 4, this we have 5-8 results, if the number is 100, we have 101-104 results, so on and so forth. "
I don't understand how can I modify the code so this can return me more then 4 results ?