# Analyze Amazon Competitors from ASINs

Amazon competitor research is slow when teams collect product metrics by hand. This skill automates ASIN-based data collection through BrowserAct and creates comparison reports for faster market analysis.

## Install

```bash
npx skillstore add browser-act/amazon-competitor-analyzer
```

## Metadata

- - Slug: browser-act-amazon-competitor-analyzer
- - Version: 1.0.0
- - Author: browser-act
- - GitHub username: browser-act
- - License: MIT
- - Repository: https://github.com/browser-act/skills/tree/main/solutions/ecommerce/amazon-competitor-analyzer
- - Ref: main
- - Supported tools: Claude, Codex, Claude Code
- - Risk level: medium
- - Risk factors: scripts, network, filesystem, env\_access, external\_commands
- - Quality score: 50
- - Quality tier: warning
- - Public page: https://skillstore.pages.dev/skills/browser-act-amazon-competitor-analyzer
- - Manifest: https://skillstore.pages.dev/api/skills/browser-act-amazon-competitor-analyzer/manifest

## Capabilities

- Validates and extracts Amazon ASINs from user input.
- Submits ASIN scraping tasks to the BrowserAct workflow API.
- Polls BrowserAct task status and retrieves completed product results.
- Compares product pricing, ratings, review counts, brands, and specifications.
- Generates CSV, Markdown, and JSON reports in a chosen output directory.
- Supports single-product and multi-product competitor comparisons.

## Use Cases

- Benchmark Product Listings: Compare competing Amazon listings by price, rating, review volume, and key specifications before changing a product page.
- Prepare Launch Research: Collect competitor signals from selected ASINs to identify positioning gaps and likely objections before launch.
- Monitor Category Movement: Run repeat comparisons for a focused ASIN set and save structured reports for internal review.

## Prompt Templates

### Analyze One ASIN

```
Analyze this Amazon ASIN with the Amazon competitor analyzer: B09G9GB4MG. Summarize the product data and any obvious competitive signals.
```

### Compare Similar Products

```
Use the Amazon competitor analyzer for these ASINs: B09G9GB4MG, B07ABC11111, and B08N5WRWNW. Compare pricing, reviews, specifications, and brand positioning.
```

### Create Exported Reports

```
Analyze these ASINs and save the CSV, Markdown, and JSON reports in ./competitive-output. Highlight price leaders and review leaders after the run.
```

### Find Strategic Openings

```
Analyze this competitor ASIN set, then identify pricing gaps, review weaknesses, specification advantages, and possible positioning opportunities for a new listing.
```

## Limitations

- Requires a BrowserAct account and BROWSERACT\_API\_KEY.
- Depends on BrowserAct workflow availability and Amazon page accessibility.
- Does not independently verify scraped product data accuracy.
- May be affected by rate limits, regional availability, and marketplace changes.

## Best Practices

- Use ASINs from the same category or buying journey for useful comparisons.
- Store the BrowserAct API key in a local environment variable or protected .env file.
- Review generated reports before making pricing, listing, or inventory decisions.

## Anti Patterns

- Do not use unrelated ASINs and treat the result as one market segment.
- Do not publish raw scraped data without checking marketplace rules and data rights.
- Do not pass API keys in shared prompts, tickets, logs, or screenshots.

## Security Audit

- - Safe to publish: true
- - Audited at: 2026-06-28T17:28:58.779\+00:00
- - Summary: Static analysis correctly identified network access, environment variable use, and filesystem writes, but the reviewed intent is a BrowserAct API client that writes local reports. No prompt injection, hidden command execution, credential exfiltration, or confirmed malicious behavior was found, but publication should warn users about third-party API-key handling and local file output.

## Stats

- - Views: 82
- - Downloads: 2
- - Favorites: 0
- - Popularity score: 0
