# TikTok Shop Product API (https://www.socialcrawl.dev/platforms/tiktokshop/product) > Returns detailed information about a TikTok Shop product including price, rating, review count, seller info, and images. TL;DR: `GET /v1/tiktokshop/product` costs 1 credit per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `url` | yes | Full URL of the TikTok Shop product page | | `region` | no | Region the proxy will be set to so you can access products from that country. Use 2 letter country codes like US, GB, FR, etc. For England, don't use UK, use GB. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/tiktokshop/product?url=https%3A%2F%2Fwww.tiktok.com%2Fshop%2Fpdp%2Fgoli-ashwagandha-gummies-with-vitamin-d-ksm-66-vegan-non-gmo%2F1729587769570529799" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I get TikTok Shop product details with an API? Send a GET request to /v1/tiktok/shop/product with the product URL in the url parameter. SocialCrawl returns the product's price, rating, review count, seller info, images, and description in a unified schema. ### What fields does the TikTok Shop Product endpoint return? Each product returns product id, title, price, currency, rating, review count, sold count, images array, seller name and id, shipping info, and product description — all in the unified Post schema. ### How do I access TikTok Shop products in a different country? Pass the region parameter with the 2-letter country code where the shop is listed (e.g., US, GB, DE, IT, ID, MY, BR, JP). For England, use GB, not UK. Regions without TikTok Shop availability may return empty. ### Can I get product reviews from the same endpoint? Not directly — use /v1/tiktok/shop/product/reviews with the same product URL to get paginated reviews. That endpoint returns individual review text, rating, author, and timestamp. ### How much does the TikTok Shop Product API cost? Each request costs 1 credit on the standard tier. New accounts get 100 free credits with no credit card required, so you can pull around 100 products before paying anything. See the full TikTok Shop API: https://www.socialcrawl.dev/platforms/tiktokshop ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing ## Explore with AI Questions this API answers, phrased for an AI assistant: - How to get TikTok Shop product details with the SocialCrawl API - What does the SocialCrawl TikTok Shop Product endpoint return?