
Amazon Scraper for Products
Pricing
$3.00/month + usage
Go to Store

Amazon Scraper for Products
Easily scrape product details from Amazon (Any country!). This project is designed for robust, scalable, and automated data extraction, handling captchas and dynamic content with ease.
0.0 (0)
Pricing
$3.00/month + usage
0
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
2 days ago
🛒 Amazon Product Scraper with Crawlee & Playwright
Easily scrape product details from Amazon Japan using Crawlee and Playwright. This project is designed for robust, scalable, and automated data extraction, handling captchas and dynamic content with ease.
🚀 Features
- Recursive Crawling: Follows product links to scrape multiple items per category.
- Headless Browser Automation: Uses Playwright for realistic browser behavior.
- Captcha Detection: Automatically detects and retries on Amazon captcha pages.
- Structured Data Output: Extracts product title, price, list price, review rating, review count, images, and attributes.
- Proxy Support: Easily configurable for residential proxies.
- TypeScript Support: Modern, type-safe codebase.
📦 What Does It Scrape?
- Product Title
- Price & List Price
- Review Rating & Count
- Product Images
- Product Attributes (e.g., brand, model, features)
📝 Configuration
- Start URLs: Set in
main.ts
undercrawler.run([...])
. Necessary!!!!!!! - Proxy: Configurable in
main.ts
viaProxyConfiguration
. but not necessary! - Selectors: Adjust in
scraper.ts
for different Amazon layouts. but not necessary!
📂 Output
- Scraped data is saved as JSON files in
storage/datasets/default/
. - Each file contains structured product information.
📚 Resources
🛡️ Disclaimer
This project is for educational purposes only. Scraping Amazon may violate their terms of service. Use responsibly and at your own risk.