Returns the male / female share of a TikTok creator's followers within each age bracket. Premium audience insight endpoint with a higher quota cost.
/api/v1/audience/tiktok/genderQuota 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 |
Response Fields
| Name | Type | Description |
|---|---|---|
success | boolean | Success |
code | integer | Code |
message | string | Message |
data | object | Data |
Try It
Query Params
unique_id*cURL Example
curl -X GET "https://openapi.scdata.cc/api/v1/audience/tiktok/gender?unique_id=nike" \-H "Authorization: YOUR_API_KEY"
Response Example (200 application/json)
{"success": true,"code": 200,"message": "Request successful","data": {"13-17": {"female": "55.45%","male": "44.55%"},"18-24": {"female": "50.76%","male": "49.24%"},"25-34": {"female": "45.90%","male": "54.10%"},"35-44": {"female": "40.48%","male": "59.52%"},"45-54": {"female": "35.73%","male": "64.27%"},"55-64": {"female": "30.97%","male": "69.03%"},"65+": {"female": "25.46%","male": "74.54%"}}}
Use Cases
- Gender-specific products — Match beauty, fashion or grooming products with creators whose audience skews the right way.
- Segment-level planning — Combine age and gender to size the exact segment a creator reaches.