I want to implement Google image search in my iOS app, there would be a search bar in which user can enter anything to get images related, like mouse and this will result by giving images of mouse, then those images will be displayed in my app.
Is there any API or something else which gives Google images search result?
You can send a Query to Google Servers and then you receive all information as a json file.
For more information: https://developers.google.com/image-search/v1/jsondevguide?hl=de&csw=1
This is the URL for searching for "fuzzy monkey" and returning 8 result (rsz=8)
https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=fuzzy%20monkey&rsz=8