The project performs automatic data collection from an online store. The BeautifulSoup library is used. The obtained data (product name and price) are saved in a CSV file. Also implemented is navigation through all catalog pages.
#Python #parsing #BeautifulSoup #CSV #webscraping