Skip to main content

获取用户的粉丝列表/Get user followers

GET 

/api/tiktok/web/fetch_user_fans

[中文]

用途:

  • 获取用户的粉丝列表

参数:

  • secUid: 用户secUid
  • count: 每页数量
  • maxCursor: 最大游标
  • minCursor: 最小游标

返回:

  • 用户的粉丝列表

[English]

Purpose:

  • Get user followers

Parameters:

  • secUid: User secUid
  • count: Number per page
  • maxCursor: Max cursor
  • minCursor: Min cursor

Return:

  • User followers

[示例/Example]

secUid = "MS4wLjABAAAAv7iSuuXDJGDvJkmH_vz1qkDZYo1apxgzaxdBSeIuPiM" count = 30 maxCursor = 0 minCursor = 0

Request

Responses

Successful Response