This project automates the process of scraping product data from the EL KOLLA website ("https://www.elkolla.scanini.tn/client/welcome"). The extracted information is intended for use in another business-related project.
- Scrapes product details including names, prices, and descriptions.
- Uses Selenium WebDriver for efficient web scraping.
- Data is structured for easy integration into other systems.
- Python 3.x
- Selenium
- ChromeDriver (or any other compatible WebDriver)
- Clone the repository:
git clone https://github.com/BohBOhTN/scraping_kolla.git cd scraping_kolla