Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Scrapes 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.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -7% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 4% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -10% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 9% | 0% |
This 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:
bashcp .env.example .env # Edit .env and replace YOUR_API_KEY_HERE with your actual API key
Or set as environment variable:
bashexport BROWSERACT_API_KEY="your-api-key-here"
bashpython amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG
bashpython amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG B07ABC11111 B08N5WRWNW
bashpython 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:
bashpip install requests
Optional (for automatic .env loading):
bashpip 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
Other measured skills in the registry, with their headline benchmark lift.