Back to Templates

Get Xiaohongshu user published notes with JustOneAPI

Created by

Created by: apisub001 || apisub001
apisub001

Last update

Last update 4 days ago

Categories

Share


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

  1. Import the workflow into n8n.
  2. Open the Set API Request Parameters node.
  3. Add your JustOneAPI token.
  4. Enter the Xiaohongshu user ID you want to inspect.
  5. Leave lastCursor empty for the first request, or set it if you want to continue from a previous page.
  6. Run the workflow.

How it works

  1. Prepare the API inputs.
  2. Request the published notes list from Xiaohongshu User Published Notes V4.
  3. Keep the raw response for inspection and troubleshooting.
  4. Extract the note fields that are most useful for automation.
  5. 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.