Search Pixabay Images
pixabay_search_imagesSearch Pixabay's royalty-free image library by keyword and filters. Get a token-efficient summary with image URL and metadata for each match.
Instructions
Search Pixabay's library of royalty-free images by keyword and filters. Returns a token-efficient summary per match (one representative image URL plus metadata) — call pixabay_get_image with an id for the full set of size tiers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | ISO 639-1 language code for the search term. Defaults to "en". | |
| page | No | Page number. Defaults to 1. | |
| order | No | Sort order. Defaults to "popular". | |
| query | No | Search term (max 100 characters). Omit to browse a default set of images. | |
| colors | No | Filter by dominant color(s). | |
| category | No | Filter by content category. | |
| per_page | No | Results per page, 3-200. Defaults to 20. | |
| min_width | No | Minimum image width in pixels. Defaults to 0 (no minimum). | |
| image_type | No | Filter by image type. Defaults to "all". | |
| min_height | No | Minimum image height in pixels. Defaults to 0 (no minimum). | |
| safesearch | No | Only return content suitable for all ages. Defaults to true here (Pixabay itself defaults to false) so this tool never surfaces explicit content unprompted. | |
| orientation | No | Filter by image orientation. Defaults to "all". | |
| editors_choice | No | Only return award-winning editors-choice images. Defaults to false. |