cURL
curl --request GET \
--url 'https://api.keyapi.ai/v1/tiktok/live/product/list/analytics?room_id=7655115968440175381&page_num=1&page_size=10' \
--header 'Authorization: Bearer <YOUR_API_KEY>'import requests
response = requests.get(
'https://api.keyapi.ai/v1/tiktok/live/product/list/analytics',
params={"room_id": "7655115968440175381", "page_num": "1", "page_size": "10"},
headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
)
print(response.json())const params = new URLSearchParams({"room_id": "7655115968440175381", "page_num": "1", "page_size": "10"});
const response = await fetch(`https://api.keyapi.ai/v1/tiktok/live/product/list/analytics?${params}`, {
method: 'GET',
headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
});
const data = await response.json();
console.log(data);{
"code": 0,
"message": "success",
"data": [
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.08,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/213/1729382689366838358_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729382689366838358",
"product_name": "SY GLOW 10X BLEACHING CREAM INSTANT WHITENING",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/846/7494684333850986582.png",
"seller_id": "7494684333850986582",
"seller_name": "SY Glow Cosmetics1",
"seller_total_sale_cnt": 274888,
"spu_avg_price": 3.31,
"total_live_sale_cnt": 0,
"total_live_sale_gmv_amt": 0,
"total_product_cnt": 79,
"total_sale_cnt": 0,
"total_sale_gmv_amt": 0,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.06,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/193/1729383005560343767_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729383005560343767",
"product_name": "SY GLOW WHITENING SOAP TRIO PACK (10x Whitening Soap)",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 3.23,
"total_live_sale_cnt": 491,
"total_live_sale_gmv_amt": 1584,
"total_product_cnt": 79,
"total_sale_cnt": 491,
"total_sale_gmv_amt": 1584,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.06,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/764/1729384525239913687_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729384525239913687",
"product_name": "SY GLOW FLAWLESS SOAP TRIPLE WHITENING",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 1.27,
"total_live_sale_cnt": 0,
"total_live_sale_gmv_amt": 0,
"total_product_cnt": 79,
"total_sale_cnt": 0,
"total_sale_gmv_amt": 0,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.06,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/745/1729385597852355799_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729385597852355799",
"product_name": "SY Glow triple whitening set I J (Body and Face Triple Instant Whitening Lotion)",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 5.24,
"total_live_sale_cnt": 0,
"total_live_sale_gmv_amt": 0,
"total_product_cnt": 79,
"total_sale_cnt": 0,
"total_sale_gmv_amt": 0,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.06,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/690/1729385813130317015_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729385813130317015",
"product_name": "SY Glow Whitening Beauty Set 8 - Extreme Whitening Body Lotion | 120ml Pack | SPF 70 | Instant Flawless White Skin |Sunscreen Gel | Face Whitening | Instant Glass Skin & Pinkish Glow | 10x Whitening Soap",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 7.29,
"total_live_sale_cnt": 0,
"total_live_sale_gmv_amt": 0,
"total_product_cnt": 79,
"total_sale_cnt": 0,
"total_sale_gmv_amt": 0,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/559/1729386194304142551_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729386194304142551",
"product_name": "SY Glow Rejuvenating Beauty Set QR (Face serum & Rejuvenating Beauty Set)",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 7.44,
"total_live_sale_cnt": 0,
"total_live_sale_gmv_amt": 0,
"total_product_cnt": 79,
"total_sale_cnt": 0,
"total_sale_gmv_amt": 0,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.06,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/935/1729387376234106071_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729387376234106071",
"product_name": "SY Glow Whitening Beauty Set 1 - Triple Whitening Hand & Body Lotion | SPF 80 | Includes free 200ml Lotion | Instant Whitening | Niacinamide | Alpha Arbutin | Glutathione | Vitamin E",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 8.54,
"total_live_sale_cnt": 556,
"total_live_sale_gmv_amt": 4750,
"total_product_cnt": 79,
"total_sale_cnt": 556,
"total_sale_gmv_amt": 4750,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.06,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/395/1729387376296955095_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729387376296955095",
"product_name": "SY Glow Whitening Beauty Set 2 - Extreme Whitening Body Lotion | 2x120ml Pack | SPF 70 | Instant Flawless White Skin",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 5.62,
"total_live_sale_cnt": 846,
"total_live_sale_gmv_amt": 4750,
"total_product_cnt": 79,
"total_sale_cnt": 846,
"total_sale_gmv_amt": 4750,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.06,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/893/1729387407750630615_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729387407750630615",
"product_name": "SY Glow Whitening Beauty Set 5 - Double Pack | Glass Skin Set 250ml | Radiant and Clear Skin Solution | Whitening | Anti-aging",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 6.25,
"total_live_sale_cnt": 507,
"total_live_sale_gmv_amt": 3167,
"total_product_cnt": 79,
"total_sale_cnt": 507,
"total_sale_gmv_amt": 3167,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.06,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/214/1729387411570724055_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729387411570724055",
"product_name": "SY Glow Whitening Beauty Set 6 - Rejuvenating Set | 2x250ml Pack | Skin Hydration & Soothing Effect",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 7.16,
"total_live_sale_cnt": 222,
"total_live_sale_gmv_amt": 1584,
"total_product_cnt": 79,
"total_sale_cnt": 222,
"total_sale_gmv_amt": 1584,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
}
],
"requestId": "7f2fcf46-36fc-4508-988d-0c64427a562c"
}{
"code": 400,
"data": null,
"message": "Missing required parameter"
}{
"code": 401,
"data": null,
"message": "apiKey is null"
}{
"code": 402,
"data": null,
"message": "apiKey quota is not enough"
}{
"code": 429,
"data": null,
"message": "qps limit exceeded"
}{
"code": 500,
"data": null,
"message": "Internal server error"
}TikTok 内容数据
直播商品列表
这是直播间商品列表接口,按 room_id 返回该场直播出现的商品。返回里除了商品三级类目、佣金率、商品ID、商品名、商品销量和商品GMV,还会给出直播间封面、开播时间、直播类型、在线峰值、地区、店铺 seller_id、店铺销量、直播总销量、直播总GMV、直播商品数、观看人次和 user_id,因此既能看单品表现,也能放回整场直播看。
接口用途推荐
- 适合分析直播间货盘结构
- 找直播主推款和辅助款
- 判断一场直播是靠少数爆品还是多SKU铺量、给直播运营做选品复盘,也适合提取直播商品清单
注意事项
- 数据出自EchoTik,所以该数据均属于离线数据,会有延迟,如果接口返回没有数据证明EchoTik并未收录该数据
GET
/
v1
/
tiktok
/
live
/
product
/
list
/
analytics
cURL
curl --request GET \
--url 'https://api.keyapi.ai/v1/tiktok/live/product/list/analytics?room_id=7655115968440175381&page_num=1&page_size=10' \
--header 'Authorization: Bearer <YOUR_API_KEY>'import requests
response = requests.get(
'https://api.keyapi.ai/v1/tiktok/live/product/list/analytics',
params={"room_id": "7655115968440175381", "page_num": "1", "page_size": "10"},
headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
)
print(response.json())const params = new URLSearchParams({"room_id": "7655115968440175381", "page_num": "1", "page_size": "10"});
const response = await fetch(`https://api.keyapi.ai/v1/tiktok/live/product/list/analytics?${params}`, {
method: 'GET',
headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
});
const data = await response.json();
console.log(data);{
"code": 0,
"message": "success",
"data": [
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.08,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/213/1729382689366838358_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729382689366838358",
"product_name": "SY GLOW 10X BLEACHING CREAM INSTANT WHITENING",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/846/7494684333850986582.png",
"seller_id": "7494684333850986582",
"seller_name": "SY Glow Cosmetics1",
"seller_total_sale_cnt": 274888,
"spu_avg_price": 3.31,
"total_live_sale_cnt": 0,
"total_live_sale_gmv_amt": 0,
"total_product_cnt": 79,
"total_sale_cnt": 0,
"total_sale_gmv_amt": 0,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.06,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/193/1729383005560343767_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729383005560343767",
"product_name": "SY GLOW WHITENING SOAP TRIO PACK (10x Whitening Soap)",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 3.23,
"total_live_sale_cnt": 491,
"total_live_sale_gmv_amt": 1584,
"total_product_cnt": 79,
"total_sale_cnt": 491,
"total_sale_gmv_amt": 1584,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.06,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/764/1729384525239913687_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729384525239913687",
"product_name": "SY GLOW FLAWLESS SOAP TRIPLE WHITENING",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 1.27,
"total_live_sale_cnt": 0,
"total_live_sale_gmv_amt": 0,
"total_product_cnt": 79,
"total_sale_cnt": 0,
"total_sale_gmv_amt": 0,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.06,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/745/1729385597852355799_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729385597852355799",
"product_name": "SY Glow triple whitening set I J (Body and Face Triple Instant Whitening Lotion)",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 5.24,
"total_live_sale_cnt": 0,
"total_live_sale_gmv_amt": 0,
"total_product_cnt": 79,
"total_sale_cnt": 0,
"total_sale_gmv_amt": 0,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.06,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/690/1729385813130317015_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729385813130317015",
"product_name": "SY Glow Whitening Beauty Set 8 - Extreme Whitening Body Lotion | 120ml Pack | SPF 70 | Instant Flawless White Skin |Sunscreen Gel | Face Whitening | Instant Glass Skin & Pinkish Glow | 10x Whitening Soap",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 7.29,
"total_live_sale_cnt": 0,
"total_live_sale_gmv_amt": 0,
"total_product_cnt": 79,
"total_sale_cnt": 0,
"total_sale_gmv_amt": 0,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/559/1729386194304142551_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729386194304142551",
"product_name": "SY Glow Rejuvenating Beauty Set QR (Face serum & Rejuvenating Beauty Set)",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 7.44,
"total_live_sale_cnt": 0,
"total_live_sale_gmv_amt": 0,
"total_product_cnt": 79,
"total_sale_cnt": 0,
"total_sale_gmv_amt": 0,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.06,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/935/1729387376234106071_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729387376234106071",
"product_name": "SY Glow Whitening Beauty Set 1 - Triple Whitening Hand & Body Lotion | SPF 80 | Includes free 200ml Lotion | Instant Whitening | Niacinamide | Alpha Arbutin | Glutathione | Vitamin E",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 8.54,
"total_live_sale_cnt": 556,
"total_live_sale_gmv_amt": 4750,
"total_product_cnt": 79,
"total_sale_cnt": 556,
"total_sale_gmv_amt": 4750,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.06,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/395/1729387376296955095_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729387376296955095",
"product_name": "SY Glow Whitening Beauty Set 2 - Extreme Whitening Body Lotion | 2x120ml Pack | SPF 70 | Instant Flawless White Skin",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 5.62,
"total_live_sale_cnt": 846,
"total_live_sale_gmv_amt": 4750,
"total_product_cnt": 79,
"total_sale_cnt": 846,
"total_sale_gmv_amt": 4750,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.06,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/893/1729387407750630615_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729387407750630615",
"product_name": "SY Glow Whitening Beauty Set 5 - Double Pack | Glass Skin Set 250ml | Radiant and Clear Skin Solution | Whitening | Anti-aging",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 6.25,
"total_live_sale_cnt": 507,
"total_live_sale_gmv_amt": 3167,
"total_product_cnt": 79,
"total_sale_cnt": 507,
"total_sale_gmv_amt": 3167,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
},
{
"category_id": "601450",
"category_l2_id": "848776",
"category_l3_id": "601611",
"commission_rate": 0.06,
"cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/214/1729387411570724055_0.jpeg",
"create_time": 1782345604,
"live_type": 1,
"max_views_cnt": 1278,
"priority_region": "PH",
"product_id": "1729387411570724055",
"product_name": "SY Glow Whitening Beauty Set 6 - Rejuvenating Set | 2x250ml Pack | Skin Hydration & Soothing Effect",
"room_id": "7655115968440175381",
"seller_coverl_url": "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/202/7494639771051460823.png",
"seller_id": "7494639771051460823",
"seller_name": "SY Glow",
"seller_total_sale_cnt": 4323435,
"spu_avg_price": 7.16,
"total_live_sale_cnt": 222,
"total_live_sale_gmv_amt": 1584,
"total_product_cnt": 79,
"total_sale_cnt": 222,
"total_sale_gmv_amt": 1584,
"total_views_cnt": 1010885,
"user_id": "6721904496333800449"
}
],
"requestId": "7f2fcf46-36fc-4508-988d-0c64427a562c"
}{
"code": 400,
"data": null,
"message": "Missing required parameter"
}{
"code": 401,
"data": null,
"message": "apiKey is null"
}{
"code": 402,
"data": null,
"message": "apiKey quota is not enough"
}{
"code": 429,
"data": null,
"message": "qps limit exceeded"
}{
"code": 500,
"data": null,
"message": "Internal server error"
}🪙1 credit每次请求
Copy for AI
🤖 让 AI 帮你写调用代码
点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。
⌘I

