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.
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
What This Skill Does
- 1. 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
Features
- 1. 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.
Prerequisites
BrowserAct.com Account Setup
You need a BrowserAct.com account and API key:
- 1. Visit browseract.com
- Sign up for an account
- Navigate to API Settings
- Generate an API key
Environment Configuration
Copy the .env.example file to .env and add your API key:
CODEBLOCK0
Or set as environment variable:
CODEBLOCK1
Usage
Basic Analysis
CODEBLOCK2
Multiple Products
CODEBLOCK3
With Output Directory
CODEBLOCK4
Output Formats
- - CSV: Structured data table
- Markdown: Comprehensive report
- JSON: Raw data with analysis
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 |
Dependencies
This skill requires the following Python packages:
CODEBLOCK5
Optional (for automatic .env loading):
CODEBLOCK6
Environment Variables
| Variable | Required | Description |
|---|
| BROWSERACTAPIKEY | Yes | Your BrowserAct API key. Get it from BrowserAct Console |
Error Handling
- - Invalid API Key: Check BROWSERACTAPIKEY 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: INLINECODE2
Amazon 竞争对手分析器
此技能使用 browseract.com 的浏览器自动化 API 从用户提供的 ASIN 中抓取亚马逊产品数据,并进行深度竞争分析。
何时使用此技能
- - 竞争研究:输入多个 ASIN 以了解市场格局
- 定价策略分析:比较同类产品的价格区间
- 规格基准测试:深入分析技术规格和功能差异
- 评论洞察:分析评论质量、数量和情感模式
- 市场机会发现:识别市场空白和潜在威胁
此技能的功能
- 1. ASIN 数据收集:提取产品标题、价格、评分、评论数量、图片
- 规格提取:深度提取技术规格、功能和材料信息
- 评论质量分析:分析评论模式、关键词和情感倾向
- 多维度比较:关键指标的并排对比
- 护城河识别:识别核心竞争优势和壁垒
- 弱点发现:发现竞争对手的弱点和市场机会
特点
- 1. 稳定准确的数据提取:预设工作流程确保结果一致性。
- 浏览器自动化:使用 BrowserAct 的自动化浏览器实例进行可靠的数据收集。
- 全球可访问性:BrowserAct 在多个区域提供服务器。
- 快速执行:优化的工作流模板可快速完成任务。
- 成本效益:减少人工研究时间和相关成本。
前提条件
BrowserAct.com 账户设置
您需要一个 BrowserAct.com 账户和 API 密钥:
- 1. 访问 browseract.com
- 注册账户
- 导航至 API 设置
- 生成 API 密钥
环境配置
将 .env.example 文件复制为 .env 并添加您的 API 密钥:
bash
cp .env.example .env
编辑 .env 并将 YOURAPIKEY_HERE 替换为您的实际 API 密钥
或设置为环境变量:
bash
export BROWSERACTAPIKEY=your-api-key-here
使用方法
基础分析
bash
python amazon-competitor-analyzer/amazoncompetitoranalyzer.py B09G9GB4MG
多个产品
bash
python amazon-competitor-analyzer/amazoncompetitoranalyzer.py B09G9GB4MG B07ABC11111 B08N5WRWNW
指定输出目录
bash
python amazon-competitor-analyzer/amazoncompetitoranalyzer.py B09G9GB4MG -o ./output
输出格式
- - CSV:结构化数据表格
- Markdown:综合报告
- JSON:包含分析的原始数据
参数
| 参数 | 类型 | 默认值 | 描述 |
|---|
| asins | 字符串 | - | 要分析的一个或多个亚马逊 ASIN |
| --output, -o |
字符串 | ./output | 输出目录 |
| --format | 字符串 | all | 输出格式 (csv/markdown/json/all) |
| --api-key | 字符串 | env | BrowserAct API 密钥 |
依赖项
此技能需要以下 Python 包:
bash
pip install requests
可选(用于自动加载 .env):
bash
pip install python-dotenv
环境变量
错误处理
- - 无效的 API 密钥:检查 BROWSERACTAPIKEY 环境变量
- 网络错误:验证互联网连接
- 速率限制:等待并使用指数退避重试
- 无效的 ASIN:验证 ASIN 格式(10 个字母数字字符)
版本:1.0.0
更新日期:2026-02-09
模板 ID:77814333389670716