Docs
控制台

获取YouTube红人社交人格

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

接口列表

将 YouTube 红人的近期内容按风格维度分类,概括其向受众传递的人格特征。属于高级受众洞察接口,配额消耗较高。

GET/api/v1/audience/youtube/content_style

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

请求参数

必填参数

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

可选参数

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

响应字段

名称类型说明
successbooleanSuccess
codeintegerCode
messagestringMessage
dataarray<object>Data
data[].namestringPersonality
data[].descstringDescription

在线调试

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

查询参数

channel_id*

cURL 示例

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

响应示例 (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": [
{
"name": "Celebrity",
"desc": "MrBeast is at the pinnacle of influence with a massive subscriber count and high engagement rates. His content spreads widely, and his audience is highly engaged, showing characteristics of a celebrity influencer. His followers are deeply invested in his content, and his influence extends globally."
},
{
"name": "Activist",
"desc": "MrBeast demonstrates a strong commitment to philanthropy and social impact projects, which resonates deeply with his audience. His charitable acts and community-focused initiatives align with the traits of an activist influencer, as he actively champions causes and engages his audience in meaningful ways."
}
]
}

使用场景

  • 品牌调性匹配 — 让活泼的品牌搭配活泼的红人,高端品牌搭配精致风格的红人。
  • 创意 brief 输入 — 撰写与红人天然形式相符、而非对抗的 brief。

相关接口