SearXNG Server

by ihor-sokoliuk
Verified

searxng_web_search

Performs a web search using the SearxNG API, ideal for general queries, news, articles, and online content. Use this for broad information gathering, recent events, or when you need diverse web sources.

Input Schema

NameRequiredDescriptionDefault
countNoNumber of results
offsetNoPagination offset
queryYesSearch query

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 20, "description": "Number of results", "type": "number" }, "offset": { "default": 0, "description": "Pagination offset", "type": "number" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools