Retrieve Kuaishou video details from keywords with JustOneAPI
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 The workflow starts with a single configuration node where you add your JustOneAPI token and the keyword you want to research. 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. 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
- Import the workflow into n8n.
- Open the Prepare API and Research Fields node.
- Add your JustOneAPI token.
- Replace the placeholder value for keyword.
- Optionally adjust page and maxVideos.
- Leave maxVideos set to 1 if you want to fetch only the first valid video result by default.
- 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.
Related Templates
Extract Title tag and Meta description from url for SEO analysis with Airtable
Extract Title tag and meta description from url for SEO analysis. How it works The workflows takes records from Airtabl...
Restore your workflows from GitHub
This workflow restores all n8n instance workflows from GitHub backups using the n8n API node. It complements the Backup ...
Extract Named Entities from Web Pages with Google Natural Language API
Who is this for? Content strategists analyzing web page semantic content SEO professionals conducting entity-based anal...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments