WellbyteWellbyte

GET /v1/tiktok/shop/web/fetch_product_reviews_v2

获取商品评论V2

stable · 2 credits / 次(成功才计)

获取TikTok Shop商品评论;支持多种筛选和排序方式;数据结构更完整,包含更多评论详情;product_id: 商品ID (必填);page_start: 起始页码,默认1;- 当响应中 has_more=1 时,使用当前页码 +1 进行下一页请求;sort_rule: 排序规则,默认2;filter_type: 筛选类型;- 1: 默认不选择任何过滤;- 2: 包含图片或视频;- 3: 真实购买过滤;filter_value: 星级筛选;- 6: 所有星级的评论(默认);- 5: 5星评价;- 4: 4星评价;- 3: 3星评价;- 2: 2星评价;- 1: 1星评价;region: 地区代码,可用地区如下;- US: 美国;- GB: 英国;- SG: 新加坡;- MY: 马来西亚;- PH: 菲律宾;- TH: 泰国;- VN: 越南;- ID: 印度尼西亚;重要提示;由于接…

注册即送 500 credits,用自己的 Key 试调。 免费注册

请求

curl -s 'https://api.wellbyte.net/v1/tiktok/shop/web/fetch_product_reviews_v2?region=US&sort_rule=2&page_start=1&product_id=1729408816995078528&filter_type=1&filter_value=6' \
  -H "Authorization: Bearer dg_live_…"

响应

示例采集于 2026-08-25

data{
code:0
data{
has_more:true
total_reviews:"10948"
review_ratings{ 3 items }
product_reviews[ 2 items ]
}
meta{
endpoint:"tiktok.shop.web_fetch_product_reviews_v2"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

请求历史

打开完整日志

还没有调用记录。先跑通一次,再换成你的数据。

    请求参数

    参数类型位置必填说明示例
    regionstringquery地区代码US
    sort_ruleintegerquery排序规则2
    page_startintegerquery起始页码1
    product_idstringquery商品ID1729408816995078528
    filter_typeintegerquery筛选类型1
    filter_valueintegerquery星级筛选6

    响应字段

    字段字典待补 —— 右侧可执行区可直接看到真实结构。

    错误码

    codeHTTP含义是否计费
    40001400参数缺失或格式错误
    40102401API Key 无效或已吊销
    40201402余额不足,请充值
    40402404目标资源不存在
    42201422质量门槛未通过
    42901429超出速率限制
    50401504上游超时
    50201502上游返回异常

    计费

    成功扣 2 credits;任何失败(含上游 200 但未过质量门槛)扣 0。

    搜索

    搜索端点与文档