Sellersprite Market Statistics
v1.0.0使用卖家精灵选市场统计能力,按类目节点输出市场统计看板,包含头部Listing平均评分、均价、BSR、销量、卖家数量与新品相关指标,适合快速判断某类目市场质量与竞争格局。当用户提到类目市场统计、选市场看板、市场基础盘评估、节点市场质量、头部商品统计、SellerSprite market statistics、c...
SellerSprite Market Statistics
This skill helps fetch node-level market statistics for Amazon categories via SellerSprite.
Core Concepts
- 节点统计:对指定类目节点做聚合统计,不返回完整商品明细。
- TopN 口径:
topN决定头部商品统计样本数量(默认 10)。 - 新品定义:
newProduct指定“新品”按最近 N 个月定义(默认 6)。
API Usage
- Endpoint:
POST https://tool-gateway.linkfox.com/sellersprite/market/statistics - Auth: Header
Authorization: <api_key>(LINKFOXAGENT_API_KEY) - See full details in
references/api.md. - Runnable script:
scripts/sellersprite_market_statistics.py
Parameters
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| marketplace | string | 是 | 站点编码,默认 US |
| nodeIdPath | string | 是 | 节点ID路径,如 1064954:1069242:... |
| month | string | 否 | nearly 或 yyyyMM |
| topN | integer | 否 | 头部样本数,默认 10 |
| newProduct | integer | 否 | 新品定义(月),默认 6 |
Usage Example
{
"marketplace": "US",
"nodeIdPath": "172282:281407",
"month": "nearly",
"topN": 10,
"newProduct": 6
}
Display Rules
- 明确展示统计口径:
topN、newProduct、时间范围。 - 先输出关键总览指标,再输出扩展字段。
- 若用户未给
nodeIdPath,先引导用户提供节点路径或先做类目定位。
Important Limitations
- 必填参数:
marketplace、nodeIdPath nodeIdPath必须为合法节点路径- 月份查询受第三方历史范围限制
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
- The functionality or purpose described in this skill does not match actual behavior
- The skill's results do not match the user's intent
- The user expresses dissatisfaction or praise about this skill
- Anything you believe could be improved
Call the feedback API as specified in references/api.md. Do not interrupt the user's flow.
Version tags
latest
