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

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

エンドポイント

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

GET/api/v1/audience/tiktok/brand_opportunities

クォータ消費: このエンドポイントへの成功したリクエスト 1 件あたり、プランのクォータが 300 単位消費されます。

リクエストパラメータ

必須パラメータ

名前位置型説明
unique_idquerystringunique_id
example: nike

任意パラメータ

名前位置型説明
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/tiktok/brand_opportunities
ダッシュボードのAPIキーを選択
リクエストを送信する前にAPIキーを入力してください。ダッシュボードを開く

クエリパラメータ

unique_id*

cURL の例

bash
curl -X GET "https://openapi.scdata.cc/api/v1/audience/tiktok/brand_opportunities?unique_id=nike" \
-H "Authorization: YOUR_API_KEY"

レスポンス例 (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": {
"audience_quality": {
"real": {
"score": "68.50",
"reason": "Mixed authenticity with notable spam but also genuine fan interactions."
},
"interested": {
"score": "52.00",
"reason": "Moderate product interest with some detailed inquiries amid generic reactions."
},
"positive": {
"score": "82.70",
"reason": "Predominantly upbeat sentiment though diluted by repetitive/spammy comments."
}
},
"purchase_influence": {
"expertise": {
"score": "4.30",
"reason": "High-quality product showcases with detailed features but lacks consistent demonstration depth."
},
"credibility": {
"score": "4.00",
"reason": "Strong brand trust but occasional skepticism over sponsorship transparency in comments."
},
"likability": {
"score": "4.50",
"reason": "Exceptional audience rapport with frequent positive interactions and community-building efforts."
}
},
"personality_assessment": [
{
"emoji": "🏆",
"name": "Inspirational",
"persona": "Consistently motivates and uplifts followers with high-energy content and positive messaging."
},
{
"emoji": "🌍",
"name": "Global Appeal",
"persona": "Engages a diverse international audience with culturally inclusive content and multilingual interactions."
},
{
"emoji": "⚠️",
"name": "Controversial",
"persona": "Occasionally sparks debates or receives negative comments due to polarizing content or brand stances."
}
]
}
}

ユースケース

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

関連エンドポイント