Webscraping a online drug reseller with Playwright
- felixcvk
- Dec 14, 2022
- 1 min read
This webscraping project was focused on the systematic extraction of comprehensive information regarding all the products offered for sale on the website drogariasantamarta. The primary objective was to gather data on various aspects of each product. By utilizing webscraping techniques with Python and the Playwright library, the project aimed to automate the data collection process, thereby saving time and reducing the potential for human error. The methodology involved identifying the specific HTML elements that contained the desired information. Ultimately, the collected data would serve as a valuable resource for market analysis and price comparison, contributing to a deeper understanding of the competitive landscape within the online pharmacy sector.

The code and steps are provided below