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

# Search web

> Search the web for information. Returns results with titles, URLs, and snippets. Use when you need external information or to find a specific page.

`search_web`

Search the web for information. Returns results with titles, URLs, and snippets. Use when you need external information or to find a specific page.

## Parameters

<ParamField path="query" type="string" required>
  Search query terms
</ParamField>

<ParamField path="numResults" type="integer" default={5}>
  Number of search results to return Minimum: 1. Maximum: 10.
</ParamField>
