douyin-kol-search
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesedouyin-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/executebash
undefinedExecute Skill
POST /api/executebash
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":"美妆"}}'
-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":"美妆"}}'
-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":"美食"}}'
-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":"美食"}}'
undefinedcurl -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":"美食"}}'
-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
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| string | 是 | 搜索关键词(达人名称/领域/内容标签) |
| string | 否 | 内容分类筛选 |
| Parameter | Type | Required | Description |
|---|---|---|---|
| string | Yes | Search keyword (influencer name/field/content tag) |
| string | No | Content 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
响应中 表示剩余电量次数。当电量耗尽( 接近 0 或接口返回配额错误)时,告知用户:
meta.quotaRemainingquotaRemaining⚠️ 电量配额已用完,当前无法继续调用此技能。 请前往 https://ai-skills.ai 购买电量包,充值后即可继续使用。
meta.quotaRemainingquotaRemaining⚠️ 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: → Table columns: Influencer Nickname | Number of Followers | Content Category | Number of Works | Following Count
users - 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