Get TikTok Brand Fit Analysis

46 endpoints • Base: https://openapi.scdata.cc

Endpoints

Analyses a TikTok creator's audience and content to score the fit with brand categories and outline promising marketing paths. Premium audience insight endpoint with a higher quota cost.

GET/api/v1/audience/tiktok/brand_opportunities

Quota usage: Each successful request to this endpoint deducts 300 quota units from your plan.

Request Parameters

Required Parameters

NameInTypeDescription
unique_idquerystringunique_id
example: nike

Optional Parameters

NameInTypeDescription
X-LanguageheaderstringLanguage code, supported: en, zh-CN, ja, ko
example: en

Response Fields

NameTypeDescription
successbooleanSuccess
codeintegerCode
messagestringMessage
dataobject-
data.audience_qualityobjectAudience quality
data.purchase_influenceobjectPurchase influence
data.personality_assessmentarray<object>Personality assessment

Try It

https://openapi.scdata.cc/api/v1/audience/tiktok/brand_opportunities
Select an API key from Dashboard
Add an API key before sending a request.Go to Dashboard

Query Params

unique_id*

cURL Example

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

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

Use Cases

  • Pitch preparation — Build a partnership proposal around the angles the analysis flags as strongest.
  • Category expansion — Discover creators whose audience would welcome a brand from an adjacent category.

Related Endpoints