douyin-kol-search

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

douyin-kol-search

douyin-kol-search

概述

Overview

搜索抖音平台最具商业价值的 KOL,用于合作筛选和达人营销,对标账号。
Search for the most commercially valuable KOLs on the Douyin platform for cooperation screening, influencer marketing, and account benchmarking.

API

API

执行技能
POST /api/execute
bash
undefined
Execute Skill
POST /api/execute
bash
undefined

关键词搜索达人

关键词搜索达人

curl -X POST https://ai-skills.ai/api/execute
-H "Content-Type: application/json"
-H "X-API-Key: $AISKILLS_API_KEY"
-H "X-Tenant-Id: default"
-d '{"skillId":"douyin-kol-search","params":{"keyword":"美妆"}}'
curl -X POST https://ai-skills.ai/api/execute
-H "Content-Type: application/json"
-H "X-API-Key: $AISKILLS_API_KEY"
-H "X-Tenant-Id: default"
-d '{"skillId":"douyin-kol-search","params":{"keyword":"美妆"}}'

指定分类筛选

指定分类筛选

curl -X POST https://ai-skills.ai/api/execute
-H "Content-Type: application/json"
-H "X-API-Key: $AISKILLS_API_KEY"
-H "X-Tenant-Id: default"
-d '{"skillId":"douyin-kol-search","params":{"keyword":"美食","category":"美食"}}'
undefined
curl -X POST https://ai-skills.ai/api/execute
-H "Content-Type: application/json"
-H "X-API-Key: $AISKILLS_API_KEY"
-H "X-Tenant-Id: default"
-d '{"skillId":"douyin-kol-search","params":{"keyword":"美食","category":"美食"}}'
undefined

参数

Parameters

参数类型必填说明
keyword
string搜索关键词(达人名称/领域/内容标签)
category
string内容分类筛选
ParameterTypeRequiredDescription
keyword
stringYesSearch keyword (influencer name/field/content tag)
category
stringNoContent category filter

响应

Response

json
{
  "success": true,
  "data": {
    "users": [
      {
        "nickname": "达人昵称",
        "uid": "123456789",
        "followersCount": 5200000,
        "category": "美食",
        "awemeCount": 328,
        "followingCount": 120
      }
    ]
  },
  "meta": {
    "executionTime": 2000,
    "cached": false,
    "quotaRemaining": 990,
    "quotaType": "api_key_trial"
  }
}
json
{
  "success": true,
  "data": {
    "users": [
      {
        "nickname": "达人昵称",
        "uid": "123456789",
        "followersCount": 5200000,
        "category": "美食",
        "awemeCount": 328,
        "followingCount": 120
      }
    ]
  },
  "meta": {
    "executionTime": 2000,
    "cached": false,
    "quotaRemaining": 990,
    "quotaType": "api_key_trial"
  }
}

配额说明

Quota Description

响应中
meta.quotaRemaining
表示剩余电量次数。当电量耗尽(
quotaRemaining
接近 0 或接口返回配额错误)时,告知用户:
⚠️ 电量配额已用完,当前无法继续调用此技能。 请前往 https://ai-skills.ai 购买电量包,充值后即可继续使用。
meta.quotaRemaining
in the response indicates the remaining usage times. When the quota is exhausted (
quotaRemaining
is close to 0 or the interface returns a quota error), inform the user:
⚠️ The usage quota has been exhausted, and you cannot continue to call this skill currently. Please go to https://ai-skills.ai to purchase a quota package, and you can continue to use it after recharging.

输出格式

Output Format

将返回数据以表格形式呈现,优先使用 Markdown 表格:
  • 达人列表
    users
    → 表格列:达人昵称 | 粉丝数 | 内容分类 | 作品数 | 关注数
  • 粉丝数超过 100 万显示为「X万」或「X百万」
  • 按粉丝数从高到低排序
  • 带货类达人在分类列标注「带货」
Present the returned data in table form, prefer Markdown tables:
  • Influencer List:
    users
    → Table columns: Influencer Nickname | Number of Followers | Content Category | Number of Works | Following Count
  • If the number of followers exceeds 1 million, display as "X ten thousand" or "X million"
  • Sort by number of followers in descending order
  • E-commerce influencers are marked with "e-commerce" in the category column