Get Xiaohongshu user published notes with JustOneAPI
Go to WorkflowDescription
Use this n8n workflow to get published notes from a Xiaohongshu user profile with JustOneAPI.
Who’s it for
This template is for creator research teams, marketing teams, creator operations teams, analysts, and automation builders who want to monitor a Xiaohongshu account and collect published note data in a reusable format.
What this workflow does
The workflow starts from a Xiaohongshu user ID and sends a request to the User Published Notes V4 endpoint. It keeps the raw API response, then converts the returned notes into a cleaner structured list for downstream use.
This makes it useful for account monitoring, publishing analysis, content archiving, competitor research, and building automated reporting workflows.
What you need
A JustOneAPI token
A Xiaohongshu user ID
An n8n environment with HTTP Request node support
Set up
Import the workflow into n8n.
Open the Set API Request Parameters node.
Add your JustOneAPI token.
Enter the Xiaohongshu user ID you want to inspect.
Leave lastCursor empty for the first request, or set it if you want to continue from a previous page.
Run the workflow.
How it works
Prepare the API inputs.
Request the published notes list from Xiaohongshu User Published Notes V4.
Keep the raw response for inspection and troubleshooting.
Extract the note fields that are most useful for automation.
Return a final structured output for later nodes.
Output
The final output can include fields such as:
noteId
title
displayTitle
desc
type
timeDesc
createTime
likedCount
commentCount
collectedCount
shareCount
cursor
userId
authorName
coverImage
noteUrl
Notes
This workflow is built around the Xiaohongshu User Published Notes V4 endpoint.
It supports pagination with lastCursor.
You can connect the final output to Google Sheets, Airtable, Notion, databases, alerts, or other n8n workflows.