free_social_media_search
Search social media platforms for posts and discussions. Specify query, language, safe search level, time range, and output format to filter results.
Instructions
社交媒体搜索 Args: query (str): 搜索查询 language (str): 搜索语言,默认中文 safe_search (int): 安全搜索等级,默认0 time_range (str): 时间范围,默认空 output_format (str): 输出格式,默认html Returns: Text content with the social media 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 |