get_homefeed
Retrieve recommended videos from Douyin's home feed. Filter by content category, set the number of results, and use refresh_index for pagination.
Instructions
Get recommended videos from Douyin home feed.
Args: tag: Content category - one of: "all", "knowledge", "sports", "auto", "anime", "game", "movie", "life_vlog", "travel", "mini_drama", "food", "agriculture", "music", "animal", "parenting", "fashion" count: Number of videos to return (default 20) refresh_index: Refresh index for pagination (default 0)
Returns: dict containing recommended video list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | all | |
| count | No | ||
| refresh_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||