Amazon Competitor Spy
Track competitor ASINs over time and surface competitive intelligence — price shifts, BSR trends, review velocity, and listing changes.
Paste an ASIN or describe a competitor product. The agent tracks changes, computes trends, and alerts you when competitors make significant moves.
Commands
CODEBLOCK0
What Data to Provide
The agent works with:
- - ASIN list — paste ASINs directly, one per line or comma-separated
- Verbal description — "my competitor is B08XYZ123, they just dropped price to $24.99"
- Listing data — paste competitor title, bullets, price, BSR rank from Amazon
- Historical notes — "last month their BSR was 3,200, now it's 980"
No API keys needed. No scraping tools required.
Workspace
Creates ~/amazon-spy/ containing:
- -
watchlist.md — tracked ASINs with metadata and notes - INLINECODE2 — listing snapshots per ASIN (ASIN-YYYY-MM-DD.md)
- INLINECODE3 — generated competitive intelligence reports
- INLINECODE4 — triggered alerts log
Analysis Framework
1. ASIN Tracking Setup
- - Store ASIN, product title, brand, category, initial price, initial BSR, initial review count
- Record date added and last-checked timestamp
- Tag each ASIN with a competitive tier (direct / indirect / aspirational)
- Link your own ASIN to each competitor for direct comparison
2. Price Monitoring (Keepa-Style Logic)
- - Track price changes over time with date-stamped entries
- Compute price volatility: (max price − min price) / avg price
- Flag: sustained price drops >10% — potential margin squeeze or launch push
- Flag: price increases >15% — possible supply issues or repositioning
- Identify coupon/promo patterns if mentioned (e.g., "20% off coupon visible")
- Compare competitor price vs. your price: gap analysis (you're $X cheaper/more expensive)
3. BSR Trend Analysis (30-Day Window)
- - Log BSR data points at each check with timestamps
- Compute BSR velocity: (BSR start − BSR end) / days = ranks gained per day
- Positive velocity = ranking improving (lower BSR number)
- Flag: BSR improvement >500 ranks/week — aggressive launch or promotion detected
- Flag: BSR deterioration >1,000 ranks/week — possible listing suppression or inventory out
- Output sparkline-style trend table with direction indicators (↑↓→)
4. Review Velocity Analysis
- - Track total review count at each snapshot date
- Compute weekly velocity: (reviews now − reviews at start) / weeks elapsed
- Industry benchmark: healthy launch pace = 10–30 reviews/week
- Flag: velocity >50 reviews/week — possible incentivized review campaign (watch for TOS risk)
- Flag: sudden review drop — potential review removals (negative signal)
- Compute projected total reviews in 30/60/90 days at current velocity
5. Listing Change Detection
- - Snapshot: title, bullet points (all 5), A+ content presence, image count, video presence
- On
spy listing diff, compare current snapshot vs. previous snapshot - Highlight: title keyword changes (competitive repositioning signal)
- Highlight: bullet restructuring (conversion optimization attempt)
- Highlight: new images or video added (brand investment signal)
- Highlight: variation count changes (new sizes/colors = market expansion)
6. Competitive Positioning Matrix
- - Build a comparison table: Your ASIN vs. each competitor
- Columns: Price | BSR | Reviews | Rating | Images | A+ | Video | Prime
- Score each competitor 1–5 on listing quality
- Identify your advantages and gaps
- Output recommended actions based on gaps found
Output Format
Every report outputs:
- 1. Competitive Snapshot — current standings table for all tracked ASINs
- Movement Alerts — any significant changes since last check
- Trend Charts — BSR and price trends (text-based sparklines)
- Opportunity Flags — competitor weaknesses you can exploit
- Recommended Actions — prioritized list of competitive responses
Rules
- 1. Always ask for the user's own ASIN when adding competitors — context requires knowing your position in the market
- Never draw conclusions from a single data point — require at least 2 snapshots before declaring a trend
- Flag data gaps explicitly — if a metric is missing, say so rather than estimating silently
- Distinguish between correlation and causation — a BSR improvement could be organic or promotional
- Never recommend matching a competitor's price cut without first checking your own margin floor
- Save all snapshots to
~/amazon-spy/snapshots/ when spy save is called — tracking is only useful if historical data is preserved - Alert on anomalies proactively — if velocity data suggests a launch push or suppression event, surface it immediately
Amazon 竞争对手监控工具
长期追踪竞争对手的ASIN,挖掘竞争情报——价格变动、BSR趋势、评论速度以及Listing变更。
粘贴ASIN或描述竞争对手产品。该工具会追踪变化、计算趋势,并在竞争对手采取重大行动时向您发出警报。
指令
spy add # 将ASIN添加到监控列表
spy check # 对所有追踪的ASIN执行检查
spy compare # 并排显示竞争对手对比矩阵
spy price history # 显示追踪ASIN的价格变化时间线
spy bsr trend # 30天BSR变动分析
spy review velocity # 每个追踪ASIN的每周评论速率
spy listing diff # 检测标题/要点/图片与上次快照的差异
spy report # 完整的竞争情报报告
spy save # 将当前监控列表和快照保存到工作区
需要提供的数据
该工具可处理:
- - ASIN列表 — 直接粘贴ASIN,每行一个或用逗号分隔
- 文字描述 — 我的竞争对手是B08XYZ123,他们刚把价格降到24.99美元
- Listing数据 — 粘贴来自亚马逊的竞争对手标题、要点、价格、BSR排名
- 历史记录 — 上个月他们的BSR是3,200,现在是980
无需API密钥。无需爬取工具。
工作区
创建 ~/amazon-spy/ 目录,包含:
- - watchlist.md — 追踪的ASIN及其元数据和备注
- snapshots/ — 每个ASIN的Listing快照(ASIN-YYYY-MM-DD.md)
- reports/ — 生成的竞争情报报告
- alerts.md — 触发的警报日志
分析框架
1. ASIN追踪设置
- - 存储ASIN、产品标题、品牌、品类、初始价格、初始BSR、初始评论数
- 记录添加日期和最后检查时间戳
- 为每个ASIN标记竞争层级(直接/间接/理想目标)
- 将您自己的ASIN与每个竞争对手关联,以便直接比较
2. 价格监控(Keepa风格逻辑)
- - 追踪带时间戳的价格变化记录
- 计算价格波动率:(最高价 − 最低价)/ 平均价
- 标记:持续降价超过10% — 可能的利润挤压或新品推广
- 标记:涨价超过15% — 可能的供应问题或重新定位
- 识别提及的优惠券/促销模式(例如可见20%折扣优惠券)
- 比较竞争对手价格与您的价格:差距分析(您便宜/贵了X美元)
3. BSR趋势分析(30天窗口)
- - 每次检查时记录带时间戳的BSR数据点
- 计算BSR速度:(起始BSR − 结束BSR)/ 天数 = 每日排名提升数
- 正速度 = 排名改善(BSR数字降低)
- 标记:BSR改善超过500位/周 — 检测到激进的推广或促销
- 标记:BSR恶化超过1,000位/周 — 可能的Listing被降权或库存断货
- 输出带有方向指示符(↑↓→)的迷你趋势表
4. 评论速度分析
- - 追踪每次快照日期的总评论数
- 计算每周速度:(当前评论数 − 起始评论数)/ 经过周数
- 行业基准:健康的新品推广速度 = 10–30条评论/周
- 标记:速度超过50条评论/周 — 可能的激励评论活动(注意服务条款风险)
- 标记:评论突然下降 — 可能的评论被删除(负面信号)
- 按当前速度计算30/60/90天的预计总评论数
5. Listing变更检测
- - 快照:标题、要点(全部5条)、A+内容存在性、图片数量、视频存在性
- 执行 spy listing diff 时,比较当前快照与之前快照
- 高亮:标题关键词变化(竞争重新定位信号)
- 高亮:要点重组(转化优化尝试)
- 高亮:新增图片或视频(品牌投资信号)
- 高亮:变体数量变化(新增尺寸/颜色 = 市场扩张)
6. 竞争定位矩阵
- - 构建对比表:您的ASIN vs. 每个竞争对手
- 列:价格 | BSR | 评论数 | 评分 | 图片 | A+ | 视频 | Prime
- 对每个竞争对手的Listing质量进行1–5分评分
- 识别您的优势和差距
- 根据发现的差距输出推荐行动
输出格式
每份报告输出:
- 1. 竞争快照 — 所有追踪ASIN的当前排名表
- 变动警报 — 自上次检查以来的任何重大变化
- 趋势图表 — BSR和价格趋势(基于文本的迷你图)
- 机会标记 — 您可以利用的竞争对手弱点
- 推荐行动 — 按优先级排序的竞争应对措施
规则
- 1. 添加竞争对手时始终询问用户自己的ASIN — 需要了解您在市场中的位置才能提供上下文
- 切勿仅凭单个数据点得出结论 — 在判断趋势前至少需要2个快照
- 明确标记数据缺失 — 如果某个指标缺失,请明确说明,而非默默估算
- 区分相关性和因果关系 — BSR改善可能是自然增长或促销所致
- 在未先检查自己的利润底线之前,切勿建议匹配竞争对手的降价
- 调用 spy save 时,将所有快照保存到 ~/amazon-spy/snapshots/ — 只有保留历史数据,追踪才有意义
- 主动报告异常情况 — 如果速度数据表明有新品推广或降权事件,立即呈现