deep_search
Searches Google and reads entire pages from top results, returning consolidated content for deep research across web, news, and images.
Instructions
Performs a comprehensive web search by querying Google, fetching the FULL content from top results using advanced content extraction (Readability algorithm), and returning consolidated content. Supports web, news, and image search types. Includes retry logic for reliability.
This is TRUE deep research - it actually READS the pages, not just snippets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query to look up | |
| num_results | No | Number of results to fetch (1-10, default: 10) | |
| search_type | No | Type of search: 'web' for general search, 'news' for news articles, 'images' for image search | web |
| exclude_domains | No | Comma-separated list of domains to exclude (e.g., 'pinterest.com,facebook.com') | |
| include_domains | No | Comma-separated list of domains to include (e.g., 'reddit.com,github.com') | |
| max_content_per_page | No | Maximum characters of content to return per page (5000-100000, default: 50000) |