Install
openclaw skills install amazon-competitor-analyzerScrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.
openclaw skills install amazon-competitor-analyzerThis skill scrapes Amazon product data from user-provided ASINs using browseract.com's browser automation API and performs deep competitive analysis.
You need a BrowserAct.com account and API key:
Copy the .env.example file to .env and add your API key:
cp .env.example .env
# Edit .env and replace YOUR_API_KEY_HERE with your actual API key
Or set as environment variable:
export BROWSERACT_API_KEY="your-api-key-here"
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG B07ABC11111 B08N5WRWNW
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG -o ./output
| 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 |
This skill requires the following Python packages:
pip install requests
Optional (for automatic .env loading):
pip install python-dotenv
| Variable | Required | Description |
|---|---|---|
| BROWSERACT_API_KEY | Yes | Your BrowserAct API key. Get it from BrowserAct Console |
Version: 1.0.0
Updated: 2026-02-09
Template ID: 77814333389670716