amazon-asin-lookup-api-skill

Retrieve Amazon product data by ASIN via BrowserAct API.

5.3k|252|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/browser-act/skills --skill amazon-asin-lookup-api-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amazon-asin-lookup-api-skill
Source: https://github.com/browser-act/skills/tree/main/solutions/ecommerce/amazon-asin-lookup-api-skill
Command: npx skills add https://github.com/browser-act/skills --skill amazon-asin-lookup-api-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This skill enables automated retrieval of structured Amazon product details by ASIN, eliminating repetitive manual lookups and enabling seamless data enrichment for catalogs and analytics.

Core Features & Use Cases

  • ASIN-based data retrieval: fetches title, price, rating, brand, and description using a single ASIN.
  • Catalog enrichment: quickly augment product catalogs with up-to-date Amazon metadata for pricing, availability, and branding.
  • Monitoring & analytics: track price changes and availability for selected ASINs to inform procurement, pricing, or marketing decisions.

Quick Start

Provide an ASIN to fetch all relevant Amazon product data in one step.

Frequently Asked Questions about amazon-asin-lookup-api-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch Amazon product data by ASIN?

Fetch Amazon product data by ASIN by providing a single ASIN to retrieve structured attributes like title, price, rating, brand, and description. The skill uses a polling workflow to return results with built-in error handling.

Can I enrich my product catalog with Amazon pricing and metadata?

Enrich your product catalog with Amazon metadata by retrieving up-to-date pricing, availability, and branding details for specific ASINs. This automated retrieval eliminates repetitive manual lookups for catalog enrichment.

What's the best way to monitor Amazon price changes for specific ASINs?

Monitor Amazon price changes by retrieving ASIN-level attributes repeatedly to track price and availability updates. This informs procurement, pricing, or marketing decisions for selected products.

Do I need an API key to look up Amazon ASIN product details?

Looking up Amazon ASIN product details requires a BrowserAct API key. The skill uses this API template to handle ASIN input and process the polling workflow to return structured product data.

Does the requests library support automated Amazon ASIN lookup workflows?

The requests library supports automated Amazon ASIN lookup workflows as a dependency for this skill. It enables the polling workflow to fetch structured product data with built-in error handling and optional retry.

Why does my Amazon ASIN lookup fail to return product data?

Amazon ASIN lookup failures are handled by built-in error handling and optional retry mechanisms. Ensure your BrowserAct API key is valid and the provided ASIN is correct to successfully retrieve product data.