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
8
solved How to implement google image search in IOS application? [closed]