Returns one aggregated gender ratio for a TikTok creator's whole audience, without the age breakdown. Premium audience insight endpoint with a higher quota cost.
/api/v1/audience/tiktok/gender_overallQuota 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_overall?unique_id=nike" \-H "Authorization: YOUR_API_KEY"
Response Example (200 application/json)
{"success": true,"code": 200,"message": "Request successful","data": {"female": "50.00%","male": "50.00%"}}
Use Cases
- Fast pre-filter — Drop creators whose audience gender ratio is clearly off-target before running deeper analysis.
- Portfolio balance — Balance a creator roster so the combined reach matches the campaign's gender mix.