free_news_search
Search news articles by query, language, and time range with configurable safe search. Returns HTML results without requiring an API key.
Instructions
新闻搜索 Args: query (str): 搜索查询 language (str): 搜索语言,默认中文 safe_search (int): 安全搜索等级,默认1 time_range (str): 时间范围,默认空 output_format (str): 输出格式,默认html Returns: Text content with the news 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 |