Google Image Search
google_image_searchRetrieve images matching specific criteria using Google Custom Search. Filter by size, type, color, and format to find photos, clipart, or diagrams.
Instructions
Search for images using Google Custom Search API. Returns image URLs, thumbnails, dimensions, and source page URLs.
When to use:
Finding visual content — photos, illustrations, graphics, diagrams
Need specific image formats, sizes, or color types
Key parameters:
size: huge, large, medium, small
type: clipart, face, lineart, photo, animated
color_type: color, gray, mono, trans (transparent)
file_type: jpg, gif, png, svg, webp
Caching: Results cached for 30 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The image search query | |
| num_results | No | Number of image results to return | |
| size | No | Filter by image size | |
| type | No | Filter by image type | |
| color_type | No | Filter by color type | |
| dominant_color | No | Filter by dominant color | |
| file_type | No | Filter by file format | |
| safe | No | Safe search level |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| images | Yes | List of image results | |
| query | Yes | The search query that was executed | |
| resultCount | Yes | Number of images found |