Back to Templates

Collect and structure Kuaishou video comments with JustOneAPI

Created by

Created by: apisub001 || apisub001
apisub001

Last update

Last update 16 hours ago

Categories

Share


Quick overview

Use this n8n workflow template to collect Kuaishou video comments with JustOneAPI.
This template is for content researchers, marketing teams, community operations teams, analysts, and automation builders who want to collect structured comment data from a Kuaishou video inside n8n.

How it works

  1. The workflow starts with a single configuration node where you add your JustOneAPI token, the Kuaishou video ID, and an optional pcursor value.
  2. It then requests the Kuaishou video comment endpoint, reads the returned root comments and sub-comment groups, and formats them into a structured comment collection. The final output includes comment counts, pagination information, normalized root comments, sub-comments grouped by root comment, debug information, and raw API responses for inspection and troubleshooting.
  3. The workflow leaves pcursor empty by default for the first request. You can use the returned nextPcursor value to continue from another page when supported by the API response.

Setup

  1. Import the workflow into n8n.
  2. Open the Set API Request Parameters node.
  3. Add your JustOneAPI token.
  4. Replace the placeholder value for videoId.
  5. Leave pcursor empty for the first request, or add a cursor value if you want to continue from a previous page.
  6. Run the workflow and review the final output node.

Requirements

  • A JustOneAPI token
  • A Kuaishou video ID
  • An n8n environment with HTTP Request and Code node support

Customization

  • You can use pcursor for pagination, adjust the structured comment fields, filter comments by your own rules, or send the final output to Google Sheets, Airtable, Notion, a database, or an AI analysis step.