3 USD
0
110
Parsing products from the website scrapeme.live (names and prices)
Data Parsing
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 #…