get_user_posts
Fetch video posts from a Douyin user by supplying their security ID. Returns the video list and pagination data for browsing content.
Instructions
Get videos posted by a Douyin user.
Args: sec_user_id: The user's security ID max_cursor: Pagination cursor (default "0") count: Number of videos per page (default 18)
Returns: dict containing video list and pagination info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| max_cursor | No | 0 | |
| sec_user_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||