Skip to content

Scrape products on Etsy and generate CSV files from the data. Made with Puppeteer.

Notifications You must be signed in to change notification settings

sandypockets/etsy-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Etsy Scraper

A simple web scraper for gathering product data from a particular vendor, and outputting it as a CSV file.

Technology

Getting started

  1. Install dependencies by running yarn install from the project root.
  2. On lines 4 and 5 of the pageScraper.js file, replace the sellerName and countryCode with your own data.
  3. Run node index.js to start the script.
  4. When complete, look for scrapedoutput.csv output file.

About

Scrape products on Etsy and generate CSV files from the data. Made with Puppeteer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published