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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/phheng/amazon-reviews-api-skillWhat 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-phheng-amazon-reviews-api-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
Google Maps Search Api Skill
Skill by phheng
Google News Api Skill
Skill by phheng
Google Maps Api Skill
Skill by phheng
amazon-competitor-analyzer
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.
google-maps-search-api
This skill is designed to help users automatically extract business data from Google Maps search results. When a user asks to "find coffee shops in New York," "search for dental clinics," or "extract business leads from Google Maps," the agent should proactively apply this skill.