search_content
Search Weibo posts by keyword, with options to set result limit and page number for paginated retrieval.
Instructions
根据关键词搜索微博内容。
返回: list[dict]: 包含搜索结果的字典列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | 搜索关键词 | |
| limit | No | 返回结果数量上限,默认 15 | |
| page | No | 分页页码,默认 1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |