Loading...
Loading...
Use this skill to search and filter KOLs, influencers and bloggers on the Douyin platform. This skill is applicable when users want to find, search, get recommendations for, or filter influencers in a specific field, or look for e-commerce bloggers, e-commerce influencers and cooperative influencers for business cooperation.
npx skill4agent add allinherog-star/ai-skills douyin-kol-searchPOST /api/execute# 关键词搜索达人
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":"美食"}}'| Parameter | Type | Required | Description |
|---|---|---|---|
| string | Yes | Search keyword (influencer name/field/content tag) |
| string | No | Content category filter |
{
"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"
}
}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.
users