Google Images API
google_imagesRetrieve Google Images search results with image sources and thumbnails. Specify a query and use filters for size, color, time, domain, country, and language to refine output.
Instructions
Get Google Images search results with sources and thumbnails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tbs | No | Advanced filter (size, color, type, time range). | |
| html | No | Return raw HTML instead of parsed JSON. (API default: false) | |
| safe | No | Adult-content filter. (API default: off) | |
| query | Yes | Image search query. | |
| start | No | Result offset (e.g. 20 skips the first 20). | |
| domain | No | Country-specific Google domain (e.g. google.co.uk, google.co.in). (API default: google.com) | |
| country | No | Two-letter ISO country code to geo-target results (e.g. us, gb, in, de). (API default: us) | |
| language | No | Result language code (e.g. en, es, fr, de). (API default: en) |