linkfox-sellersprite-market-research
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSellerSprite Market Research
SellerSprite Market Research
This skill helps screen and rank Amazon category markets using SellerSprite market-research data.
This skill helps screen and rank Amazon category markets using SellerSprite market-research data.
Core Concepts
Core Concepts
- 类目市场级分析:不是商品级列表,而是按类目/节点聚合后的市场画像。
- 市场规模:月均销量、月均销售额、商品数量等。
- 竞争结构:卖家/品牌集中度、头部集中度、自营占比、FBA/FBM 占比。
- 新品机会:新品数量、新品占比、新品均价/评分/销量等。
- Category-level Market Analysis: Not product-level lists, but market profiles aggregated by category/node.
- Market Size: Average monthly sales volume, average monthly sales revenue, number of products, etc.
- Competitive Structure: Seller/brand concentration, head concentration, self-operated proportion, FBA/FBM proportion.
- New Product Opportunities: Number of new products, new product proportion, average price/rating/sales volume of new products, etc.
API Usage
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
- Endpoint:
POST https://tool-gateway.linkfox.com/sellersprite/market/research - Auth: Header (
Authorization: <api_key>)LINKFOXAGENT_API_KEY - Complete instructions can be found in : Includes enumerations for
references/api.md/marketplace/month,orderField/sellerLocation/newProduct, as well as all filter parameters such as concentration, new products, head players, weight and volume; the response includes top-level fields, category market indicators intopNum,data[], etc.top10Images[] - Runnable script:
scripts/sellersprite_market_research.py
Key Parameters
Key Parameters
接口筛选项与工具一致(70+);下表为常用子集,完整参数与出参字段见_sellersprite_market_research。references/api.md
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| marketplace | string | 是 | 站点编码,默认 |
| month | string | 否 | |
| nodeIdPath | string | 否 | 类目节点路径 |
| departmentKeyword | string | 否 | 类目关键字路径 |
| page / size | integer | 否 | 分页,默认 1/50, |
| orderField / orderDesc | string/boolean | 否 | 排序字段与方向; |
| minAvgRevenue / maxAvgRevenue | number | 否 | 月均销售额范围 |
| minAvgUnits / maxAvgUnits | integer | 否 | 月均销量范围 |
| minGoodsCount / maxGoodsCount | integer | 否 | 商品数量范围 |
| minGoodsCrn / maxGoodsCrn | number | 否 | 商品集中度(%) |
| minSellerCrn / maxSellerCrn | number | 否 | 卖家集中度(%) |
| minBrandCrn / maxBrandCrn | number | 否 | 品牌集中度(%) |
| minNewProportion / maxNewProportion | number | 否 | 新品占比(%) |
| minAvgPrice / maxAvgPrice | number | 否 | 平均价格范围 |
| minAvgRating / maxAvgRating | number | 否 | 平均评分范围 |
| minAvgProfit / maxAvgProfit | number | 否 | 平均毛利率(%) |
Interface filter options are consistent with the tool(70+); the table below shows a commonly used subset, complete parameters and output fields can be found in_sellersprite_market_research.references/api.md
| Parameter | Type | Required | Description |
|---|---|---|---|
| marketplace | string | Yes | Site code, default is |
| month | string | No | |
| nodeIdPath | string | No | Category node path |
| departmentKeyword | string | No | Category keyword path |
| page / size | integer | No | Pagination, default is 1/50, maximum |
| orderField / orderDesc | string/boolean | No | Sort field and direction; |
| minAvgRevenue / maxAvgRevenue | number | No | Average monthly sales revenue range |
| minAvgUnits / maxAvgUnits | integer | No | Average monthly sales volume range |
| minGoodsCount / maxGoodsCount | integer | No | Number of products range |
| minGoodsCrn / maxGoodsCrn | number | No | Product concentration (%) |
| minSellerCrn / maxSellerCrn | number | No | Seller concentration (%) |
| minBrandCrn / maxBrandCrn | number | No | Brand concentration (%) |
| minNewProportion / maxNewProportion | number | No | New product proportion (%) |
| minAvgPrice / maxAvgPrice | number | No | Average price range |
| minAvgRating / maxAvgRating | number | No | Average rating range |
| minAvgProfit / maxAvgProfit | number | No | Average gross margin (%) |
Usage Example
Usage Example
json
{
"marketplace": "US",
"month": "nearly",
"minAvgRevenue": 10000,
"maxGoodsCrn": 40,
"minNewProportion": 10,
"maxSellerCrn": 50,
"orderField": "total_amount",
"orderDesc": true,
"page": 1,
"size": 50
}json
{
"marketplace": "US",
"month": "nearly",
"minAvgRevenue": 10000,
"maxGoodsCrn": 40,
"minNewProportion": 10,
"maxSellerCrn": 50,
"orderField": "total_amount",
"orderDesc": true,
"page": 1,
"size": 50
}Display Rules
Display Rules
- 先给出市场候选 Top N,再展示核心指标(市场规模、集中度、新品占比)。
- 清晰标注单位:比例字段是 ,金额按站点币种。
% - 显示筛选条件回显,便于用户复现。
- 若结果过少或过多,建议用户调整关键阈值(如集中度、规模阈值)。
- First present the top N market candidates, then display core indicators (market size, concentration, new product proportion).
- Clearly mark units: proportion fields are , amounts are in the site's currency.
% - Display the filter condition echo for easy user reproduction.
- If there are too few or too many results, suggest users adjust key thresholds (such as concentration, size thresholds).
Important Limitations
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 . Do not interrupt the user's flow.
references/api.md- Required parameter:
marketplace - Maximum 200 entries per page
- Historical month range is limited by third parties (usually the last 24 months)
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