SellerSprite Product Research
Fetch Amazon market data via SellerSprite API. Each command calls exactly one API endpoint — compose them as needed.
Quick Start
CODEBLOCK0
Commands
| Command | API Endpoint | Description |
|---|
| INLINECODE0 | INLINECODE1 | Market/category research |
| INLINECODE2 |
/v1/product/research | Product research by keyword |
|
competitor |
/v1/product/competitor-lookup | Competitor lookup by ASIN |
|
asin |
/v1/asin/{market}/{asin}/with-coupon-trend | ASIN details + coupon trend |
|
keyword |
/v1/keyword-research | Keyword research |
|
quota |
/v1/visits | Check API quota |
|
config | — | Local config management |
Options
| Option | Applies to | Description | Default |
|---|
| INLINECODE13 | product, keyword | Search keyword | (required) |
| INLINECODE14 |
competitor, asin | Target ASIN | (required) |
|
--marketplace <code> | all data commands | Marketplace code |
US |
|
--month <yyyyMM> | product, competitor, keyword | Query month | latest |
|
--page <n> | market | Page number |
1 |
|
--size <n> | market, product, competitor, keyword | Results per page (max 100) |
20/
50 |
|
--format <format> | all commands |
text or
json |
text |
References
Detailed specs in references/ directory:
- -
references/api-endpoints.md — API parameters, response fields, computed stats, rate limits - INLINECODE29 — Supported marketplaces with currencies
- INLINECODE30 — Error types, unauthorized quota tips, module mapping
技能名称: sellersprite-api
详细描述:
SellerSprite 产品研究
通过 SellerSprite API 获取亚马逊市场数据。每个命令调用一个 API 端点——可根据需要组合使用。
快速开始
bash
设置 API 密钥
export SELLERSPRITE
SECRETKEY=your-secret-key
浏览热门品类
bunx @teamclaw/sellersprite-cli market
按关键词研究产品
bunx @teamclaw/sellersprite-cli product --keyword 无线耳机
获取 ASIN 详情
bunx @teamclaw/sellersprite-cli asin --asin B08N5WRWNW
检查剩余配额
bunx @teamclaw/sellersprite-cli quota
命令列表
| 命令 | API 端点 | 描述 |
|---|
| market | /v1/market/research | 市场/品类研究 |
| product |
/v1/product/research | 按关键词进行产品研究 |
| competitor | /v1/product/competitor-lookup | 按 ASIN 查询竞争对手 |
| asin | /v1/asin/{market}/{asin}/with-coupon-trend | ASIN 详情 + 优惠券趋势 |
| keyword | /v1/keyword-research | 关键词研究 |
| quota | /v1/visits | 检查 API 配额 |
| config | — | 本地配置管理 |
选项
| 选项 | 适用命令 | 描述 | 默认值 |
|---|
| --keyword <kw> | product, keyword | 搜索关键词 | (必填) |
| --asin <asin> |
competitor, asin | 目标 ASIN | (必填) |
| --marketplace
| 所有数据命令 | 市场代码 | US |
| --month | product, competitor, keyword | 查询月份 | 最新 |
| --page | market | 页码 | 1 |
| --size | market, product, competitor, keyword | 每页结果数(最大 100) | 20/50 |
| --format | 所有命令 | text 或 json | text |
参考资料
详细规范见 references/ 目录:
- - references/api-endpoints.md — API 参数、响应字段、计算统计、速率限制
- references/marketplace-codes.md — 支持的市场及对应货币
- references/error-handling.md — 错误类型、未授权配额提示、模块映射