Amazon Price Scraper
Paste an Amazon product link to extract its price, title, and image.
GET/api/scrape-amazon
20 requests/minute
🔌 API Access
Use this tool programmatically in your applications. Extract product details including title, price, and image from any Amazon product URL.
Rate Limit: 20 requests/minute

Free to use • No authentication required • Fair usage policy applies

/api/scrape-amazon?url=https://www.amazon.com/dp/B08P2H5L72
curl "https://yoursite.com/api/scrape-amazon?url=https://www.amazon.com/dp/B08P2H5L72"
fetch('/api/scrape-amazon?url=https://www.amazon.com/dp/B08P2H5L72')
  .then(res => res.json())
  .then(data => console.log(data));

Need higher rate limits or have questions?