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

Douyinapi

About

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

Documentation

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

[中文]

用途:

  • 获取用户主页作品数据
  • 注意:请尽量使用APP的接口而不是WEB的接口,因为WEB的接口可能会被不稳定。

参数:

  • sec_user_id: 用户sec_user_id
  • max_cursor: 翻页游标,第一次请求传0,然后每次请求传上一次请求返回的max_cursor进行翻页。
  • count: 最大数量,建议不要超过20
  • filter_type: 过滤类型,可选参数如下:
    • 0: 默认排序
    • 3: 热度排序
  • cookie: 用户网页版抖音Cookie(此接口可以接受用户提供自己的Cookie)

返回:

  • 用户作品数据

[English]

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.

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

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

Open in Playground

Related Models