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.
/api/v1/audience/tiktok/brand_opportunitiesQuota usage: Each successful request to this endpoint deducts 300 quota units from your plan.
Request Parameters
Required Parameters
| Name | In | Type | Description |
|---|---|---|---|
unique_id | query | string | unique_id example: nike |
Optional Parameters
| Name | In | Type | Description |
|---|---|---|---|
X-Language | header | string | Language code, supported: en, zh-CN, ja, ko example: en |
Response Fields
| Name | Type | Description |
|---|---|---|
success | boolean | Success |
code | integer | Code |
message | string | Message |
data | object | - |
data.audience_quality | object | Audience quality |
data.purchase_influence | object | Purchase influence |
data.personality_assessment | array<object> | Personality assessment |
Try It
Query Params
unique_id*cURL Example
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)
{"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.