Amazon Asin Lookup Api Skill
Skill by phheng
Why use this skill?
Easily extract Amazon product titles, prices, ratings, and descriptions with this reliable ASIN lookup skill. Fast, secure, and CAPTCHA-free.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/phheng/amazon-asin-lookup-api-skillWhat This Skill Does
The Amazon ASIN Lookup API Skill provides a robust, automated pipeline for extracting structured product data directly from Amazon. Unlike traditional screen scrapers that may struggle with Amazon's dynamic anti-bot protections, this skill leverages the BrowserAct engine to bypass CAPTCHA challenges and geo-fencing, ensuring consistent data retrieval. It transforms raw ASIN inputs into clean, machine-readable JSON objects, containing essential metadata such as product titles, current pricing, customer star ratings, review counts, brand identities, and detailed specifications. This tool is designed to integrate seamlessly into OpenClaw agents, allowing users to automate e-commerce research, inventory tracking, or competitive pricing analysis without ever leaving their chat interface.
Installation
To integrate this tool into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/phheng/amazon-asin-lookup-api-skill
Ensure that you have your BROWSERACT_API_KEY ready. You can obtain this key from the BrowserAct Console. If the skill detects that the API key is missing, it will prompt you to provide one to ensure all requests are authenticated and authorized correctly.
Use Cases
This skill is ideal for e-commerce store owners, market analysts, and data researchers. You can use it to monitor competitor pricing in real-time, generate automated product catalog enrichments by pulling official specifications, or perform quick sanity checks on product availability. For developers, it serves as a lightweight alternative to building complex, high-latency custom scraping spiders for Amazon data.
Example Prompts
- "Look up the product details for ASIN B07TS6R1SF and tell me its current price and average customer rating."
- "Can you fetch the official product description and brand information for the Amazon item with ASIN B08N5WRWJ3?"
- "I need to track the price and stock status for this product: B01N9P8C7B. Please retrieve the latest metadata."
Tips & Limitations
To maintain high reliability, ensure the ASIN provided is accurate and formatted correctly. While the skill is optimized for speed and resilience, it is intended for ethical data retrieval. Always adhere to Amazon's Terms of Service regarding data scraping. If you encounter errors, verify that your BrowserAct API key has sufficient credits and that your environment variables are configured correctly. Note that this skill is optimized for structured retrieval; for bulk historical data sets over thousands of items, consider designing a batch-processing loop to manage request throttling.
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-asin-lookup-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.