返回情报列表
2026-07-24必应跨境 AI 实验室

n8n + Amazon SP-API:搭建竞品价格监控自动化工作流

从零搭建一套无人值守自动化系统:每小时抓取竞品价格变动,自动生成调价建议并推送到飞书/钉钉。附带完整 n8n JSON 导出文件。

#n8n#Amazon#SP-API#价格监控#自动化

## 为什么需要自动化竞品监控?

Amazon 上的价格战是分钟级的。你的竞品可能在半夜调价,等你早上起来 Buy Box 已经被抢走了。这套 n8n 工作流让你 7×24 小时自动盯盘。

## 架构图

[Cron 触发器: 每小时]
        ↓
[Amazon SP-API: GetCompetitivePricing]
        ↓
[Function: 价格对比 + Buy Box 检测]
        ↓
[IF: 竞品降价 > 5%?]
   ├─ YES → [飞书/钉钉告警] → [Google Sheets 记录]
   └─ NO  → [仅记录日志]

## 部署步骤

1. 获取 SP-API 权限 ```bash # AWS IAM 策略需包含: - sellingpartnerapi:GetCompetitivePricing - sellingpartnerapi:GetItemOffers ```

2. n8n 配置 ```json { "name": "Amazon Price Monitor", "nodes": [ { "type": "n8n-nodes-base.cron", "position": [250, 300], "parameters": { "triggerTimes": { "hour": "*" } } }, { "type": "n8n-nodes-base.httpRequest", "position": [450, 300], "parameters": { "url": "https://sellingpartnerapi-eu.amazon.com/products/pricing/v0/competitivePrice", "authentication": "genericCredentialType" } }, { "type": "n8n-nodes-base.function", "position": [650, 300] }, { "type": "n8n-nodes-base.feishu", "position": [850, 300] } ] } ```

## 监控指标

  • 竞品价格变动(绝对值 + 百分比)
  • Buy Box 持有者变化
  • 新竞品入局检测
  • 历史价格趋势图(Google Sheets 自动生成)

📥 **完整 n8n 部署 JSON (含 20 个监控 ASIN 模板)**:添加企微 **BingCross-Border** 免费领取。

📥 免费领取《2026 跨境卖家 AI 提效实操手册》

本文涉及的完整 n8n 工作流 JSON 文件 + Prompt 模板 + DeepSeek API 接入指南,添加企微即刻领取。1v1 AI 架构师业务诊断同步开放。

微信号BingCross-Border

15 分钟内响应 · 不群发不拉群不收咨询费

1