Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
start_date
当月起 1 个自然月(如传入 2025-04-01,则统计整个 4 月的数据)。http://username:password@host:port
segments
(分段数据列表):time_selector
: 当前统计段的时间设置,包括周期、起止时间戳、时区、语言等timed_stats
: 每天/每段的详细数据,包含以下字段:live_revenue.amount
: 直播带货收益video_revenue.amount
: 视频带货收益revenue.amount
: 总收益(直播 + 视频)base_revenue.amount
: 基础收益commission_estimated.amount
: 预估佣金alc_base_revenue.amount
: ALC 模式下基础收益overall_item_sold_cnt
: 商品成交数product_show_cnt
: 商品展示次数product_click_cnt
: 商品点击次数alc_pay_sku_order_cnt
: ALC 成交订单数meta.is_bound_shop
: 是否绑定 TikTok 店铺start_date
(e.g., if start_date
is 2025-04-01, it retrieves data for the entire month of April).http://username:password@host:port
segments
: List of data segments, each containing:time_selector
: Time settings for the segment, including period, timestamp range, timezone, and localetimed_stats
: Daily or interval-based statistics, including:live_revenue.amount
: Revenue from livestream salesvideo_revenue.amount
: Revenue from video salesrevenue.amount
: Total revenue (live + video)base_revenue.amount
: Base revenuecommission_estimated.amount
: Estimated commissionalc_base_revenue.amount
: Base revenue under ALC modeloverall_item_sold_cnt
: Total items soldproduct_show_cnt
: Product exposure countproduct_click_cnt
: Product click countalc_pay_sku_order_cnt
: Orders under ALC modelmeta.is_bound_shop
: Whether the TikTok account is bound to a shopAuthorization: Bearer ********************
{
"cookie": "Your_Cookie_String",
"proxy": "string",
"start_date": "04-01-2025"
}
curl --location --request POST 'https://api.tikhub.io/api/v1/tiktok/creator/get_account_insights_overview' \
--header 'Content-Type: application/json' \
--data-raw '{
"cookie": "Your_Cookie_String",
"proxy": "string",
"start_date": "04-01-2025"
}'
{
"code": 200,
"router": "",
"params": {},
"data": null
}