get_user_posts
Fetch public posts from a user's profile on Douyin or Xiaohongshu. Automatically paginate to retrieve the requested number of results.
Instructions
获取公开用户发布内容列表。count 是单页目标;当用户要求更多且返回 pagination.has_more=true 时,必须保持用户参数并用 pagination.next_cursor 自动继续调用,直到满足用户数量或无更多结果。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | 期望返回条数。 | |
| cursor | No | 上一页 pagination.next_cursor;自动翻页时原样传回。 | |
| user_id | No | 平台用户 ID。 | |
| platform | Yes | 用户所属平台。 | |
| verbosity | No | standard 返回适合 Agent 的详细结构;full 返回上游完整原始数据。 | standard |
| share_text | No | 用户主页分享文案或链接。 | |
| sec_user_id | No | 抖音 sec_user_id。 |