YouTubeブランド適合分析を取得

46 件のエンドポイント • ベース: https://openapi.scdata.cc

エンドポイント

YouTubeクリエイターのオーディエンスとコンテンツを分析し、ブランドカテゴリとの適合度をスコア化して有望なマーケティング経路を示します。クォータ消費の大きいプレミアムなオーディエンス分析エンドポイントです。

GET/api/v1/audience/youtube/brand_opportunities

クォータ消費: このエンドポイントへの成功したリクエスト 1 件あたり、プランのクォータが 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
ダッシュボードのAPIキーを選択
リクエストを送信する前にAPIキーを入力してください。ダッシュボードを開く

クエリパラメータ

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."
}
]
}
}

ユースケース

  • 提案準備 — 分析が最も有望と示した切り口を軸に提携提案を組み立てます。
  • カテゴリ拡張 — 隣接カテゴリのブランドを受け入れやすいオーディエンスを持つクリエイターを発見します。

関連エンドポイント