1

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.

1
  • Hi, Did you got any way to get more than 4 results using Google APIs...? If yes, please share. Commented Feb 27, 2013 at 10:04

1 Answer 1

2

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.

Sign up to request clarification or add additional context in comments.

2 Comments

Yes ,what i am using is <b>Google Web Search API (Deprecated)</b> not the the Custom search API
Well if its deprecated you should maybe consider changing it anyway: warriorforum.com/programming-talk/… If you read that it tells you that they can terminate it at any point. You may wish to have a look at this topic: stackoverflow.com/questions/4082966/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.