Search the web index
searchSearch the Webdex index of crawled websites. Combines keyword (BM25) and semantic (vector) retrieval. Supports "quoted phrases" for exact matches and -term to exclude a term. Works across languages: a query in one language can retrieve pages written in another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Restrict to a two-letter language code, e.g. "ru". | |
| mode | No | hybrid = both arms fused (best general choice); keyword = exact terms only, for names, codes and error strings; semantic = meaning-based, for vague or descriptive questions. | hybrid |
| site | No | Restrict to one host, e.g. "example.com". | |
| limit | No | Maximum number of results. | |
| query | Yes | The search query. | |
| expand | No | Widen the query with synonyms and acronym expansions (грм → газораспределительный механизм, НДФЛ → налог на доходы). On by default; set false for an exact-terms search. The terms actually added come back in expandedWith. | |
| offset | No | Skip this many results — for a second page. | |
| category | No | Restrict to a task category, e.g. "news", "legal", "forum-it". See list_sites. | |
| sinceDays | No | Only pages published within this many days. Use for anything time-sensitive. |