Google Image Search

Google Image Search. Given a search query, return the searched images information including image urls, descriptions and image shape.

Try it in the Widget Center

Click this url to try this widget and copy the Pro Config template.

Usage

Input query and num_results, the returned results contain the information about the images relatedto the query

Input Parameters

NameTypeDescriptionDefaultRequired

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

NameTypeDescriptionFile Type

search_results

array

The result of google image search

Output Example

{
   "results": "<the example results of this widget>"
}

Last updated