search_images
Search images by query, with optional filters for country, language, safe search, and result count. Returns image URLs, thumbnails, dimensions, and source metadata.
Instructions
Search for images using the Brave Image Search API. Returns image URLs, thumbnails, dimensions, source pages, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of results to return (1–200). Default: 20. | |
| query | Yes | Image search query. Max 400 characters and 50 words. | |
| country | No | 2-letter country code (e.g. 'US', 'TR', 'DE') or 'ALL' for worldwide results. | |
| safesearch | No | 'strict' filters adult content. 'off' allows it (illegal content always blocked). | |
| spellcheck | No | Enable spell checking on the query (default: true). If corrected, altered query is shown in results. | |
| search_lang | No | Language code for search results (e.g. 'en', 'tr', 'de'). |