Google search Java API
How do we get more Google search results in Java against the query by using Google API which returns JSON? I have used the API but it only returns top 4 results. What I want is to get more results i.开发者_如何学运维e. the top 100 results.
Have you considered reading the documentation from google? It can be found here:
http://code.google.com/apis/customsearch/v1/overview.html
It talks about the API operations and models which should have some information on the parameters of the search function.
精彩评论