Get details for a TikTok Shop product.
Endpoint
/v1/tiktok/products
Query
Public TikTok Shop product detail page URL for the product to retrieve.
Optional country or region code for the product catalog. When omitted, the default catalog region applies.
const response = await fetch( "https://api.socialfetch.dev/v1/tiktok/products?url=https://www.tiktok.com/shop/pdp/goli-ashwagandha-gummies-with-vitamin-d-ksm-66-vegan-non-gmo/1729587769570529799", { headers: { "x-api-key": "YOUR_API_KEY", } } ); const data = await response.json(); console.log(data);