Back to Templates

Retrieve Xiaohongshu comment replies with JustOneAPI

Created by

Created by: apisub001 || apisub001
apisub001

Last update

Last update 4 days ago

Categories

Share


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

  1. Enter your JustOneAPI token, note ID, and parent comment ID in the Config node.
  2. The workflow sends a request to the Xiaohongshu Comment Replies endpoint.
  3. It returns structured reply data, including reply content, reply author details, target comment information, like counts, author tags, and reply metadata.
  4. If more replies are available, the cursor can be used for pagination in follow-up requests.

Setup

  1. Import the workflow into n8n.
  2. Open the Config node.
  3. Add your JustOneAPI token.
  4. Enter the Xiaohongshu note ID.
  5. Enter the parent comment ID you want to inspect.
  6. 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.