SellerSprite Market Research
This skill helps screen and rank Amazon category markets using SellerSprite market-research data.
Core Concepts
- 类目市场级分析:不是商品级列表,而是按类目/节点聚合后的市场画像。
- 市场规模:月均销量、月均销售额、商品数量等。
- 竞争结构:卖家/品牌集中度、头部集中度、自营占比、FBA/FBM 占比。
- 入参刻度:筛选用的 GoodsCrn / BrandCrn / SellerCrn / EbcProportion / FbaProportion / FbmProportion / AmazonSelfProportion(
min*/max*)须为 0~1 小数,见下文参数表与references/api.md。 - 新品机会:新品数量、新品占比、新品均价/评分/销量等。
API Usage
- Endpoint:
POST https://tool-gateway.linkfox.com/sellersprite/market/research - Auth: Header
Authorization: <api_key>(LINKFOXAGENT_API_KEY) - 完整说明见
references/api.md:含marketplace/month/orderField枚举,sellerLocation/newProduct/topNum,以及集中度、新品、头部、重量体积等全部筛选入参;响应含顶层字段与data[]类目市场指标、top10Images[]等。 - Runnable script:
scripts/sellersprite_market_research.py
Key Parameters
接口筛选项与工具
_sellersprite_market_research一致(70+);下表为常用子集,完整参数与出参字段见references/api.md。
| 参数 | 类型 | 必填 | 说明 |
|------|------|------|------|
| marketplace | string | 是 | 站点编码,默认 US |
| month | string | 否 | nearly 或 yyyyMM |
| nodeIdPath | string | 否 | 类目节点路径 |
| departmentKeyword | string | 否 | 类目关键字路径 |
| page / size | integer | 否 | 分页,默认 1/50,size 最大 200 |
| orderField / orderDesc | string/boolean | 否 | 排序字段与方向;orderDesc 默认 true(降序) |
| minAvgRevenue / maxAvgRevenue | number | 否 | 月均销售额范围 |
| minAvgUnits / maxAvgUnits | integer | 否 | 月均销量范围 |
| minGoodsCount / maxGoodsCount | integer | 否 | 商品数量范围 |
| minGoodsCrn / maxGoodsCrn | number | 否 | 商品集中度(小数 0~1,如 0.4 表示 40%,勿用整数 40) |
| minSellerCrn / maxSellerCrn | number | 否 | 卖家集中度(小数 0~1) |
| minBrandCrn / maxBrandCrn | number | 否 | 品牌集中度(小数 0~1) |
| minAmazonSelfProportion / maxAmazonSelfProportion | number | 否 | Amazon 自营占比(小数 0~1) |
| minFbaProportion / maxFbaProportion | number | 否 | FBA 占比(小数 0~1) |
| minFbmProportion / maxFbmProportion | number | 否 | FBM 占比(小数 0~1) |
| minEbcProportion / maxEbcProportion | number | 否 | A+ 数量占比(小数 0~1) |
| minNewProportion / maxNewProportion | number | 否 | 新品占比(刻度可能与上列不同,以 references/api.md / schema 为准) |
| minAvgPrice / maxAvgPrice | number | 否 | 平均价格范围 |
| minAvgRating / maxAvgRating | number | 否 | 平均评分范围 |
| minAvgProfit / maxAvgProfit | number | 否 | 平均毛利率(%) |
Usage Example
{
"marketplace": "US",
"month": "nearly",
"minAvgRevenue": 10000,
"maxGoodsCrn": 0.4,
"minNewProportion": 10,
"maxSellerCrn": 0.5,
"orderField": "total_amount",
"orderDesc": true,
"page": 1,
"size": 50
}
Display Rules
- 先给出市场候选 Top N,再展示核心指标(市场规模、集中度、新品占比)。
- 入参回显:
GoodsCrn/BrandCrn/SellerCrn/EbcProportion/FbaProportion/FbmProportion/AmazonSelfProportion对应筛选为 0~1 小数;向用户说明时可换算为百分数(如传0.4可表述为「商品集中度上限 40%」)。响应data[]里若仍带「(%)」字段,与入参刻度可能不同,以返回为准。 - 其它比例/毛利率等字段的单位以
references/api.md为准。 - 显示筛选条件回显,便于用户复现。
- 若结果过少或过多,建议用户调整关键阈值(如集中度、规模阈值)。
Important Limitations
- 必填参数:
marketplace - 每页最多 200 条
- 历史月份范围受第三方限制(通常近24个月)
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.
微信扫一扫