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.
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.