search_images
Search for images on DuckDuckGo and retrieve direct URLs with full source attribution, including page URL, publisher, article title, and image dimensions.
Instructions
Search for images on DuckDuckGo and return image URLs with full source attribution (source page URL, publisher domain, article title, image dimensions). Each result carries credit info so callers can attribute the image instead of just seeing a proxied redirect URL. Uses Selenium to scrape image results from DuckDuckGo Images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query for images (e.g., 'cute cats', 'mountain sunset') | |
| headless | No | Run browser in headless mode (default: true) | |
| num_images | No | Number of images to retrieve (default: 5) |