Get X Audience Interests

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

Endpoints

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.

GET/api/v1/audience/x/interest

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

Request Parameters

Required Parameters

NameInTypeDescription
usernamequerystringX handle(username)
example: nasa

Optional Parameters

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

Response Fields

NameTypeDescription
successbooleanSuccess
codeintegerCode
messagestringMessage
dataarray<object>Data
data[].intereststringInterest
data[].valuestringValue
data[].illustrationstringNote

Try It

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

Query Params

username*

cURL Example

bash
curl -X GET "https://openapi.scdata.cc/api/v1/audience/x/interest?username=nasa" \
-H "Authorization: YOUR_API_KEY"

Response Example (200 application/json)

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.

Related Endpoints