linkfox-sellersprite-market-statistics
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSellerSprite Market Statistics
SellerSprite Market Statistics
This skill helps fetch node-level market statistics for Amazon categories via SellerSprite.
This skill helps fetch node-level market statistics for Amazon categories via SellerSprite.
Core Concepts
Core Concepts
- 节点统计:对指定类目节点做聚合统计,不返回完整商品明细。
- TopN 口径:决定头部商品统计样本数量(默认 10)。
topN - 新品定义:指定“新品”按最近 N 个月定义(默认 6)。
newProduct
- Node Statistics: Aggregate statistics for the specified category node, without returning complete product details.
- TopN Definition: determines the number of top product statistical samples (default is 10).
topN - New Product Definition: specifies that "new products" are defined by the most recent N months (default is 6).
newProduct
API Usage
API Usage
- Endpoint:
POST https://tool-gateway.linkfox.com/sellersprite/market/statistics - Auth: Header (
Authorization: <api_key>)LINKFOXAGENT_API_KEY - 完整说明见 :含
references/api.md/marketplace规则,必填month,nodeIdPath/topN默认值;响应含newProduct中市场整体、data[]头部、hl*新品与上架日期等全部字段(与new*的_sellersprite_market_statistics一致)。outputSchema - Runnable script:
scripts/sellersprite_market_statistics.py
- Endpoint:
POST https://tool-gateway.linkfox.com/sellersprite/market/statistics - Auth: Header (
Authorization: <api_key>)LINKFOXAGENT_API_KEY - Full instructions can be found in : including rules for
references/api.md/marketplace, requiredmonth, default values fornodeIdPath/topN; the response includes all fields such as overall market data innewProduct,data[]top product data,hl*new product data and listing date (consistent with thenew*ofoutputSchema)._sellersprite_market_statistics - Runnable script:
scripts/sellersprite_market_statistics.py
Parameters
Parameters
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| marketplace | string | 是 | 站点编码,默认 |
| nodeIdPath | string | 是 | 节点ID路径,如 |
| month | string | 否 | |
| topN | integer | 否 | 头部样本数,默认 10 |
| newProduct | integer | 否 | 新品定义(月),默认 6 |
| Parameter | Type | Required | Description |
|---|---|---|---|
| marketplace | string | Yes | Site code, default is |
| nodeIdPath | string | Yes | Node ID path, e.g. |
| month | string | No | |
| topN | integer | No | Number of top samples, default is 10 |
| newProduct | integer | No | New product definition (in months), default is 6 |
Usage Example
Usage Example
json
{
"marketplace": "US",
"nodeIdPath": "172282:281407",
"month": "nearly",
"topN": 10,
"newProduct": 6
}json
{
"marketplace": "US",
"nodeIdPath": "172282:281407",
"month": "nearly",
"topN": 10,
"newProduct": 6
}Display Rules
Display Rules
- 明确展示统计口径:、
topN、时间范围。newProduct - 先输出关键总览指标,再输出扩展字段。
- 若用户未给 ,先引导用户提供节点路径或先做类目定位。
nodeIdPath
- Clearly display statistical definitions: ,
topN, time range.newProduct - Output key overview indicators first, then extended fields.
- If the user does not provide , first guide the user to provide the node path or perform category positioning first.
nodeIdPath
Important Limitations
Important Limitations
- 必填参数:、
marketplacenodeIdPath - 必须为合法节点路径
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 . Do not interrupt the user's flow.
references/api.md- Required parameters: ,
marketplacenodeIdPath - must be a valid node path
nodeIdPath - Month query is limited by the historical range of third parties
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 . Do not interrupt the user's flow.
references/api.md