This n8n workflow retrieves reply threads for a specific Xiaohongshu (RedNote) comment using JustOneAPI. It is useful for tracking conversations, analyzing audience interactions, reviewing customer feedback, and monitoring community discussions under a note.
How it works
- Enter your JustOneAPI token, note ID, and parent comment ID in the Config node.
- The workflow sends a request to the Xiaohongshu Comment Replies endpoint.
- It returns structured reply data, including reply content, reply author details, target comment information, like counts, author tags, and reply metadata.
- If more replies are available, the cursor can be used for pagination in follow-up requests.
Setup
- Import the workflow into n8n.
- Open the Config node.
- Add your JustOneAPI token.
- Enter the Xiaohongshu note ID.
- Enter the parent comment ID you want to inspect.
- Run the workflow.
Output
The workflow returns:
- Reply ID and reply content
- Reply author profile details
- Target comment details
- Interaction metadata such as likes and status
- Author and tag markers when available
- Pagination cursor for loading more replies
This template is designed for Xiaohongshu thread analysis, moderation review, feedback research, and downstream workflow automation.