Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
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 t...
n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.if
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by apisub001.
Original n8n.io sourceUse 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.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Get Douyin video comments and replies with JustOneAPI |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | Market Research |
| Author | apisub001 |
| Published | 21 May 2026 |
Use the JSON export at /data/workflows/15885/15885.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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 t...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.