websearch
Search the web to get the full text of top results, enabling complete page content for detailed analysis.
Instructions
Search the web (SearXNG) and return the full body text of the top N results. Pages are loaded in parallel via BrowserOS, falling back to headless Chromium (Playwright) then plain HTTP fetch. Returns each result as {title, url, text}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | How many top results to fetch full text for (default: WEBSEARCH_RESULTS). | |
| query | Yes | The search query, e.g. "PHP send email class". |