Google Image Search
Google Image Search. Given a search query, return the searched images information including image urls, descriptions and image shape.
Last updated
Google Image Search. Given a search query, return the searched images information including image urls, descriptions and image shape.
Last updated
Click this to try this widget and copy the Pro Config template.
Input query and num_results, the returned results contain the information about the images relatedto the query
Input Parameters
query
string
The search query string that specifies what the search should be about.
num_results
integer
The number of search results to return.
10
Output Parameters
search_results
array
The result of google image search
Output Example