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

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/phheng/amazon-asin-lookup-api-skill
Or

What 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

  1. "Look up the product details for ASIN B07TS6R1SF and tell me its current price and average customer rating."
  2. "Can you fetch the official product description and brand information for the Amazon item with ASIN B08N5WRWJ3?"
  3. "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

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-asin-lookup-api-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#amazon#ecommerce#scraper#automation#api
Safety Score: 4/5

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