TikTok for Developers · Arazzo Workflow
TikTok Research Pinned Video Comments
Version 1.0.0
Resolve a handle, fetch the user's pinned videos, then pull comments on the first pinned video.
Provider
Workflows
research-pinned-video-comments
Resolve a handle, list pinned videos, then list comments on the first.
Resolves a TikTok handle, lists the user's pinned videos, and retrieves the comment thread on the first pinned video when one exists.
1
getUserInfo
queryResearchUserInfo
Resolve the supplied handle to its public profile before fetching pinned content.
2
listPinnedVideos
listUserPinnedVideos
List the videos the resolved user has pinned to the top of their profile.
3
listComments
listVideoComments
Retrieve the comment thread on the first pinned video, including text, like counts, and reply counts.