Search Image Results

It fetches the links, titles and image src of the search results images.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

google.search_image_results()
Returns

{“body”: [{‘Title’: ‘Title’, ‘Link’: ‘Link’, ‘ImageLink’: ‘ImageLink’}], “success_score”: “100”, “errors”: []}

Return type

dict