cyberneticlibrary

Extract Amazon product details by ASIN

amazon-asin-lookup-api-skillskillsetup L22,197
browser-act/skills
What it does

Extract structured product details from Amazon using ASIN

Best for

API-based extraction without CAPTCHA/IP issues beats browser scraping.

Inputs
  • · ASIN (string)
  • · search keywords (string)
  • · data_limit (number, default 10)
Outputs
  • · structured review report with findings
  • · structured product data (JSON)
  • · fields: title, price, rating, reviews, brand
  • · reusable Skill package (SKILL.md + scripts)
  • · analysis report with insights
Requires
  • · BrowserAct API (BROWSERACT_API_KEY)
  • · Amazon marketplace
Preconditions
  • · BROWSERACT_API_KEY configured
Failure modes
  • · Invalid or expired BROWSERACT_API_KEY
  • · CAPTCHA or IP restrictions
  • · Product/ASIN not found or out of stock
  • · Network timeout or connection error
  • · Rate limiting or throttling
Trust signals
  • · BrowserAct API verified (no CAPTCHA)
  • · Automatic retry mechanism with limits
  • · Structured workflow with clear phases