full_web_search
Extract comprehensive web search results with full page content for detailed research and analysis across multiple sources.
Instructions
Get comprehensive web search results with full page content extraction.
Use this when you need detailed content from web sources for comprehensive research and analysis. This searches the web and extracts the full content from each result page.
Use this for comprehensive research or detailed information from web sources.
Args: query: Search query string (1-200 characters) limit: Number of results to return with full content (1-10, default 5) include_content: Whether to extract full page content (default true) max_content_length: Maximum characters per result content (0 = no limit) top_n: Alternative name for limit (for compatibility) recency_days: Days to look back for recent content (time filtering) source: Content type filter ("news", "images", "videos", etc.) language: Language filter (e.g., "en", "es", "fr", "de") country: Geographic filter (e.g., "US", "GB", "FR", "DE")
Returns: Formatted text containing search results with full extracted content
Parameter Usage Guidelines
query (required)
Search query string (1-200 characters)
Use specific, descriptive search terms
limit (optional, default 5)
Range: 1-10 results
Higher limits take longer due to content extraction
include_content (optional, default true)
Set to
truefor full content extraction (default)Set to
falseto get only titles, URLs, and descriptions
max_content_length (optional, default unlimited)
Limits characters per result to manage response size
Common values:
10000(focused content),50000(detailed research),null(no limit)
top_n (optional, compatibility parameter)
Alternative name for
limitparameterRange: 1-10 results
recency_days (optional, time filtering)
Filters results to recent content only
Common values:
1(past day),7(past week),30(past month),365(past year)Use
-1ornullfor no time filter
source (optional, content type filtering)
Filters by content type
Supported values:
"news": News articles and current events"images": Image search results"videos": Video content"web"or null: Regular web search (default)
language (optional, language filtering)
Filters results by language
Supported values: Language codes like
"en","es","fr","de","zh"
country (optional, geographic filtering)
Filters results by geographic region/country
Supported values: Country codes like
"US","GB","FR","DE","CA"
Usage Examples
Basic search with default settings:
Quick overview (smaller limit):
Recent news search with time filtering:
Geographic and language filtering:
Comprehensive research with all parameters:
Content type specific search:
Source identification only:
When to Use This
Use when you need detailed content from multiple sources
Use for comprehensive research on complex topics
Use when analyzing and comparing information across sources
Use for gathering supporting evidence or documentation
Use when you need the full context from web pages
Related Functionality
For quick topic exploration without content, use the search summaries functionality
When you have a specific URL to extract, use the single page content extraction functionality
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No | ||
| include_content | No | ||
| max_content_length | No | ||
| top_n | No | ||
| recency_days | No | ||
| source | No | ||
| language | No | ||
| country | No |