Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
count
和 offset
控制数据量。http://username:password@host:port
products
(List[Dict]): 商品列表,每项包含以下字段:product_id
(str): 商品IDtitle
(str): 商品标题format_available_price
(str): 商品展示价格(格式化后的字符串,如 $7.94
)seller_info
(dict):seller_id
(str): 卖家IDshop_name
(str): 店铺名称cover
(dict): 主图信息url_list
(List[str]): 主图 URL 列表(300x300)images
(List[dict]): 图片列表url_list
(原图 URL)source
(str): 商品来源渠道(如 Affiliate
)stock_status
(int): 库存状态(1: 有货)review_status
(int): 审核状态(1: 通过)affiliate_info
(dict): 联盟佣金信息commission_with_currency
(str): 佣金金额(如 $0.95
)commission_rate
(int): 佣金比例(如 1200 = 12%)category_info
(dict): 类目信息name
(str): 主分类名(如 Beauty & Personal Care
){
"cookie": "your_cookie_string",
"count": 20,
"offset": 0
}
{
"products": [
{
"product_id": "1730905148396180014",
"title": "Car Paint Care Spray",
"format_available_price": "$7.94",
"seller_info": {
"seller_id": "7496108716782225966",
"shop_name": "moon moon shop shop"
},
"cover": {
"url_list": [
"https://example.com/xxx.jpg"
]
},
"images": [
{
"url_list": [
"https://example.com/xxx.jpg"
]
}
],
"source": "Affiliate",
"stock_status": 1,
"review_status": 1,
"affiliate_info": {
"commission_with_currency": "$0.95",
"commission_rate": 1200
},
"category_info": {
"name": "Beauty & Personal Care"
}
}
]
}
count
and offset
.http://username:password@host:port
products
(List[Dict]): List of showcased products, including:product_id
, title
, format_available_price
, seller_info
, cover
, images
, source
, stock_status
, review_status
, affiliate_info
, category_info
.{
"cookie": "your_cookie_string",
"count": 20,
"offset": 0
}
{
"products": [
{
"product_id": "1730905148396180014",
"title": "Car Paint Care Spray",
"format_available_price": "$7.94",
"seller_info": {
"seller_id": "7496108716782225966",
"shop_name": "moon moon shop shop"
},
"cover": {
"url_list": [
"https://example.com/xxx.jpg"
]
},
"images": [...],
"source": "Affiliate",
"stock_status": 1,
"review_status": 1,
"affiliate_info": {
"commission_with_currency": "$0.95",
"commission_rate": 1200
},
"category_info": {
"name": "Beauty & Personal Care"
}
}
]
}
Authorization: Bearer ********************
{
"cookie": "Your_Cookie_String",
"proxy": "string",
"count": 20,
"offset": 0
}
curl --location --request POST 'https://api.tikhub.io/api/v1/tiktok/creator/get_showcase_product_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"cookie": "Your_Cookie_String",
"proxy": "string",
"count": 20,
"offset": 0
}'
{
"code": 200,
"router": "",
"params": {},
"data": null
}