Marketplace
Toolsquery

Search Engine

Web search via a self-hosted SearXNG instance (SerpAPI kept as an inactive fallback).

tool name: search_engine

Performs a web search with country, language, recency, pagination, and result-type controls.

The active backend is a self-hosted SearXNG instance (ai.searxng_url) — free, no per-query cost. The older SerpAPI implementation (ai.search_api_key) stays in the code as an inactive fallback.

Results are titles, links and short snippets. When a snippet is not enough, open the result's link with Read URL to read the page itself.

On a connection error or HTTP 403 the SearXNG container is usually down — pair this with Restart Search Engine.

Parameters

NameTypeRequiredDescription
querystringyesThe search query string.
numnumberNumber of results (default: 5, max: 100).
startnumberPagination offset (0 = first page, 10 = second page).
glstringCountry code (ISO 3166-1 alpha-2), e.g. "br", "us", "de".
hlstringLanguage code, e.g. "pt-br", "en".
time_periodstringpast_hour, past_day, past_week, past_month, past_yearRecency filter.
search_typestringweb, news, images, videoSearch type (default: "web").
View sourceImprove this entry