amazon-competitor-analyzer

0
0
Source

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.

Install

mkdir -p .claude/skills/amazon-competitor-analyzer && curl -L -o skill.zip "https://mcp.directory/api/skills/download/7479" && unzip -o skill.zip -d .claude/skills/amazon-competitor-analyzer && rm skill.zip

Installs to .claude/skills/amazon-competitor-analyzer

About this skill

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
  2. Specification Extraction: Deep extraction of technical specs, features, and materials
  3. Review Quality Analysis: Analyze review patterns, keywords, and sentiment
  4. Multi-Dimensional Comparison: Side-by-side comparison of key metrics
  5. Moat Identification: Identify core competitive advantages and barriers
  6. Vulnerability Discovery: Find competitor weaknesses and market opportunities

Features

  1. Stable and accurate data extraction: Pre-set workflows ensure consistent results.
  2. Browser automation: Uses BrowserAct's automated browser instances for reliable data collection.
  3. Global accessibility: BrowserAct provides servers in multiple regions.
  4. Fast execution: Optimized workflow templates complete tasks quickly.
  5. 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
  2. Sign up for an account
  3. Navigate to API Settings
  4. Generate an API key

Environment Configuration

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"

Usage

Basic Analysis

python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG

Multiple Products

python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG B07ABC11111 B08N5WRWNW

With Output Directory

python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG -o ./output

Output Formats

  • CSV: Structured data table
  • Markdown: Comprehensive report
  • JSON: Raw data with analysis

Parameters

ParameterTypeDefaultDescription
asinsstring-One or more Amazon ASINs to analyze
--output, -ostring./outputOutput directory
--formatstringallOutput format (csv/markdown/json/all)
--api-keystringenvBrowserAct API key

Dependencies

This skill requires the following Python packages:

pip install requests

Optional (for automatic .env loading):

pip install python-dotenv

Environment Variables

VariableRequiredDescription
BROWSERACT_API_KEYYesYour BrowserAct API key. Get it from BrowserAct Console

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: 77814333389670716

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

9521,094

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

846846

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

571699

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

548492

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

673466

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

514280

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.