Use this n8n workflow to get Douyin video comments and fetch replies for the first comment with replies using JustOneAPI.
This template is for content researchers, creator operations teams, marketing teams, analysts, and automation builders who want to collect Douyin video comments and inspect reply threads inside n8n.
The workflow starts from a Douyin video ID and requests the video comment list with the Video Comments V1 endpoint. It keeps the raw comments response for inspection, cleans the returned top-level comments, and selects the first comment where reply_comment_total is greater than 0.
If a matching comment is found, the workflow sends that comment ID to the Comment Replies V1 endpoint, keeps the raw replies response, cleans the returned replies, and outputs a final structured result. If no comment with replies is found on the selected comments page, the workflow returns a clear no-replies output with the cleaned comments and raw comments response.
This makes it useful for comment review, reply thread collection, engagement research, sentiment workflows, and downstream reporting automations.
awemeId with the Douyin video ID you want to inspect.commentPage and replyPage.reply_comment_total greater than 0.The final output can include:
awemeIdcommentPagereplyPagehasCommentWithRepliescommentsMetaselectedCommentrepliesMetatotalCommentsReturnedreplyCountReturnedcommentsrepliesrawCommentsResponserawRepliesResponseIf no comment with replies is found on the selected page, the workflow returns a no-replies result with a message, cleaned comments, comment metadata, and the raw comments response.