Search Images

It searches the keyword passed in keyword on google in images.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

google.search_images(keyword='shoes')
Parameters

keyword (str) – Keyword which need to be search on google

Returns

{“body”: {}, “success_score”: “100”, “errors”: []}

Return type

dict