amazon-competitor-analyzer

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Amazon Competitor Analyzer

亚马逊竞品分析工具

This skill scrapes Amazon product data from user-provided ASINs using browseract.com's browser automation API and performs deep competitive analysis.
本技能借助BrowserAct.com的浏览器自动化API,从用户提供的ASIN中抓取亚马逊产品数据,并进行深度竞品分析。

When to Use This Skill

适用场景

  • Competitive research: Input multiple ASINs to understand market landscape
  • Pricing strategy analysis: Compare price bands across similar products
  • Specification benchmarking: Deep dive into technical specs and feature differences
  • Review insights: Analyze review quality, quantity, and sentiment patterns
  • Market opportunity discovery: Identify gaps and potential threats
  • 竞品调研:输入多个ASIN以了解市场格局
  • 定价策略分析:对比同类产品的价格区间
  • 规格对标:深入研究技术参数与功能差异
  • 评论洞察:分析评论的质量、数量及情感趋势
  • 市场机会挖掘:识别市场空白与潜在威胁

What This Skill Does

功能说明

  1. ASIN Data Collection: Extract product title, price, rating, review count, images
  2. Specification Extraction: Deep extraction of technical specs, features, and materials
  3. Review Quality Analysis: Analyze review patterns, keywords, and sentiment
  4. Multi-Dimensional Comparison: Side-by-side comparison of key metrics
  5. Moat Identification: Identify core competitive advantages and barriers
  6. Vulnerability Discovery: Find competitor weaknesses and market opportunities
  1. ASIN数据采集:提取产品标题、价格、评分、评论数量、图片
  2. 规格提取:深度提取技术参数、功能及材质信息
  3. 评论质量分析:分析评论模式、关键词及情感倾向
  4. 多维度对比:核心指标的横向对比
  5. 竞争壁垒识别:定位核心竞争优势与进入壁垒
  6. 薄弱环节发现:找出竞品的劣势与市场机会

Features

特性

  1. Stable and accurate data extraction: Pre-set workflows ensure consistent results.
  2. Browser automation: Uses BrowserAct's automated browser instances for reliable data collection.
  3. Global accessibility: BrowserAct provides servers in multiple regions.
  4. Fast execution: Optimized workflow templates complete tasks quickly.
  5. Cost efficient: Reduces manual research time and associated costs.
  1. 稳定精准的数据提取:预设工作流确保结果一致性
  2. 浏览器自动化:使用BrowserAct的自动化浏览器实例实现可靠的数据采集
  3. 全球可访问:BrowserAct在多个地区提供服务器
  4. 执行高效:优化的工作流模板可快速完成任务
  5. 成本节约:减少手动调研时间及相关成本

Prerequisites

前置条件

BrowserAct.com Account Setup

BrowserAct.com账户设置

You need a BrowserAct.com account and API key:
  1. Visit browseract.com
  2. Sign up for an account
  3. Navigate to API Settings
  4. Generate an API key
您需要拥有BrowserAct.com账户及API密钥:
  1. 访问 browseract.com
  2. 注册账户
  3. 进入 API设置
  4. 生成API密钥

Environment Configuration

环境配置

Copy the
.env.example
file to
.env
and add your API key:
bash
cp .env.example .env
复制
.env.example
文件为
.env
并添加您的API密钥:
bash
cp .env.example .env

Edit .env and replace YOUR_API_KEY_HERE with your actual API key

Edit .env and replace YOUR_API_KEY_HERE with your actual API key


Or set as environment variable:

```bash
export BROWSERACT_API_KEY="your-api-key-here"

或设置为环境变量:

```bash
export BROWSERACT_API_KEY="your-api-key-here"

Usage

使用方法

Basic Analysis

基础分析

bash
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG
bash
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG

Multiple Products

多产品分析

bash
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG B07ABC11111 B08N5WRWNW
bash
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG B07ABC11111 B08N5WRWNW

With Output Directory

指定输出目录

bash
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG -o ./output
bash
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG -o ./output

Output Formats

输出格式

  • CSV: Structured data table
  • Markdown: Comprehensive report
  • JSON: Raw data with analysis
  • CSV:结构化数据表
  • Markdown:综合分析报告
  • JSON:包含分析结果的原始数据

Parameters

参数说明

ParameterTypeDefaultDescription
asinsstring-One or more Amazon ASINs to analyze
--output, -ostring./outputOutput directory
--formatstringallOutput format (csv/markdown/json/all)
--api-keystringenvBrowserAct API key
参数类型默认值描述
asinsstring-待分析的一个或多个亚马逊ASIN
--output, -ostring./output输出目录
--formatstringall输出格式(csv/markdown/json/all)
--api-keystringenvBrowserAct API密钥

Dependencies

依赖项

This skill requires the following Python packages:
bash
pip install requests
Optional (for automatic .env loading):
bash
pip install python-dotenv
本技能需要以下Python包:
bash
pip install requests
可选(用于自动加载.env文件):
bash
pip install python-dotenv

Environment Variables

环境变量

VariableRequiredDescription
BROWSERACT_API_KEYYesYour BrowserAct API key. Get it from BrowserAct Console
变量名是否必填描述
BROWSERACT_API_KEY您的BrowserAct API密钥,可从BrowserAct控制台获取

Error Handling

错误处理

  • Invalid API Key: Check BROWSERACT_API_KEY environment variable
  • Network Error: Verify internet connection
  • Rate Limit: Wait and retry with exponential backoff
  • Invalid ASIN: Verify ASIN format (10 alphanumeric characters)

Version: 1.0.0
Updated: 2026-02-09
Template ID:
77814333389670716
  • 无效API密钥:检查BROWSERACT_API_KEY环境变量
  • 网络错误:验证网络连接
  • 速率限制:等待后使用指数退避策略重试
  • 无效ASIN:验证ASIN格式(10位字母数字字符)

版本:1.0.0
更新日期:2026-02-09
模板ID
77814333389670716