Get Xiaohongshu note details from a keyword with JustOneAPI
Use this n8n workflow template to get Xiaohongshu note details from a keyword with JustOneAPI. Who’s it for This template is for content researchers, creator operations teams, marketing teams, and automation builders ...
Template notes
Use this n8n workflow template to get Xiaohongshu note details from a keyword with JustOneAPI.
Who’s it for
This template is for content researchers, creator operations teams, marketing teams, and automation builders who want to turn a Xiaohongshu keyword into a structured list of note details inside n8n.
How it works
The workflow starts with a single configuration node where you add your JustOneAPI token and the keyword you want to research.
It then searches Xiaohongshu notes with the V2 search endpoint, extracts note IDs from the returned results, removes duplicates, and keeps only the first unique note ID by default. After that, it requests note details and outputs a structured note detail record that can be reused in downstream workflows.
You can increase maxNotes if you want to retrieve details for more than one unique note ID.
How to set up