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
Name | Type | Description | Default | Required |
---|---|---|---|---|
query |
| The search query string that specifies what the search should be about. | ||
num_results |
| The number of search results to return. | 10 |
Output Parameters
Name | Type | Description | File Type |
---|---|---|---|
search_results |
| The result of google image search |
Output Example
Last updated