douyin/web/user-post-videos
Get user homepage video data Note: Please try to use the APP interface instead of the WEB API, because the WEB API may be unstable.
Input
Idle
Example output — click Run to generate your own
API README
Get user homepage video data
Purpose:
- Get user homepage video data
- Note: Please try to use the APP interface instead of the WEB API, because the WEB API may be unstable. Parameters:
- sec_user_id: User sec_user_id
- max_cursor: Paging cursor, pass 0 for the first request, and then pass the max_cursor returned by the previous request for paging each time.
- count: Maximum count number, it is recommended not to exceed 20
- filter_type: Filter type, optional parameters are as follows:
- 0: Default sorting
- 3: Sort by popularity
- cookie: User's web version of Douyin Cookie (This interface can accept users to provide their own Cookie) Return:
- User video data
[Example]
sec_user_id = "MS4wLjABAAAANXSltcLCzDGmdNFI2Q_QixVTr67NiYzjKOIP5s03CAE" max_cursor = "0" counts = 20 filter_type = "0"
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

