actpkg.dev
Components

library/search-searxng

v0.1.0 Signed

Search the web through a self-hosted SearXNG instance

by @library updated 2026-08-12 571 KB 0

Install

$ act pull actpkg.dev/library/search-searxng

Capabilities

Moderate host access

Requests: Network (HTTP).

  • wasi:http Network (HTTP)

    *

Risk Low Medium High

Tools · 1

act:tools interface — expand a tool for its input schema.

  • search

    Search the web via a SearXNG instance and return ranked results

    ParameterTypeDescription
    query*stringSearch query.
    pagenointeger | nullResult page number, starting at 1.
    enginesstring | nullComma-separated engines to restrict the search to, e.g. `duckduckgo,wikipedia`.
    base_url*stringBase URL of the SearXNG instance, e.g. `https://searx.example.org`.
    languagestring | nullLanguage code, e.g. `en`, `en-US`, or `all`.
    categoriesstring | nullComma-separated categories, e.g. `general,news`. Defaults to the instance's own.
    safesearchinteger | nullSafe search level: 0 (off), 1 (moderate) or 2 (strict).
    time_rangestring | nullRestrict results by age: `day`, `week`, `month` or `year`.
    timeout_msinteger | nullRequest timeout in milliseconds (default 15000).

    Returns content.

Readme

No README provided.