Amazon Product Api Skill
Skill by phheng
Why use this skill?
Extract structured Amazon product data including prices, ASINs, and ratings. Simplify market research and competitive pricing with this easy-to-use API skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/phheng/amazon-product-api-skillWhat This Skill Does
The Amazon Product API Skill is a robust tool designed to extract structured product intelligence from Amazon search results. It bypasses the traditional, fragile methods of scraping—such as managing proxy rotations, solving CAPTCHAs, or handling browser anti-bot mechanisms—by providing a direct, standardized API-based interface. The skill captures granular data points including product titles, unique ASINs, pricing, user ratings, and technical specifications. It is engineered to feed directly into analytical workflows, making it an essential component for users who require clean, reliable data without the overhead of maintaining web automation infrastructure.
Installation
To integrate this skill into your OpenClaw environment, use the following command in your terminal:
clawhub install openclaw/skills/skills/phheng/amazon-product-api-skill
After installation, ensure you have obtained your BROWSERACT_API_KEY from the BrowserAct dashboard. This key must be set as an environment variable in your system. For PowerShell users, execute $env:BROWSERACT_API_KEY = "your-api-key-here". The script automatically detects this variable to authenticate your requests.
Use Cases
This skill is highly versatile for professionals in e-commerce and marketing. Use it for competitive pricing analysis to track how brands adjust their costs against market trends. It is equally effective for inventory research, allowing you to pull comprehensive product specifications for comparison tools. Market researchers utilize this to monitor product availability or category-level trends, while developers can leverage the API to sync real-time catalog data into BI dashboards or inventory management systems.
Example Prompts
- "Search for the best selling mechanical keyboards on Amazon and export the specs into my database."
- "Find all listings for Sony headphones and compare their price points against competitor offerings."
- "Track price changes for the latest iPhone models on Amazon over the last few search pages and summarize the trends."
Tips & Limitations
To get the best results, use precise keywords; overly generic terms may return irrelevant results. Note that the Maximum_number_of_page_turns parameter influences processing time; keep this value low (1-3) for quick tasks to optimize performance. Be aware that the skill relies on the BrowserAct API infrastructure, so ensure your account remains active. While the skill handles most data extraction seamlessly, it cannot bypass Amazon's internal localized content restrictions, so choose your language parameter carefully based on the target marketplace.
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-product-api-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, data-collection
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.