A simple web scraper for gathering product data from a particular vendor, and outputting it as a CSV file.
- Install dependencies by running
yarn installfrom the project root. - On lines 4 and 5 of the
pageScraper.jsfile, replace thesellerNameandcountryCodewith your own data. - Run
node index.jsto start the script. - When complete, look for
scrapedoutput.csvoutput file.