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

TikTokapi

About

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

Documentation

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

[中文]

用途:

  • 获取用户主页作品数据

参数:

  • sec_user_id: 用户sec_user_id,优先使用sec_user_id获取用户作品数据,如果sec_user_id为空,则使用unique_id获取用户作品数据。
  • max_cursor: 最大游标,用于翻页,第一页为0,第二页为第一次响应中的max_cursor值。
  • count: 最大数量,建议保持默认值20。
  • sort_type: 排序类型,0-最新,1-热门
  • unique_id: 用户unique_id,可选参数,如果sec_user_id为空,则使用unique_id获取用户作品数据,unique_id也是用户的用户名。
  • 关于用户ID的参数,优先级为sec_user_id > unique_id,优先级越高速度越快,并且建议只使用sec_user_id获取用户数据。
  • region: 国家地区,可选参数,如果不传则默认使用美国地区数据,传递后会优先获取对应国家地区的数据,例如:US、GB、FR、CN、JP、SG、VN等。

返回:

  • 用户作品数据

[English]

Purpose:

  • Get user homepage video data

Parameters:

  • sec_user_id: User sec_user_id, use sec_user_id to get user video data first, if sec_user_id is empty, use unique_id to get user video data.
  • 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
  • sort_type: Sort type, 0-Latest, 1-Hot
  • unique_id: User unique_id, optional parameter, if sec_user_id is empty, use unique_id to get user video data, unique_id is also the user's username.
  • About the parameters of user ID, the priority is sec_user_id > unique_id, the higher the priority, the faster the speed, and it is recommended to use only sec_user_id to get user data.
  • region: Region, optional parameter, if not passed, the US region data will be used by default. After passing, the data of the corresponding country and region will be preferred, for example: US, GB, FR, JP, SG, VN, etc.

Return:

  • User video data

[示例/Example]

sec_user_id = "MS4wLjABAAAA5u9HhzjGAj-leViCcvZD6b4-qyqHHgr9lVJmcPMzcBUX_Q2NpBeCgz8Uh6KugkfS" max_cursor = 0 counts = 20 sort_type = 0 unique_id = "tiktok" region = "US"

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

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

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

Open in Playground

Related Models