amazon-competitor-analyzer
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAmazon 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
功能说明
- ASIN Data Collection: Extract product title, price, rating, review count, images
- Specification Extraction: Deep extraction of technical specs, features, and materials
- Review Quality Analysis: Analyze review patterns, keywords, and sentiment
- Multi-Dimensional Comparison: Side-by-side comparison of key metrics
- Moat Identification: Identify core competitive advantages and barriers
- Vulnerability Discovery: Find competitor weaknesses and market opportunities
- ASIN数据采集:提取产品标题、价格、评分、评论数量、图片
- 规格提取:深度提取技术参数、功能及材质信息
- 评论质量分析:分析评论模式、关键词及情感倾向
- 多维度对比:核心指标的横向对比
- 竞争壁垒识别:定位核心竞争优势与进入壁垒
- 薄弱环节发现:找出竞品的劣势与市场机会
Features
特性
- Stable and accurate data extraction: Pre-set workflows ensure consistent results.
- Browser automation: Uses BrowserAct's automated browser instances for reliable data collection.
- Global accessibility: BrowserAct provides servers in multiple regions.
- Fast execution: Optimized workflow templates complete tasks quickly.
- Cost efficient: Reduces manual research time and associated costs.
- 稳定精准的数据提取:预设工作流确保结果一致性
- 浏览器自动化:使用BrowserAct的自动化浏览器实例实现可靠的数据采集
- 全球可访问:BrowserAct在多个地区提供服务器
- 执行高效:优化的工作流模板可快速完成任务
- 成本节约:减少手动调研时间及相关成本
Prerequisites
前置条件
BrowserAct.com Account Setup
BrowserAct.com账户设置
You need a BrowserAct.com account and API key:
- Visit browseract.com
- Sign up for an account
- Navigate to API Settings
- Generate an API key
您需要拥有BrowserAct.com账户及API密钥:
- 访问 browseract.com
- 注册账户
- 进入 API设置
- 生成API密钥
Environment Configuration
环境配置
Copy the file to and add your API key:
.env.example.envbash
cp .env.example .env复制文件为并添加您的API密钥:
.env.example.envbash
cp .env.example .envEdit .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 B09G9GB4MGbash
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MGMultiple Products
多产品分析
bash
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG B07ABC11111 B08N5WRWNWbash
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG B07ABC11111 B08N5WRWNWWith Output Directory
指定输出目录
bash
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG -o ./outputbash
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG -o ./outputOutput Formats
输出格式
- CSV: Structured data table
- Markdown: Comprehensive report
- JSON: Raw data with analysis
- CSV:结构化数据表
- Markdown:综合分析报告
- JSON:包含分析结果的原始数据
Parameters
参数说明
| Parameter | Type | Default | Description |
|---|---|---|---|
| asins | string | - | One or more Amazon ASINs to analyze |
| --output, -o | string | ./output | Output directory |
| --format | string | all | Output format (csv/markdown/json/all) |
| --api-key | string | env | BrowserAct API key |
| 参数 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| asins | string | - | 待分析的一个或多个亚马逊ASIN |
| --output, -o | string | ./output | 输出目录 |
| --format | string | all | 输出格式(csv/markdown/json/all) |
| --api-key | string | env | BrowserAct API密钥 |
Dependencies
依赖项
This skill requires the following Python packages:
bash
pip install requestsOptional (for automatic .env loading):
bash
pip install python-dotenv本技能需要以下Python包:
bash
pip install requests可选(用于自动加载.env文件):
bash
pip install python-dotenvEnvironment Variables
环境变量
| Variable | Required | Description |
|---|---|---|
| BROWSERACT_API_KEY | Yes | Your 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:
Updated: 2026-02-09
Template ID:
77814333389670716- 无效API密钥:检查BROWSERACT_API_KEY环境变量
- 网络错误:验证网络连接
- 速率限制:等待后使用指数退避策略重试
- 无效ASIN:验证ASIN格式(10位字母数字字符)
版本:1.0.0
更新日期:2026-02-09
模板ID:
更新日期:2026-02-09
模板ID:
77814333389670716