tiktok/creator/video-audience-stats
Retrieve audience profile statistics for a specified TikTok video, including gender distribution, age distribution, and regional distribution. Useful for accurately understanding the characteristics of the video audience...
Input
Idle
Example output — click Run to generate your own
API README
Get Video Audience Analysis Data
Purpose:
- Retrieve audience profile statistics for a specified TikTok video, including gender distribution, age distribution, and regional distribution.
- Useful for accurately understanding the characteristics of the video audience to guide content creation, product selection, and marketing strategy optimization.
- Supports trend analysis across different time intervals (daily/weekly/monthly).
Notes:
- Requires item_id (video ID).
- Audience profile data is based on characteristics of users who viewed and interacted with the video.
Return Description:
segments:time_selector: Time filtering parameters (period, granularity, start_timestamp, end_timestamp)filter: Query conditions (creator_id, item_id)timed_profile: Audience profile statisticsstart_timestamp: Start timestampend_timestamp: End timestampstats:follower_genders: Gender distributionkey: Gender ("female" or "male")value: Proportion (string, range 0-1)
follower_ages: Age group distributionkey: Age group (e.g., "18-24", "25-34")value: Proportion (string, range 0-1)
follower_regions: Regional distributionkey: Country code (e.g., "US")value: Proportion (string, range 0-1)
profile_type: Profile type, fixed value 2 (Audience Profile)
Example Request Body:
{
"cookie": "your_cookie",
"start_date": "04-01-2025",
"item_id": "7496499484705246507"
}
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

