Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

scrape-amazon-product

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.

Quick start

export ASA_API_KEY=asa_live_...   # get one free (1000 requests) at https://app.amazonscraperapi.com

Then 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.

What's in this repo

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

Related

License

MIT

About

Claude Skill: scrape live Amazon product data (price, rating, reviews, brand, stock, variants) by ASIN or URL across 20 marketplaces. Uses Amazon Scraper API. 1000 free requests.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages