cyberneticlibrary

Extract best-selling products from Amazon

amazon-best-selling-products-finder-api-skillskillsetup L22,197
browser-act/skills
What it does

Extract Amazon best-selling product data via API

Best for

Bulk extraction with pagination handling beats manual per-keyword scraping.

Inputs
  • · ASIN (string)
  • · search keywords (string)
  • · data_limit (number, default 10)
  • · marketplace_url (string)
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