bilibili_user_get_contents
Fetch any Bilibili user's content by UID: videos, articles, albums, bangumi, and dynamic posts. Supports pagination, video keyword filtering, and dynamic offset.
Instructions
获取用户内容(视频/专栏/相簿/追番/动态)
Args: uid: 用户UID content_type: 内容类型 (video-视频, article-专栏, album-相簿, bangumi-追番) page_num: 页码,从1开始 page_size: 每页数量,最大50 keyword: 搜索关键词(仅video类型有效) offset: 动态分页偏移量(仅dynamic类型有效),为空时从第一条动态开始
Returns: 内容列表,dynamic类型返回结果中包含 next_offset 用于下次请求
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| offset | No | ||
| keyword | No | ||
| page_num | No | ||
| page_size | No | ||
| content_type | No | video |