Returns the interest tags attributed to a X creator's followers, with the share of the audience in each. Premium audience insight endpoint with a higher quota cost.
/api/v1/audience/x/interestQuota usage: Each successful request to this endpoint deducts 300 quota units from your plan.
Request Parameters
Required Parameters
| Name | In | Type | Description |
|---|---|---|---|
username | query | string | X handle(username) example: nasa |
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 | array<object> | Data |
data[].interest | string | Interest |
data[].value | string | Value |
data[].illustration | string | Note |
Try It
Query Params
username*cURL Example
curl -X GET "https://openapi.scdata.cc/api/v1/audience/x/interest?username=nasa" \-H "Authorization: YOUR_API_KEY"
Response Example (200 application/json)
{"success": true,"code": 200,"message": "Request successful","data": [{"interest": "Philanthropy","value": "30.00","illustration": "The audience is drawn to MrBeast's charitable acts, such as planting trees and helping those in need."},{"interest": "Extreme Challenges","value": "25.00","illustration": "Viewers enjoy watching extreme challenges like surviving in harsh conditions or competing for large prizes."},{"interest": "Gaming","value": "20.00","illustration": "Many fans are interested in gaming content, especially with MrBeast Gaming videos featuring popular games."},{"interest": "Entertainment","value": "15.00","illustration": "The audience loves entertaining content that includes humor, surprises, and engaging storytelling."},{"interest": "Food and Snacks","value": "10.00","illustration": "'Feastables' and food-related giveaways attract viewers who enjoy culinary experiences and unique snacks."}]}
Use Cases
- Category affinity — Rank creators by how much of their audience is interested in your product's category.
- Adjacent-audience discovery — Spot creators in neighbouring niches whose audience overlaps with yours.