User
Info
Description
Get a user's info by its sec ID. You can use the search user by keyword endpoint to find a user's sec ID. Learn about a user's name and nickname, profile photo, bio, statistics, and other social IDs if exists.
Endpoint
GET api/v1/realtime/social/tiktok/v1/user/{id}/info
Parameters
id
Yes
Path Param
String | The user sec ID
Feed
Description
Fetch a user's feed by its sec ID. You can use the search user by keyword endpoint to find a user's sec ID. Up to 9 results per page.
Endpoint
GET api/v1/realtime/social/tiktok/v1/user/{id}/feed
Parameters
id
Yes
Path Param
String | The user sec ID
cursor
No
Query Param
String | Cursor for paginate data
Followers
Description
Retrieve a user's followers list. For each follower, obtain basic information and the sec_id, which can be used with other endpoints to enrich the follower's data. 30 results per page, max 5000 results.
Endpoint
GET api/v1/realtime/social/tiktok/v1/user/{id}/followers
Parameters
id
Yes
Path Param
String | The user sec ID
cursor
No
Query Param
String | Cursor for paginate data
Followings
Description
Retrieve a user's followers list. For each follower, obtain basic information and the sec_id, which can be used with other endpoints to enrich the follower's data. 30 results per page, max 5000 results.
Endpoint
GET api/v1/realtime/social/tiktok/v1/user/{id}/followings
Parameters
id
Yes
Path Param
String | The user sec ID
cursor
No
Query Param
String | Cursor for paginate data
Last updated