deep_search
Perform comprehensive web searches to extract full content from top results using advanced content extraction, supporting web, news, and image search types with customizable filters.
Instructions
Performs a comprehensive web search using Google Custom Search API, 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.
Input Schema
TableJSON 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) | |
| max_content_per_page | No | Maximum characters of content to return per page (5000-100000, default: 50000) | |
| search_type | No | Type of search: 'web' for general search, 'news' for news articles, 'images' for image search | web |
| include_domains | No | Comma-separated list of domains to include (e.g., 'reddit.com,github.com') | |
| exclude_domains | No | Comma-separated list of domains to exclude (e.g., 'pinterest.com,facebook.com') | |
| google_api_key | No | Google Custom Search API key (optional, uses server default if not provided) | |
| google_cx | No | Google Custom Search Engine ID (optional, uses server default if not provided) |