Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
http://username:password@host:portsegments(数据分段列表):time_selector: 时间筛选参数(period, granularity, start_timestamp, end_timestamp)filter: 查询条件(creator_id, item_id)timed_profile: 分段画像统计数据start_timestamp: 开始时间戳end_timestamp: 结束时间戳stats:follower_genders: 性别分布key: 性别(female/male)value: 占比(字符串,0-1)follower_ages: 年龄段分布key: 年龄段(如 "18-24", "25-34", 等)value: 占比(字符串,0-1)follower_regions: 地区分布key: 国家代码(如 "US")value: 占比(字符串,0-1)profile_type: 画像类型,固定值 2(受众画像){
"cookie": "your_cookie",
"start_date": "04-01-2025",
"item_id": "7496499484705246507"
}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){
"cookie": "your_cookie",
"start_date": "04-01-2025",
"item_id": "7496499484705246507"
}Authorization: Bearer ********************{
"cookie": "Your_Cookie_String",
"proxy": "string",
"start_date": "04-01-2025",
"item_id": "string"
}curl --location --request POST 'https://api.tikhub.io/api/v1/tiktok/creator/get_video_audience_stats' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cookie": "Your_Cookie_String",
"proxy": "string",
"start_date": "04-01-2025",
"item_id": "string"
}'{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "string",
"time_stamp": 0,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}