获取用户主页作品数据/Get user homepage video data

Douyinapi

About

获取用户主页作品数据/Get user homepage video data

Documentation

获取用户主页作品数据/Get user homepage video data

[中文]

用途:

  • 获取用户主页作品数据

参数:

  • sec_user_id: 用户sec_user_id
  • max_cursor: 最大游标,用于翻页,第一页为0,第二页为第一次响应中的max_cursor值。
  • count: 最大数量,不要超过20,建议保持不变。
  • sort_type: 排序类型,可选值如下:
    • 0: 最新排序-默认
    • 1: 最热排序

返回:

  • 用户作品数据

[English]

Purpose:

  • Get user homepage video data

Parameters:

  • sec_user_id: User sec_user_id
  • max_cursor: Maximum cursor, used for paging, the first page is 0, the second page is the max_cursor value in the first response.
  • count: Maximum count number, do not exceed 20, it is recommended to keep it unchanged.
  • sort_type: Sort type, optional values are as follows:
    • 0: Latest sorting - default
    • 1: Hottest sorting

Return:

  • User video data

[示例/Example]

sec_user_id = "MS4wLjABAAAANXSltcLCzDGmdNFI2Q_QixVTr67NiYzjKOIP5s03CAE" max_cursor = 0 counts = 20 sort_type = 0

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取用户主页作品数据/Get user homepage video data

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models