ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified browser automation Safety 4/5

Amazon Reviews Api Skill

Skill by phheng

Why use this skill?

Efficiently extract Amazon product reviews, ratings, and comments with this OpenClaw skill. Bypass anti-bot measures and get structured review data by ASIN.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/phheng/amazon-reviews-api-skill
Or

What This Skill Does

The Amazon Reviews API Skill is a robust, automated solution for extracting structured customer feedback from Amazon product pages. Designed to bypass the complexities of traditional web scraping, this skill handles the heavy lifting of navigating anti-bot measures, reCAPTCHA challenges, and geofencing. Instead of manually copying text or building custom browser scripts, users can simply provide an ASIN (Amazon Standard Identification Number) to retrieve clean, actionable datasets including ratings, reviewer profiles, and detailed comments. This is an essential tool for market researchers, product managers, and e-commerce analysts who need reliable data for sentiment tracking and quality assessment.

Installation

To integrate this skill into your OpenClaw environment, ensure you have the CLI tools configured. Run the following command in your terminal: clawhub install openclaw/skills/skills/phheng/amazon-reviews-api-skill After installation, ensure your BROWSERACT_API_KEY is set in your environment variables. If you do not have a key, visit the BrowserAct Console to generate one before attempting any extractions.

Use Cases

  • Market Research: Aggregate competitive product feedback to identify gaps in existing market offerings.
  • Sentiment Analysis: Feed extracted review comments into LLMs to categorize user satisfaction trends.
  • Quality Control: Identify recurring issues mentioned in verified purchases to inform product development teams.
  • Content Curation: Quickly gather high-quality review titles for marketing or landing page social proof.
  • Performance Monitoring: Track the reception of newly launched products compared to legacy items.

Example Prompts

  • "Can you pull all the verified reviews for the product with ASIN B07TS6R1SF so I can analyze the common complaints?"
  • "I need to track the customer sentiment for this competitive item: B08N5WRWJ6. Please extract the latest 50 reviews."
  • "Gather all reviewer profiles and their ratings for the product B07TS6R1SF to help me identify top product testers."

Tips & Limitations

  • API Key Dependency: The skill will fail if the BrowserAct API Key is missing or invalid. Always verify your credentials first.
  • Rate Limiting: While the tool is agile, excessive, high-frequency requests to a single ASIN might trigger platform-side warnings. Space out your large-scale data collection tasks.
  • Data Structure: The extracted data is returned in a structured format; consider piping the output to a JSON viewer or Excel for better readability if performing manual inspection.

Metadata

Author@phheng
Stars1217
Views0
Updated2026-02-20
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-phheng-amazon-reviews-api-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#amazon#web-scraping#ecommerce#automation#data-extraction
Safety Score: 4/5

Flags: network-access, external-api, code-execution