Collect Xiaohongshu note comments with JustOneAPI for feedback analysis

Go to Workflow
1 views
Built by apisub001 apisub001
Created on June 05, 2026

Description

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

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

Requirements

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

Nodes Used (2)

Code
n8n-nodes-base.code
HTTP Request
n8n-nodes-base.httpRequest