YouTubeクリエイターのコンテンツスタイルを取得

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

エンドポイント

YouTubeクリエイターの最近のコンテンツをスタイル軸で分類し、オーディエンスに示している個性を要約します。クォータ消費の大きいプレミアムなオーディエンス分析エンドポイントです。

GET/api/v1/audience/youtube/content_style

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

クエリパラメータ

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

ユースケース

  • ブランドボイスの適合 — 遊び心のあるブランドには遊び心のあるクリエイターを、プレミアムブランドには洗練されたクリエイターを組み合わせます。
  • クリエイティブブリーフの材料 — クリエイターの自然な形式に逆らわず、それを活かすブリーフを書きます。

関連エンドポイント