> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Research the web

> Perform an in-depth web search using a more powerful search engine.

{/* Tool: web_research */}

## Parameters

<ParamField path="query" type="string" required={true}>
  Search query. For people searches, use the person's full name and optionally include disambiguating context (company, role, location).
</ParamField>

<ParamField path="time_range" type="string" default={"anytime"}>
  Recency window for results: "anytime", "day", "week", "month", "year" (aliases: "a", "d", "w", "m", "y"), or a shorthand like "4h", "48h", "7d", "2w". "anytime" applies no date filter. Unrecognized values are treated as "anytime". When both an explicit date range and time\_range are given, the explicit dates win.
</ParamField>

<ParamField path="category" type="string" default={""}>
  Focus area for results. One of "company", "research paper", "pdf", "github", "tweet", "personal site", "linkedin profile", "financial report", "people".
</ParamField>

<ParamField path="include_domains" type="string[]" default={[]}>
  Domains to include.
</ParamField>

<ParamField path="exclude_domains" type="string[]" default={[]}>
  Domains to exclude.
</ParamField>

<ParamField path="include_text" type="string[]" default={[]}>
  Text that must appear verbatim in page content. Pass a single short phrase (a few words) — this is the most reliable form.
</ParamField>
