Data parsing from the website evasota.com
Implemented a parser in Python using the BeautifulSoup library.
The parser creates the following data architecture.
/Category name(folder)
/logo.png (category logo)
/products.csv (table with category products)
/Product name(folder)
/product_info.json (product characteristics)
/photo1.jpg
/photo2.jpg
The parser creates the following data architecture.
/Category name(folder)
/logo.png (category logo)
/products.csv (table with category products)
/Product name(folder)
/product_info.json (product characteristics)
/photo1.jpg
/photo2.jpg