Docs
控制台

获取YouTube受众兴趣标签

46 个接口 • Base: https://openapi.scdata.cc

接口列表

返回 YouTube 红人粉丝的兴趣标签及各标签的受众占比。属于高级受众洞察接口,配额消耗较高。

GET/api/v1/audience/youtube/interest

额度扣减: 本接口每次成功请求会从套餐额度中扣减 300 单位。

请求参数

必填参数

名称位置类型说明
channel_idquerystringChannel ID
example: UCX6OQ3DkcsbYNE6H8uQQuVA

可选参数

名称位置类型说明
X-LanguageheaderstringLanguage code, supported: en, zh-CN, ja, ko
example: en

响应字段

名称类型说明
successbooleanSuccess
codeintegerCode
messagestringMessage
dataarray<object>Data
data[].intereststringInterest
data[].valuestringValue
data[].illustrationstringNote

在线调试

https://openapi.scdata.cc/api/v1/audience/youtube/interest
请先从 Dashboard 选择一个 API key
发送请求前请先准备一个 API key。前往 Dashboard

查询参数

channel_id*

cURL 示例

bash
curl -X GET "https://openapi.scdata.cc/api/v1/audience/youtube/interest?channel_id=UCX6OQ3DkcsbYNE6H8uQQuVA" \
-H "Authorization: YOUR_API_KEY"

响应示例 (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": [
{
"interest": "Philanthropy",
"value": "30.00",
"illustration": "The audience is drawn to MrBeast's charitable acts, such as planting trees and helping those in need."
},
{
"interest": "Extreme Challenges",
"value": "25.00",
"illustration": "Viewers enjoy watching extreme challenges like surviving in harsh conditions or competing for large prizes."
},
{
"interest": "Gaming",
"value": "20.00",
"illustration": "Many fans are interested in gaming content, especially with MrBeast Gaming videos featuring popular games."
},
{
"interest": "Entertainment",
"value": "15.00",
"illustration": "The audience loves entertaining content that includes humor, surprises, and engaging storytelling."
},
{
"interest": "Food and Snacks",
"value": "10.00",
"illustration": "'Feastables' and food-related giveaways attract viewers who enjoy culinary experiences and unique snacks."
}
]
}

使用场景

  • 品类亲和度 — 按受众对你商品类目感兴趣的比例为红人排序。
  • 相邻受众挖掘 — 发现相邻细分领域中受众与你重叠的红人。

相关接口