Get Douyin video comments and replies with JustOneAPI
Use this n8n workflow to get Douyin video comments and fetch replies for the first comment with replies using JustOneAPI. Who’s it for This template is for content researchers, creator operations teams, marketing team...
Template notes
Use this n8n workflow to get Douyin video comments and fetch replies for the first comment with replies using JustOneAPI.
Who’s it for
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.
What this workflow does
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 replycommenttotal 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.
What you need