返回 X 红人受众的行为指标:各类互动率、活跃时段和互动深度。属于高级受众洞察接口,配额消耗较高。
/api/v1/audience/x/interactive_behavior额度扣减: 本接口每次成功请求会从套餐额度中扣减 300 单位。
请求参数
必填参数
| 名称 | 位置 | 类型 | 说明 |
|---|---|---|---|
username | query | string | X handle(username) example: nasa |
可选参数
| 名称 | 位置 | 类型 | 说明 |
|---|---|---|---|
X-Language | header | string | Language code, supported: en, zh-CN, ja, ko example: en |
响应字段
| 名称 | 类型 | 说明 |
|---|---|---|
success | boolean | Success |
code | integer | Code |
message | string | Message |
data | array<object> | Data |
data[].role | string | Role |
data[].value | string | Value |
data[].demographic | string | Demographics |
在线调试
查询参数
username*cURL 示例
curl -X GET "https://openapi.scdata.cc/api/v1/audience/x/interactive_behavior?username=nasa" \-H "Authorization: YOUR_API_KEY"
响应示例 (200 application/json)
{"success": true,"code": 200,"message": "Request successful","data": [{"role": "Viewer","value": "60.00","demographic": "Primarily young adults and teenagers who enjoy entertaining content."},{"role": "Content Creator","value": "25.00","demographic": "Individuals creating similar engaging videos or aspiring YouTubers."},{"role": "Brand Collaborator","value": "15.00","demographic": "Companies looking to partner for promotions and sponsorships in videos."}]}
使用场景
- 互动质量评分 — 优先选择受众会评论和分享、而非只是划过的红人。
- 发布时间优化 — 把赞助内容安排在红人受众最活跃的时段发布。