WellbyteWellbyte

GET /v1/tiktok/shop/web/fetch_product_reviews_v2

Get product reviews V2

stable · 2 credits per success

Get TikTok Shop product reviews;Support multiple filtering and sorting options;More complete data structure with detailed review information;product_id: Product ID (required);page_start: Starting page number, default 1;- When has_more=1 in response, use current page +1 for next page;sort_rule: Sort rule, default 2;filter_type: Filter type;- 1: Default, no filter;- 2: Contains images or videos;- 3…

Sign up for 500 credits and run with your own API key. Sign up free

Request

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_…"

Response

Sample captured 2026-08-27

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"
}

No calls yet. Get one green run first, then switch to your own data.

    Request parameters

    NameTypeInRequiredDescriptionExample
    regionstringqueryno地区代码US
    sort_ruleintegerqueryno排序规则2
    page_startintegerqueryno起始页码1
    product_idstringqueryyes商品ID1729408816995078528
    filter_typeintegerqueryno筛选类型1
    filter_valueintegerqueryno星级筛选6

    Response fields

    Field dictionary coming soon — the executable panel shows the live shape.

    Errors

    codeHTTPMeaningBilled
    40001400Invalid parametersno
    40102401Invalid or revoked API Keyno
    40201402Insufficient creditsno
    40402404Resource not foundno
    42201422Quality gate failedno
    42901429Rate limit exceededno
    50401504Upstream timeoutno
    50201502Upstream errorno

    Billing

    Success costs 2 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.

    Search

    Search endpoints and docs