tiktok/creator/account-insights-overview
Retrieve performance overview of a TikTok Shop creator account within a specified date range, including metrics like revenue, exposure, clicks, and orders. By default, it aggregates data from the month of `start_date` (e...
Input
Idle
Example output — click Run to generate your own
API README
Get Creator Account Overview
Purpose:
- Retrieve performance overview of a TikTok Shop creator account within a specified date range, including metrics like revenue, exposure, clicks, and orders.
- By default, it aggregates data from the month of
start_date(e.g., ifstart_dateis 2025-04-01, it retrieves data for the entire month of April).
Notes:
- This API is only applicable to TikTok accounts that have TikTok Shop enabled.
- Data is segmented by time granularity (daily/monthly), and can be used for performance analysis or trend monitoring.
Parameters:
- cookie: User cookie string for authentication
- start_date: Query start date in 'MM-DD-YYYY' format, e.g. '04-01-2025'
- proxy: Optional HTTP proxy address. Leave empty if not needed.
- Example format:
http://username:password@host:port
- Example format:
Response:
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 model
meta.is_bound_shop: Whether the TikTok account is bound to a shop
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

