Docs
控制台

获取YouTube品牌营销路径分析

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

接口列表

分析 YouTube 红人的受众和内容,对各品牌类别的契合度打分并给出可行的营销路径。属于高级受众洞察接口,配额消耗较高。

GET/api/v1/audience/youtube/brand_opportunities

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

请求参数

必填参数

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

可选参数

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

响应字段

名称类型说明
successbooleanSuccess
codeintegerCode
messagestringMessage
dataobject-
data.audience_qualityobjectAudience quality
data.purchase_influenceobjectPurchase influence
data.personality_assessmentarray<object>Personality assessment

在线调试

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

查询参数

channel_id*

cURL 示例

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

响应示例 (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": {
"audience_quality": {
"real": {
"score": "90.00",
"reason": "Analysis shows high engagement rates with meaningful comments indicating authentic follower interaction across multiple videos."
},
"interested": {
"score": "75.00",
"reason": "75% of comments discuss specific video features or express interest in related products, indicating strong purchase intent."
},
"positive": {
"score": "85.00",
"reason": "Majority of comments reflect admiration for MrBeast's generosity and creativity, contributing to an overwhelmingly positive sentiment."
}
},
"purchase_influence": {
"expertise": {
"score": "4.70",
"reason": "'Buy Feastables! It tastes amazing' effectively promotes products with engaging visuals and personal endorsements throughout videos."
},
"credibility": {
"score": "4.50",
"reason": "High trust established through transparency about sponsorships, though some comments express skepticism about product authenticity."
},
"likability": {
"score": "4.80",
"reason": "Strong positive engagement with followers through humor and relatability fosters a loyal community eager to support."
}
},
"personality_assessment": [
{
"emoji": "🌟",
"name": "Generosity",
"persona": "Consistently engages in philanthropic activities, positively impacting communities and inspiring followers to contribute."
},
{
"emoji": "🎉",
"name": "Creativity",
"persona": "Innovatively designs entertaining content that captivates a wide audience, showcasing unique challenges and experiences."
},
{
"emoji": "⚠️",
"name": "Controversial Stunts",
"persona": "Occasionally engages in extreme challenges that may raise safety concerns or ethical questions among viewers."
}
]
}
}

使用场景

  • 提案准备 — 围绕分析给出的最强切入点制定合作提案。
  • 品类拓展 — 发现受众愿意接受相邻品类品牌的红人。

相关接口