@optima-chat/optima-agent 0.9.33 → 0.9.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -798,3 +798,57 @@ scout sp market "172282:24046923011:172541:12097478011"
|
|
|
798
798
|
# 3. 用同一 nodeIdPath 查品牌集中度
|
|
799
799
|
scout sp brands "172282:24046923011:172541:12097478011"
|
|
800
800
|
```
|
|
801
|
+
|
|
802
|
+
---
|
|
803
|
+
|
|
804
|
+
## 21-32. 其他 scout sp 命令
|
|
805
|
+
|
|
806
|
+
以下命令参数模式与上述 #15-#20 一致,不再逐一展开。
|
|
807
|
+
|
|
808
|
+
### 关键词/流量类
|
|
809
|
+
|
|
810
|
+
| 命令 | 用途 | 关键返回字段 |
|
|
811
|
+
|------|------|------------|
|
|
812
|
+
| `scout sp keywords-research <keyword>` | 关键词市场分析 | searches, purchases, purchaseRate, growth, brands, categories, bid |
|
|
813
|
+
| `scout sp keywords-trends <keyword>` | 关键词历史趋势(2017-至今) | 每月 search/purchases/purchaseRate/growth |
|
|
814
|
+
| `scout sp traffic-stats <ASIN>` | 流量关键词概览统计 | keywords 总数, ranks, ads 数 |
|
|
815
|
+
| `scout sp traffic-source <ASIN>` | 流量来源结构 | 各来源类型的关键词数和占比 |
|
|
816
|
+
| `scout sp traffic-listing <ASIN>` | 免费/付费流量分布 | 各流量类型的数量 |
|
|
817
|
+
| `scout sp traffic-related <ASIN>` | 关联商品列表 | 关联 ASIN、关联类型、关联强度 |
|
|
818
|
+
| `scout sp traffic-extend <ASIN>` | 批量关键词拓展 | 扩展关键词列表(含搜索量、竞价) |
|
|
819
|
+
|
|
820
|
+
### 产品类
|
|
821
|
+
|
|
822
|
+
| 命令 | 用途 | 关键返回字段 |
|
|
823
|
+
|------|------|------------|
|
|
824
|
+
| `scout sp predict <ASIN>` | 销量预测(14 个月) | 日/月销量、销售额预测 |
|
|
825
|
+
| `scout sp competitors <ASIN>` | 竞品查询 | 销量/销额/BSR/价格/利润/评分/FBA 类型 |
|
|
826
|
+
| `scout sp coupon <ASIN>` | 优惠趋势 | 原价/优惠类型/优惠金额/最终成交价 |
|
|
827
|
+
|
|
828
|
+
### 市场类(先通过 `scout sp category` 获取 nodeIdPath)
|
|
829
|
+
|
|
830
|
+
| 命令 | 用途 | 关键返回字段 |
|
|
831
|
+
|------|------|------------|
|
|
832
|
+
| `scout sp market-stats <nodeIdPath>` | 类目统计 | 与 market 类似,更侧重统计指标 |
|
|
833
|
+
| `scout sp sellers <nodeIdPath>` | 卖家集中度 | 头部卖家名称/销量份额/销额份额 |
|
|
834
|
+
| `scout sp demand <nodeIdPath>` | 需求趋势 | 页面浏览量/商品数/退货率趋势 |
|
|
835
|
+
| `scout sp prices <nodeIdPath>` | 价格分布 | 各价格区间的商品数/销量/销额 |
|
|
836
|
+
| `scout sp ratings <nodeIdPath>` | 评分数分布 | 各评分数区间(进入难度) |
|
|
837
|
+
| `scout sp rating-values <nodeIdPath>` | 评分值分布 | 各评分值区间(市场成熟度) |
|
|
838
|
+
| `scout sp listing-dates <nodeIdPath>` | 上架时间分布 | 各时间区间商品数(新品接受度) |
|
|
839
|
+
| `scout sp listing-trends <nodeIdPath>` | 上架趋势 | 按绝对上架时间统计 |
|
|
840
|
+
| `scout sp seller-countries <nodeIdPath>` | 卖家所属地分布 | 各国家卖家数/销量占比 |
|
|
841
|
+
| `scout sp seller-types <nodeIdPath>` | 发货类型分布 | FBA/FBM/Amazon 自营占比 |
|
|
842
|
+
| `scout sp ebc <nodeIdPath>` | A+视频分布 | 有/无 A+和视频的商品占比 |
|
|
843
|
+
| `scout sp products <nodeIdPath>` | 商品集中度 | 头部商品排名/销量/销额集中度 |
|
|
844
|
+
|
|
845
|
+
### 其他
|
|
846
|
+
|
|
847
|
+
| 命令 | 用途 | 关键返回字段 |
|
|
848
|
+
|------|------|------------|
|
|
849
|
+
| `scout sp google-trend <keyword>` | 谷歌搜索趋势 | 按月/周的搜索热度指数 |
|
|
850
|
+
| `scout sp aba-weekly <keyword>` | ABA 周数据选品 | 热门/异动/增长/潜力关键词 |
|
|
851
|
+
| `scout sp aba-monthly <keyword>` | ABA 月数据选品 | 同上(月维度) |
|
|
852
|
+
| `scout sp aba-trend <keyword>` | ABA 关键词趋势 | ABA 排名和搜索量历史 |
|
|
853
|
+
|
|
854
|
+
所有 `scout sp` 命令通用选项:`-m, --marketplace <code>`(默认 US)、`-f, --format <format>`(json/text)。
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
**目的**:验证产品财务可行性,确认利润空间
|
|
131
131
|
|
|
132
|
-
**前置检查**:读取 `~/products/PROFILE.md` 的决策标准(最低毛利率、最低净利率)。如果 PROFILE 未填写这些阈值,**必须先让用户确认**:"
|
|
132
|
+
**前置检查**:读取 `~/products/PROFILE.md` 的决策标准(最低毛利率、最低净利率)。如果 PROFILE 未填写这些阈值,**必须先让用户确认**:"你的最低可接受净利率是多少?(默认 30%)"——否则 PDCP Gate 无法判断。
|
|
133
133
|
|
|
134
134
|
**具体命令**:
|
|
135
135
|
- `scout supplier-search "关键词" --limit 20`(文字搜索供应商)
|
|
@@ -22,6 +22,11 @@
|
|
|
22
22
|
| 搜索方式 | 关键词/图片 | 时间 | 结果数 | 数据文件 |
|
|
23
23
|
|---------|-----------|------|--------|---------|
|
|
24
24
|
|
|
25
|
+
## 卖家精灵数据(关键词/市场/广告)
|
|
26
|
+
|
|
27
|
+
| 类型 | ASIN/关键词 | 时间 | 数据文件 |
|
|
28
|
+
|------|-----------|------|---------|
|
|
29
|
+
|
|
25
30
|
## 数据关系
|
|
26
31
|
|
|
27
32
|
{记录数据之间的关联,如:哪个供应商对应哪个竞品,哪些 ASIN 来自哪次搜索}
|