TikTok Shop
Extract TikTok Shop products, product reviews, shop search results, and creator showcases
TikTok Shop
Extract TikTok Shop products, product reviews, shop search results, and creator showcases. 5 endpoints available.
TikTok Shop is TikTok's commerce surface. These endpoints are separate from the TikTok social API so you can pull product and seller data without touching the social graph.
Base URL: /v1/tiktokshop/...
How do I get started with TikTok Shop data?
1. Search for products
curl "https://socialcrawl.dev/v1/tiktokshop/search?query=phone%20case®ion=US" \
-H "x-api-key: sc_your_api_key_here"2. Fetch a product's details
curl "https://socialcrawl.dev/v1/tiktokshop/product?url=https://www.tiktok.com/shop/pdp/..." \
-H "x-api-key: sc_your_api_key_here"3. Read computed fields
Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.
What TikTok Shop data can I access?
| Endpoint | Path | Credit Tier |
|---|---|---|
| Search TikTok Shop products | /v1/tiktokshop/search | standard (1cr) |
| List TikTok Shop products | /v1/tiktokshop/products | standard (1cr) |
| Get TikTok Shop product details | /v1/tiktokshop/product | standard (1cr) |
| List TikTok Shop product reviews | /v1/tiktokshop/product/reviews | standard (1cr) |
| List TikTok user showcase products | /v1/tiktokshop/user/showcase | standard (1cr) |
What should I know about TikTok Shop data?
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
- The legacy
/v1/tiktok/shop/*and/v1/tiktok/user/showcasepaths still resolve for backward compatibility, but new integrations should use/v1/tiktokshop/...
