douyin/web/user-fans-list
Get user fans list When requesting for the first time, pass `0` for max_time, pass `2` for source_type, and an empty fans list will be returned, which contains max_time, then pass the max_time returned by the previous re...
Input
Idle
Example output — click Run to generate your own
API README
Get user fans list
Purpose:
- Get user fans list
- When requesting for the first time, pass
0for max_time, pass2for source_type, and an empty fans list will be returned, which contains max_time, then pass the max_time returned by the previous request for paging each time, pass1for source_type, you can get the fans list. - If you do not request according to the above method, it may cause the returned data to contain duplicate data.
Parameters:
- sec_user_id: User sec_user_id
- max_time: Maximum timestamp, default is 0, get from the returned data later, used for paging.
- count: Number, default is 20, it is recommended to keep it unchanged.
- source_type: Source type, default is
1, use2as the source type for the first request, and then use1as the source type for the subsequent request. Return: - Fans list
[Example]
sec_user = "MS4wLjABAAAA9y04iBlVdeMQqTJbqsQZKb-tqWqWW29jPVJqideHT70" max_time = "0" count = 20 source_type = 2
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

