deep_research
Perform deep web research by searching via SearXNG, reading top sources with a browser, extracting relevant passages, and returning a merged digest.
Instructions
Search the web AND read the top sources in one shot.
Runs SearXNG metasearch, dives into the top max_sources pages with a real
browser, distills each page down to passages relevant to query, and
returns one merged digest. Best first call for any research question.
Args:
query: research question or keywords (RU/EN both fine)
max_sources: how many top hits to read in full (1-6)
max_results: how many search hits to consider (1-20)
per_source_chars: per-source character budget (300-8000)
time_range: "day" | "week" | "month" | "year"
category: searxng category, e.g. "general", "news", "science", "it"
language: result language, e.g. "ru", "en", "ru-RU"
refresh: ignore cache and re-fetch search results and pages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| refresh | No | ||
| category | No | ||
| language | No | ||
| time_range | No | ||
| max_results | No | ||
| max_sources | No | ||
| per_source_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |