A Claude Skill that teaches AI agents how to fetch live Amazon product data (title, price, rating, reviews, brand, availability, variants, images) for any ASIN across 20 marketplaces, using the Amazon Scraper API.
export ASA_API_KEY=asa_live_... # get one free (1000 requests) at https://app.amazonscraperapi.comThen load the SKILL.md into your AI client (Claude Code, Cowork, Codex, or any compatible skill runtime). Triggers when the user mentions "Amazon product", "scrape Amazon", "ASIN lookup", "Amazon price", and similar.
See SKILL.md for the full skill content and scripts/ for runnable Python and Node examples.
| File | Purpose |
|---|---|
SKILL.md |
The skill itself: frontmatter, trigger phrasing, API contract, code examples, common workflows, pitfalls |
README.md (in skill dir) |
Human-readable summary for browsers |
scripts/fetch_product.py |
Runnable Python reference |
scripts/fetch_product.js |
Runnable Node reference |
- Amazon Scraper API - the underlying API (1000 free requests on signup)
scrape-amazon-search-results-skill- companion skill for keyword searchamazon-scraper-api-mcp- MCP server for Claude Desktop, Cursor, Continuen8n-nodes-amazonscraperapi- n8n community node
MIT