findIt_google
Search the web using Google Programmable Search Engine with controls for result count, time range, domain inclusion/exclusion, and optional raw content from top results.
Instructions
Performs a web search using Google Programmable Search Engine with enhanced parameters. Returns search results with metadata and optionally raw content from top results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query string. | |
| time_range | No | Limit results to the specified time range. | |
| max_results | No | Number of search results to return (1-10). | |
| search_depth | No | The depth of the search. 'basic' is faster, 'advanced' is more comprehensive. | basic |
| exclude_domains | No | List of domains to specifically exclude from the search results. | |
| include_domains | No | List of domains to specifically include in the search results. | |
| include_raw_content | No | Include the cleaned and parsed content from top results. |