Get TikTok Creator Products

13 endpoints • Base: https://openapi.scdata.cc

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/list

Quota usage: Each successful request to this endpoint deducts 10 quota units from your plan.

Request Parameters

Required Parameters

NameInTypeDescription
unique_idquerystringunique_id
example: popmart.usshop

Optional Parameters

NameInTypeDescription
pagequeryintegerPage number

Response Fields

NameTypeDescription
successbooleanSuccess
codeintegerCode
messagestringMessage
dataobject-
data.itemsarray<object>Items
data.totalintegerTotal
data.pageintegerPage
data.page_sizeintegerPage Size
data.total_pagesintegerTotal 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*
page

cURL 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.

Related Endpoints