Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
fetch_product_reviews_v1 接口){
"code": 0,
"message": "success",
"data": {
"reviews": [ // 评论列表(每页20条)
{
"review_id": "xxx",
"user": { // 用户信息
"user_id": "xxx",
"nickname": "用户昵称",
"avatar": "头像URL"
},
"rating": 5, // 评分(1-5星)
"content": "评论内容",
"medias": [ // 媒体文件(图片/视频)
{
"type": "image",
"url": "媒体URL"
}
],
"create_time": 0, // 创建时间戳
"verified_purchase": true, // 是否认证购买
"product_info": {}, // 商品信息
"likes_count": 10, // 点赞数
"seller_reply": {} // 卖家回复
}
],
"has_more": 1, // 是否有更多: 1=有, 0=无
"page_start": 1, // 当前页码
"total_count": 500, // 总评论数
"review_summary": { // 评论摘要
"average_rating": 4.8,
"star_distribution": { // 星级分布
"5": 400,
"4": 80,
"3": 15,
"2": 3,
"1": 2
}
}
}
}fetch_product_reviews_v1){
"code": 0,
"message": "success",
"data": {
"reviews": [ // Review list (20 per page)
{
"review_id": "xxx",
"user": { // User info
"user_id": "xxx",
"nickname": "Username",
"avatar": "Avatar URL"
},
"rating": 5, // Rating (1-5 stars)
"content": "Review content",
"medias": [ // Media files (images/videos)
{
"type": "image",
"url": "Media URL"
}
],
"create_time": 0, // Create timestamp
"verified_purchase": true, // Is verified purchase
"product_info": {}, // Product info
"likes_count": 10, // Likes count
"seller_reply": {} // Seller reply
}
],
"has_more": 1, // Has more: 1=yes, 0=no
"page_start": 1, // Current page
"total_count": 500, // Total review count
"review_summary": { // Review summary
"average_rating": 4.8,
"star_distribution": { // Star distribution
"5": 400,
"4": 80,
"3": 15,
"2": 3,
"1": 2
}
}
}
}Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/shop/web/fetch_product_reviews_v2?product_id=1729556436942358002&page_start=1&sort_rule=2&filter_type=1&filter_value=6®ion=MY' \
--header 'Authorization: Bearer <token>'{
"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
}