free_general_search
Search the web using SearXNG with customizable language, safe search, time range, and output format. No API key required.
Instructions
综合搜索 Args: query (str): 搜索查询 language (str): 搜索语言,默认中文 safe_search (int): 安全搜索等级,默认1 time_range (str): 时间范围,默认空 output_format (str): 输出格式,默认html Returns: Text content with the search results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| language | No | auto | |
| safe_search | No | ||
| time_range | No | ||
| output_format | No | html |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| text | Yes | ||
| annotations | No | ||
| _meta | No |