Returns every product a TikTok creator has attached to their content, with product details and the sales attributed to the creator. A premium commerce endpoint with a higher quota cost.
GET
/api/v1/tiktok/user/shop/goods/listQuota usage: Each successful request to this endpoint deducts 10 quota units from your plan.
Request Parameters
Required Parameters
| Name | In | Type | Description |
|---|---|---|---|
unique_id | query | string | unique_id example: popmart.usshop |
Optional Parameters
| Name | In | Type | Description |
|---|---|---|---|
page | query | integer | Page number |
Response Fields
| Name | Type | Description |
|---|---|---|
success | boolean | Success |
code | integer | Code |
message | string | Message |
data | object | - |
data.items | array<object> | Items |
data.total | integer | Total |
data.page | integer | Page |
data.page_size | integer | Page Size |
data.total_pages | integer | Total Pages |
Try It
https://openapi.scdata.cc/api/v1/tiktok/user/shop/goods/list
Select an API key from Dashboard
Add an API key before sending a request.Go to Dashboard
Query Params
unique_id*pagecURL Example
bash
curl -X GET "https://openapi.scdata.cc/api/v1/tiktok/user/shop/goods/list?unique_id=popmart.usshop" \-H "Authorization: YOUR_API_KEY"
Response Example (200 application/json)
json
{"success": true,"code": 200,"message": "Request successful","data": {"items": [{"goods_id": "1731491957866860552","goods_name": "THE MONSTERS Let's Checkmate Series-Vinyl Plush Doll","goods_pic_url": "https://d3uucz7wx6jq40.cloudfront.net/tiktok.product/1731491957866860552/cover.png","currency_symbol": "$","goods_price": "114.99","goods_sales_revenue": "240559.08","goods_sales_volumn": 2092}],"total": 100,"page": 1,"page_size": 10,"total_pages": 10}}
Use Cases
- Price-band fit — See whether a creator usually sells in the price range of your product.
- Competitor product exposure — Detect creators already pushing competing products.