Using Puppeteer for browser automation on "Sofa and Couches" category on Amazon. A headless Chromium is instantiated and it gets all related URLS and scrapes them individually.
Node Puppeteer Chromium FS
- Scrapes basic data eg. Title, description, images.
- Scrape from Sofas & Couches.
- Captures title, description & all images.
- Uses Node FS to write file to directory on succession of 50 items.
git clone https://github.com/edwardlanto/node-scraper-amazon.git npm install npm start