选市场-A+视频分布

Support MCP
version
A+视频分布
Http Method POST
Http Request URL https://api.sellersprite.com/v1/market/ebc

-> 请求参数 折叠
# 参数 参数类型 是否必填 参数名称 参数描述
1 marketplace String 站点编码 见表 1.2
2 month String 筛选日期,默认最近30天 见表 1.1
3 topN Integer 头部Listing数量 10
4 newProduct Integer 新品定义 6
5 nodeIdPath String 节点 id 路径字符串 1064954:1069242:1069784:1069820:1069838:1069828

# 参数 参数类型 参数名称 参数描述
1 label String 类型说明 有A+有视频
2 products Integer 产品数 1
3 productsRatio Float 类目名称产品占比 20
4 units Integer 销量 1311
5 unitsRatio Float 销量占比 23.34

curl --location --request POST 'https://api.sellersprite.com/v1/market/ebc' \
--header 'secret-key: Your Secret' \
--header 'Content-Type: application/json' \
--data-raw '{
"marketplace": "US",
"nodeIdPath":"172282:281407"
}'
{
"code": "OK",
"message": "成功",
"data": [
{
"label": "有A+有视频",
"products": 14,
"productsRatio": 18.18,
"units": 3599,
"unitsRatio": 68.72
},
{
"label": "新品无A+无视频",
"products": 0,
"productsRatio": 0.0,
"units": 0,
"unitsRatio": 0.0
},
{
"label": "有A+无视频",
"products": 14,
"productsRatio": 18.18,
"units": 1117,
"unitsRatio": 21.33
},
{
"label": "新品有A+无视频",
"products": 0,
"productsRatio": 0.0,
"units": 0,
"unitsRatio": 0.0
},
{
"label": "新品无A+有视频",
"products": 0,
"productsRatio": 0.0,
"units": 0,
"unitsRatio": 0.0
},
{
"label": "无A+无视频",
"products": 43,
"productsRatio": 55.84,
"units": 448,
"unitsRatio": 8.55
},
{
"label": "新品有A+有视频",
"products": 1,
"productsRatio": 100.0,
"units": 128,
"unitsRatio": 100.0
},
{
"label": "无A+有视频",
"products": 6,
"productsRatio": 7.79,
"units": 73,
"unitsRatio": 1.39
},
{
"label": "A+",
"products": 28,
"productsRatio": 36.36,
"units": 4716,
"unitsRatio": 90.05
}
]
}
  • Copyright ©2025 卖家精灵数据开放平台. All rights reserved.

联系我们