A simple web scraper for gathering product data from a particular vendor, and outputting it as a CSV file.
- Install dependencies by running
yarn install
from the project root. - On lines 4 and 5 of the
pageScraper.js
file, replace thesellerName
andcountryCode
with your own data. - Run
node index.js
to start the script. - When complete, look for
scrapedoutput.csv
output file.