search_web
Retrieve structured web search results from a self-hosted SearXNG instance. Specify a query and optional result count to get titles, URLs, and snippets.
Instructions
Search the web using SearXNG.
Args: query: Search query string. num_results: Number of results to return (default 5).
Returns: {"results": [{"title": str, "url": str, "snippet": str}, ...]}
Raises: If SEARXNG_BASE_URL is not configured or the instance returns an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| num_results | No |