Skip to main content
GET
Product Reviews
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

url
string

The URL of the product (required if product_id is not provided)

Example:

"https://www.tiktok.com/shop/pdp/cat-nail-clipper-by-potaroma-adjustable-sizes-built-in-file-safe-for-kittens-cats/1731578642912612516"

product_id
string

The ID of the product (required if url is not provided)

Example:

"1731578642912612516"

page
integer

The page number of the reviews

Example:

1

Response

Successful response

Key Response Fields:

  • has_more — Whether additional review pages are available
  • total_reviews — Total number of reviews for the product
  • product_reviews[] — Array of individual reviews:
    • review_id — Unique review identifier
    • product_id — Associated product identifier
    • sku_id — SKU variant that was reviewed
    • reviewer_id — Reviewer's user identifier
    • review_rating — Star rating (1-5)
    • review_time — Review timestamp (milliseconds)
    • is_verified_purchase — Whether the reviewer purchased on TikTok Shop
    • is_incentivized_review — Whether the review was incentivized
    • product_name — Full product name at time of review
    • reviewer_name — Display name of the reviewer
    • reviewer_avatar_url — Reviewer's profile image URL
    • review_text — Full review text content
    • display_image_url — Primary review image thumbnail
    • review_images[] — Array of all review image URLs
    • sku_specification — SKU variant name reviewed (e.g., "Default")
    • review_country — Country code of the reviewer
  • review_ratings — Aggregated rating summary:
    • review_count — Total review count
    • overall_score — Average star rating
    • rating_result — Breakdown by star level (1-5) with counts