free_it_search
Search for information technology topics using customizable filters for language, safety level, and time range. Returns results in HTML format without requiring an API key.
Instructions
信息技术搜索 Args: query (str): 搜索查询 language (str): 搜索语言,默认中文 safe_search (int): 安全搜索等级,默认0 time_range (str): 时间范围,默认空 output_format (str): 输出格式,默认html Returns: Text content with the IT 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 |