I can't find any up-to date information, so I'm asking here. How can I google search a link like this: "https://www.google.com/search?q=Pony". An receive back an url to the first Pony Image, that google finds?
Asked
Active
Viewed 2,347 times
0
-
Have you checked [this question](https://stackoverflow.com/questions/19492869/adding-google-search-api-to-android-app)? – SqueezyMo May 23 '16 at 19:09
-
@SqueezyMo I need to get the image url with no user interaction. – Paul S May 23 '16 at 19:19
1 Answers
0
You need to use Google Custom Search API for your task. Check out this link.

Shadab Ansari
- 7,022
- 2
- 27
- 45
-
Is there a simpler way of doing so? This API doesn't have a lot of documentation for Android. – Paul S May 23 '16 at 19:19
-
Checkout this - http://stackoverflow.com/questions/4082966/what-are-the-alternatives-now-that-the-google-web-search-api-has-been-deprecated – Shadab Ansari May 23 '16 at 19:20