Back to Templates

Retrieve Kuaishou video details from keywords with JustOneAPI

Created by

Created by: apisub001 || apisub001
apisub001

Last update

Last update 17 hours ago

Categories

Share


Quick overview

Use this n8n workflow template to get Kuaishou video details from a keyword with JustOneAPI.
This template is for content researchers, marketing teams, creator operations teams, analysts, and automation builders who want to turn a Kuaishou keyword into structured video detail data inside n8n.

How it works

  1. The workflow starts with a single configuration node where you add your JustOneAPI token and the keyword you want to research.
  2. It then searches Kuaishou videos with the video search endpoint, reads the returned search results, extracts a usable video ID from the clientCacheKey value in the result URL, and requests the corresponding video detail data. The final output includes structured search fields, structured detail fields, debug information, and raw API responses for inspection and troubleshooting.
  3. The workflow keeps maxVideos set to 1 by default so it fetches details for the first valid video result. You can increase maxVideos if you want to process more search results.

Setup

    1. Import the workflow into n8n.
    1. Open the Prepare API and Research Fields node.
    1. Add your JustOneAPI token.
    1. Replace the placeholder value for keyword.
    1. Optionally adjust page and maxVideos.
    1. Leave maxVideos set to 1 if you want to fetch only the first valid video result by default.
    1. Run the workflow and review the final output node.

Requirements

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

Customization

  • You can increase maxVideos to fetch more video details, adjust the keyword for different research targets, modify the structured output fields, or send the final output to Google Sheets, Airtable, Notion, a database, or an AI analysis step.