Scrapes product data from Etsy for analysis
Extract product data from Etsy, cleans, and stores into a CSV file for analysis.
The implementation has been designed with future extensions in mind to include additional sites. Includes solid features such as the storing of CSS selectors for data alongside lambda testing functions for that data.
Package design allows implementation inside a simple CLI application (provided in source) or integrating into full web application (see demo).