TikTok Shop User Showcase API
List products a TikTok creator is promoting in their Shop showcase — product URL, title, price, image, and seller shop id for each item.
GET request to /v1/tiktok-shop/user-showcase that responds with clean JSON and costs ~45 credits (2.25/result). Pass cache=true for a free 24h cache hit; default is always fresh. Start with 100 free credits — no credit card.What is the TikTok Shop User Showcase API?
Pass a TikTok username (with or without @, or a profile URL) and the TikTok Shop User Showcase API returns the products that creator is featuring in their TikTok Shop showcase as clean JSON. This is the affiliate / creator storefront shelf — not the full inventory of a brand store. Each product includes the product URL and id, title, price, currency, thumbnail image, and the seller's shop id when available. For a brand's full catalog, use TikTok Shop Products with a store URL instead. For deeper product fields (stock, seller rating), call Product Details with a product URL. Billed per result — about 2.25 credits each. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh.
What you get
- Products a TikTok creator is promoting in their Shop showcase
- Product URL, id, title, price, currency, and image
- Seller shop id when TikTok exposes it
- Useful for affiliate tracking and creator commerce research
- Not a full brand store catalog — use Shop Products for that
Try it
Fill in the parameters below and copy a ready-to-run request, or open the live Playground to run it against your account (no API key paste).
Parameters
curl "https://api.captapi.com/v1/tiktok-shop/user-showcase?username=hydrojug" \
-H "Authorization: Bearer capt_live_..."
# or: -H "x-api-key: capt_live_..."Edit the parameters and the code updates instantly. Switch languages and hit copy.
Example response
{
"success": true,
"data": {
"username": "jeffreestar",
"totalReturned": 5,
"products": [
{
"platform": "tiktok_shop",
"id": "1732348343936586686",
"url": "https://www.tiktok.com/shop/pdp/1732348343936586686",
"title": "Oganacell PDRN Peptide Gua Sha Calming Gel Cream for Soothing & Barrier Care, Jawline Definition, Face Sculpting & De-Puffing, Firming & Elasticity Care for Sensitive Skin, At-Home Facial Care | Korean Skincare",
"price": 27.99,
"currency": "USD",
"image": "https://p19-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/c29c24ff8dae4649a711659e1b425b0d~tplv-fhlh96nyum-crop-webp:500:500.webp?dr=12190&t=555f072d&ps=933b5bde&shp=4ee6669e&shcp=9b759fb9&idc=useast5&from=1323722398",
"seller": {
"id": "7496114058180594622"
}
},
{
"platform": "tiktok_shop",
"id": "1732465688971547582",
"url": "https://www.tiktok.com/shop/pdp/1732465688971547582",
"title": "[Creator Exclusive] Oganacell PDRN Peptide Gua Sha Lifting Gel Cream for Jawline Definition, Face Sculpting & De-Puffing, Firming & Elasticity Care for Dry and Sagging Skin, Glass Skin Glow, At-Home Facial Care | Korean Skincare",
"price": 59.6,
"currency": "USD",
"image": "https://p19-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/61d153b0cdde4002abf5b41ab5f90e8c~tplv-fhlh96nyum-crop-webp:500:500.webp?dr=12190&t=555f072d&ps=933b5bde&shp=4ee6669e&shcp=9b759fb9&idc=useast5&from=1323722398",
"seller": {
"id": "7496114058180594622"
}
},
{
"platform": "tiktok_shop",
"id": "1732497823331554245",
"url": "https://www.tiktok.com/shop/pdp/1732497823331554245",
"title": "Heavy Metal Couture Artistry Bundle - 6PC Eye Brush Set, Heavy Metal Couture 9-Pan Palette, BeachProof Eyeliner 'Tattooed Devil' & 'Grave Digger', BeachProof Mascara 'Black'",
"price": 119.85,
"currency": "USD",
"image": "https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/bfabe84ca345416eb5324ca7e0a484d2~tplv-fhlh96nyum-crop-webp:500:500.webp?dr=12190&t=555f072d&ps=933b5bde&shp=4ee6669e&shcp=9b759fb9&idc=useast5&from=1323722398",
"seller": {
"id": "7494986018328054725"
}
},
{
"platform": "tiktok_shop",
"id": "1732497709724832709",
"url": "https://www.tiktok.com/shop/pdp/1732497709724832709",
"title": "The Stage Ready Set - Magic Star Mushroom Mist, BeachProof Eyeliner 'Tattooed Devil' & 'Grave Digger', Lip Balm 'Encore' & 'Unicorn Blood'",
"price": 100.3,
"currency": "USD",
"image": "https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/8791aba9197e44ebb883a768f7d177e1~tplv-fhlh96nyum-crop-webp:500:500.webp?dr=12190&t=555f072d&ps=933b5bde&shp=4ee6669e&shcp=9b759fb9&idc=useast5&from=1323722398",
"seller": {
"id": "7494986018328054725"
}
},
{
"platform": "tiktok_shop",
"id": "1732497708784587717",
"url": "https://www.tiktok.com/shop/pdp/1732497708784587717",
"title": "Heavy Metal Couture Mini Palette - 9-pan Mattes & Shimmer/Metallic Eyeshadow Shades - Preorder",
"price": 32,
"currency": "USD",
"image": "https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/190744ec28fa4cc99274a7aec07cdeff~tplv-fhlh96nyum-crop-webp:500:500.webp?dr=12190&t=555f072d&ps=933b5bde&shp=4ee6669e&shcp=9b759fb9&idc=useast5&from=1323722398",
"seller": {
"id": "7494986018328054725"
}
}
]
}
}Billing metadata is returned in response headers: X-Captapi-Credits (credits charged), X-Captapi-Cache (hit or miss), and X-Captapi-Source. Failed requests (4xx/5xx) are never charged. See the full list of error codes in the error reference.
Response structure
A successful call returns success, cached, creditsUsed, and a data object with the following fields:
Top-level fields
usernameAccount username / handle.totalReturnedNumber of items returned in this response.
Products
Each item in products contains:
platformPlatform identifier (e.g. youtube, instagram).idStable platform ID for the item.urlCanonical URL of the item.titleTitle of the item.pricePrice of the item.currencyCurrency code.imageImage URL.sellerObject with id.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| username | string | Yes | TikTok username, @handle, or profile URL, e.g. hydrojug or https://www.tiktok.com/@hydrojug. |
| limit | integer | No | Max items to return (default 20, max 200). Billed per result. |
| cache | boolean | No | Set true to serve from the 24h response cache. Default false — always fetch fresh data. |
Authentication: send your key as Authorization: Bearer capt_live_.... A typical call costs ~45 credits (2.25/result) — billed per result, so the exact amount scales with how many items you request. Pass cache=true for a free 24h cache hit; default is always fresh (metrics refresh within ~1 hour).
tiktok_shop_user_showcase via @captapi/mcp. Set it up →How it works
- 1. Sign up — get 100 free credits, no card required.
- 2. Create a key from your dashboard.
- 3. Send one request to
/v1/tiktok-shop/user-showcaseand parse the JSON response.
Use cases
Content Pipelines
Ingest a channel's catalog in bulk.
Monitoring
Detect new uploads automatically.
Archiving
Snapshot a creator's full library.
Analytics
Aggregate performance across many videos.
Frequently asked questions
What does the TikTok Shop User Showcase API do?+
The TikTok Shop User Showcase API lets you list items in bulk with metadata from a public TikTok Shop user showcase using one GET request to /v1/tiktok-shop/user-showcase. It returns clean JSON — no OAuth or infrastructure setup required.
How many credits does the TikTok Shop User Showcase API cost?+
At the default limit this endpoint costs 45 credits (2.25 per result). Billing scales with how many results you request. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh. Failed or empty results are never charged.
Do I need a TikTok Shop API key or OAuth?+
No. A single Captapi key works across every platform Captapi supports — YouTube, TikTok, Instagram, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, LinkedIn, Rumble, Spotify, Kwai, and more. We handle proxies, rate limits, retries, and authentication for you.
Is the TikTok Shop User Showcase API suitable for production use?+
Yes. It is a stable REST endpoint with predictable JSON and automatic retries. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh. Use it for analytics, monitoring, and content automation.
More TikTok Shop APIs
Ready to use the TikTok Shop User Showcase API?
Sign up, grab your key, and make your first call in 60 seconds.