search_google_images
Perform a Google image search with a query, API key, and optional filters like date range or sort order. Retrieve results with titles, thumbnails, and source links for precise image discovery.
Instructions
Performs a Google image search using SearchAPI.site. Requires a search query and your SearchAPI.site API key. Returns formatted image search results including titles, thumbnails, and source links.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
from_date | No | Start date for filtering results (format: YYYY-MM-DD) | |
limit | No | Maximum number of results to return (1-100) | |
offset | No | Offset for pagination | |
query | Yes | The image search query to perform | |
sort | No | Sort order (e.g., "date:d" for newest first) | |
to_date | No | End date for filtering results (format: YYYY-MM-DD) |