{"id":"amazon-competitor-analyzer","name":"amazon-competitor-analyzer","summary":"browseract.com 自動化APIを使ってASINからAmazon商品データをスクレーピングし、徹底的な競合分析を行います。","body":"# Amazon Competitor Analyzer\n\nThis skill scrapes Amazon product data from user-provided ASINs using browseract.com's browser automation API and performs deep competitive analysis.\n\n## When to Use This Skill\n\n- Competitive research: Input multiple ASINs to understand market landscape\n- Pricing strategy analysis: Compare price bands across similar products\n- Specification benchmarking: Deep dive into technical specs and feature differences\n- Review insights: Analyze review quality, quantity, and sentiment patterns\n- Market opportunity discovery: Identify gaps and potential threats\n\n## What This Skill Does\n\n1. **ASIN Data Collection**: Extract product title, price, rating, review count, images\n2. **Specification Extraction**: Deep extraction of technical specs, features, and materials\n3. **Review Quality Analysis**: Analyze review patterns, keywords, and sentiment\n4. **Multi-Dimensional Comparison**: Side-by-side comparison of key metrics\n5. **Moat Identification**: Identify core competitive advantages and barriers\n6. **Vulnerability Discovery**: Find competitor weaknesses and market opportunities\n\n## Features\n\n1. **Stable and accurate data extraction**: Pre-set workflows ensure consistent results.\n2. **Browser automation**: Uses BrowserAct's automated browser instances for reliable data collection.\n3. **Global accessibility**: BrowserAct provides servers in multiple regions.\n4. **Fast execution**: Optimized workflow templates complete tasks quickly.\n5. **Cost efficient**: Reduces manual research time and associated costs.\n\n## Prerequisites\n\n### BrowserAct.com Account Setup\n\nYou need a BrowserAct.com account and API key:\n\n1. Visit [browseract.com](https://browseract.com)\n2. Sign up for an account\n3. Navigate to [API Settings](https://www.browseract.com/reception/integrations)\n4. Generate an API key\n\n### Environment Configuration\n\nCopy the `.env.example` file to `.env` and add your API key:\n\n```bash\ncp .env.example .env\n# Edit .env and replace YOUR_API_KEY_HERE with your actual API key\n```\n\nOr set as environment variable:\n\n```bash\nexport BROWSERACT_API_KEY=\"your-api-key-here\"\n```\n\n## Usage\n\n### Basic Analysis\n\n```bash\npython amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG\n```\n\n### Multiple Products\n\n```bash\npython amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG B07ABC11111 B08N5WRWNW\n```\n\n### With Output Directory\n\n```bash\npython amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG -o ./output\n```\n\n### Output Formats\n\n- **CSV**: Structured data table\n- **Markdown**: Comprehensive report\n- **JSON**: Raw data with analysis\n\n## Parameters\n\n| Parameter | Type | Default | Description |\n|-----------|------|---------|-------------|\n| asins | string | - | One or more Amazon ASINs to analyze |\n| --output, -o | string | ./output | Output directory |\n| --format | string | all | Output format (csv/markdown/json/all) |\n| --api-key | string | env | BrowserAct API key |\n\n## Dependencies\n\nThis skill requires the following Python packages:\n\n```bash\npip install requests\n```\n\nOptional (for automatic .env loading):\n```bash\npip install python-dotenv\n```\n\n## Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| BROWSERACT_API_KEY | Yes | Your BrowserAct API key. Get it from [BrowserAct Console](https://www.browseract.com/reception/integrations) |\n\n## Error Handling\n\n- **Invalid API Key**: Check BROWSERACT_API_KEY environment variable\n- **Network Error**: Verify internet connection\n- **Rate Limit**: Wait and retry with exponential backoff\n- **Invalid ASIN**: Verify ASIN format (10 alphanumeric characters)\n\n---\n\n**Version**: 1.0.0  \n**Updated**: 2026-02-09  \n**Template ID**: `77814333389670716`","author":"@browser-act","ownerProfile":null,"authorContacts":null,"sourceUrl":"https://github.com/browser-act/skills/tree/main/solutions/ecommerce/amazon-competitor-analyzer","license":"MIT","category":"review","lang":"en","tokens":870,"stars":0,"calls30d":1,"claimed":false,"visibility":"public","origin":"crawler","version":"0.1.0","createdAt":"2026-08-22","updatedAt":"2026-08-22","files":[{"path":"amazon_competitor_analyzer.py","size":14155,"sha256":"47b7a4ffe27803c9064b395dfb7c4054f82add469faedafa139505bd31ecb1c9"},{"path":".env.example","size":239,"sha256":"e372ca754d5086adf20ec9331b718fe0818982ee9fe1ee3fb050f8c195f05bfd"}],"requires":{"mcp":[],"tools":[]},"safety":{"flags":[{"code":"net.endpoints","kind":"exfiltration","excerpt":"api.browseract.com, browseract.com, www.browseract.com","message":"bundled scripts reach 3 external host(s)","severity":"warn"}],"scannedAt":"2026-08-22","hasScripts":true,"networkEndpoints":["api.browseract.com","browseract.com","www.browseract.com"]}}