According to the answer in here, using Gson we can programmatically achieve to retrieve the result that Google will return to a query. Nonetheless, yet there are 2 questions are remaining in my mind:
- How can we do similar thing for
Bing
? - How can we get more than 4 results based on the referred answer? Because the
results.getResponseData().getResults().get(n).getUrl()
forn>4
returns exception.