Back to Templates

Collect Xiaohongshu note comments with JustOneAPI for feedback analysis

Created by

Created by: apisub001 || apisub001
apisub001

Last update

Last update 4 days ago

Categories

Share


This workflow helps you retrieve public comments from a Xiaohongshu note through JustOneAPI and convert them into structured data for feedback review, sentiment analysis, moderation checks, and downstream automation in n8n.

How it works

The workflow starts with a manual trigger so you can run it whenever needed.
It then reads the values from the configuration step, including your JustOneAPI token, the target Xiaohongshu note ID, and the maximum number of comments you want to process.
Next, it sends a request to the Xiaohongshu Note Comments V4 endpoint and returns the raw API response.
After that, the workflow parses the response and builds a structured comment list with useful fields such as comment ID, note ID, comment text, like count, reply count, publish time, IP location, author information, hashtags, and nested reply data.
Finally, it outputs the cleaned comment dataset so it can be sent to other workflows, databases, spreadsheets, alerts, or AI analysis steps.

What you can do with this workflow

  • Collect public Xiaohongshu note comments for review and analysis
  • Monitor audience feedback on a specific post
  • Track comment volume, sort strategy, and pagination status
  • Extract commenter metadata for research and community monitoring
  • Feed comment data into AI sentiment analysis, moderation, CRM, or reporting workflows

Setup

  1. Open the configuration node
  2. Paste your JustOneAPI token
  3. Enter the Xiaohongshu note ID you want to analyze
  4. Set how many comments you want to keep in the parsed output
  5. Run the workflow

Requirements

  • A JustOneAPI token
  • A valid Xiaohongshu note ID
  • An n8n environment with HTTP Request and Code nodes