Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
{
"code": 200,
"data": {
"reviews": [ // 评论列表(每页20条)
{
"review_id": "xxx",
"user_info": {}, // 用户信息
"rating": 5, // 评分(1-5星)
"review_content": "...", // 评论内容
"images": [], // 评论图片
"videos": [], // 评论视频
"create_time": 0, // 创建时间戳
"is_verified_buyer": true // 是否认证买家
}
],
"has_more": 1, // 是否有更多: 1=有, 0=无
"next_cursor": "xxx", // 下一页游标
"review_filters": [ // 可用的筛选器
{
"filter_id": "xxx",
"filter_name": "所有评论"
}
],
"statistics": { // 统计信息
"total_count": 1000,
"average_rating": 4.5,
"rating_distribution": {} // 星级分布
}
}
}{
"code": 200,
"data": {
"reviews": [ // Review list (20 per page)
{
"review_id": "xxx",
"user_info": {}, // User info
"rating": 5, // Rating (1-5 stars)
"review_content": "...", // Review content
"images": [], // Review images
"videos": [], // Review videos
"create_time": 0, // Create timestamp
"is_verified_buyer": true // Is verified buyer
}
],
"has_more": 1, // Has more: 1=yes, 0=no
"next_cursor": "xxx", // Next page cursor
"review_filters": [ // Available filters
{
"filter_id": "xxx",
"filter_name": "All reviews"
}
],
"statistics": { // Statistics
"total_count": 1000,
"average_rating": 4.5,
"rating_distribution": {} // Rating distribution
}
}
}Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/shop/web/fetch_product_reviews_v1?product_id=1731677627342753961&sort_type=2&filter_id&offset=1' \
--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
}