Docs
控制台

获取TikTok红人社交人格

46 个接口 • Base: https://openapi.scdata.cc

接口列表

将 TikTok 红人的近期内容按风格维度分类,概括其向受众传递的人格特征。属于高级受众洞察接口,配额消耗较高。

GET/api/v1/audience/tiktok/content_style

额度扣减: 本接口每次成功请求会从套餐额度中扣减 300 单位。

请求参数

必填参数

名称位置类型说明
unique_idquerystringunique_id
example: nike

可选参数

名称位置类型说明
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/tiktok/content_style
请先从 Dashboard 选择一个 API key
发送请求前请先准备一个 API key。前往 Dashboard

查询参数

unique_id*

cURL 示例

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

响应示例 (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": [
{
"name": "Announcer",
"desc": "Nike fits the Announcer personality type because they broadcast great content that spreads widely, especially around major events like Breaking4. Their broad, diverse audience values their content, and they serve as an important source of information in the sports and fitness industry."
},
{
"name": "Tastemaker",
"desc": "Nike also aligns with the Tastemaker personality type as they know what their audience likes and don't just follow trends—they set them. Their content, from sneaker releases to athlete showcases, earns respect and engagement from their network, demonstrating their ability to influence and lead in their niche."
}
]
}

使用场景

  • 品牌调性匹配 — 让活泼的品牌搭配活泼的红人,高端品牌搭配精致风格的红人。
  • 创意 brief 输入 — 撰写与红人天然形式相符、而非对抗的 brief。

相关接口