Back to Templates

Research Kuaishou creator profiles 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 search Kuaishou creators by keyword and get profile details with JustOneAPI.
This template is for creator research teams, marketing teams, creator operations teams, analysts, and automation builders who want to turn a Kuaishou keyword into structured creator profile 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 users with the user search endpoint, extracts user IDs from the returned data.users results, keeps the first valid user ID by default, and requests the corresponding user profile details. The final output includes structured search user fields, structured profile fields, debug information, and raw API responses for inspection and troubleshooting.
  3. The workflow keeps maxUsers set to 1 by default so it fetches profile details for the first valid user result. You can increase maxUsers if you want to process more search results.

Setup

  1. Import the workflow into n8n.
  2. Open the Set API and Research Parameters node.
  3. Add your JustOneAPI token.
  4. Replace the placeholder value for keyword.
  5. Optionally adjust page and maxUsers.
  6. Leave maxUsers set to 1 if you want to fetch only the first valid user result by default.
  7. 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 maxUsers to fetch more creator profile 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.