tiktok/creator/video-associated-product-list
Retrieve the list of products associated with specified videos on TikTok Shop, along with their promotional performance data. Useful for analyzing the number of products linked to each video, the product price range, pro...
Input
Idle
Example output — click Run to generate your own
API README
Get Video Associated Product List
Purpose:
- Retrieve the list of products associated with specified videos on TikTok Shop, along with their promotional performance data.
- Useful for analyzing the number of products linked to each video, the product price range, product detail page links, and sales performance metrics.
Notes:
- Requires item_ids (list of video IDs).
- The time range defaults to the calendar month of the specified start_date.
- Supports querying multiple videos at once.
Return Description:
segments:time_selector: Time filter information (start/end timestamps)filter: Query conditions (video ID list)timed_lists: Product list associated with videos in the selected time rangevideoToProductsMap:item_id: Video IDproducts:id: Product IDname: Product namecover_image.thumb_url_list: List of product image URLsproduct_detail_page_url: Product detail page linkprice_min/price_max: Price range
stats:product.id: Product ID- Promotional performance metrics (e.g., sales volume, CTR)
Example Request Body:
{
"cookie": "your_cookie",
"start_date": "04-01-2025",
"item_ids": ["7496499484705246507", "7496110433699482923"]
}
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

