tiktok/creator/product-related-videos
Retrieve the list of all videos associated with a specified product along with their interaction metrics (such as like count, comment count, share count). Useful for analyzing the promotional effectiveness and difference...
Input
Idle
Example output — click Run to generate your own
API README
Get Product Related Videos
Purpose:
- Retrieve the list of all videos associated with a specified product along with their interaction metrics (such as like count, comment count, share count).
- Useful for analyzing the promotional effectiveness and differences of the same product across different creators' videos.
- Supports time-based filtering, defaulting to the calendar month of the specified start_date.
Notes:
- Requires both item_id (current video ID) and product_id (product ID).
- Returns a list of other videos where the same product is featured.
Return Description:
segments:time_selector: Time filtering parameters (period, granularity, start_timestamp, end_timestamp)filter: Query conditions (creator_id, product_id, item_id)timed_lists: List of related videosstart_timestamp: Start timestampend_timestamp: End timestampstats:video_product_id: Product IDvideo:item_id: Video IDvideo_id: Video internal IDname: Video caption/titlepublish_time: Publish timestampduration: Video duration (seconds)video_play_info:post_url: Video cover image linkvideo_infos.main_url: Main video URL
video_like_cnt: Like countvideo_comment_cnt: Comment countvideo_share_cnt: Share count
Example Request Body:
{
"cookie": "your_cookie",
"start_date": "04-01-2025",
"item_id": "7496499484705246507",
"product_id": "1731050202505515549"
}
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

