ScavioScavio
ToolsPricingDocs
Sign InGet Started
Quick StartAPI & SDKsEcosystem

TikTok Shop

TikTok Shop Product

Full detail for one TikTok Shop product — description, images, variants with live stock, weight and dimensions, shipping and delivery windows, the full shop profile, category path, breadcrumbs, up to 3 top reviews, and seller business details — as JSON. Two limits are worth reading before you build on this endpoint. First, it does not return a price: TikTok masks the price digits on the product page, so price.current and price.original are always null here; exact prices come from TikTok Shop Search, Shop Products, and Category Products. Second, only about 44% of the product ids returned by TikTok Shop Search resolve here — there is no detail data upstream for the rest, so a 404 is a normal outcome rather than an error and callers should skip the item instead of retrying. Costs 1 credit per request, including on a 404.

POST/api/v1/tiktok-shop/product

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
product_idstringrequired

TikTok Shop product id: 6 to 25 digits. Get one from TikTok Shop Search, a category or shop listing, or TikTok Shop Resolve. Roughly 44% of search-returned ids have detail data upstream; the rest answer 404 permanently, so retrying them does not help.

Example: 1732293553906094315

regionstringdefault:US

Marketplace region. A region that does not carry the product answers 404 rather than a half-populated product.

Example: US

  • US — United States
  • GB — United Kingdom
  • SG — Singapore
  • MY — Malaysia
  • PH — Philippines
  • TH — Thailand
  • VN — Vietnam
  • ID — Indonesia

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
results = client.tiktok_shop.product(product_id="1732293553906094315", region="US")
print(results)

Response

"product_id": "1732293553906094315",
"title": "[NEW] [medicube] NAD+ EGF Firming Serum | NAD+, EGF, Collagen Extract, Anti-aging, Plumping, Radiance Boosting Serum | Cares for Look of Fine Lines, Skin Elasticity & Firmness For Youthful-looking Skin (30ml / 1.01 fl. oz.) | Korean Skincare, K-Beauty",
"description": "Meet our next-generation firming serum powered by one of the most talked-about anti-aging ingredient—NAD+—to enhance the look of elasticity, volume, and glow, without heaviness. Our advanced formula helps improve the appearance of fine lines while delivering deep hydration for a healthier, more youthful-looking complexion.…",
"url": "https://shop.tiktok.com/us/pdp/1732293553906094315",
"sold_count": 231615,
},
"response_time": 4310,
"credits_used": 1,
"credits_remaining": 4818
}
PreviousTikTok Shop Search SuggestionsNextTikTok Shop Product Reviews
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy