A script to extract products from target website.
Use the following pip commands to install the required modules
pip install selenium
pip install webdriver_manager
pip install pandas
- Add your root category URL on line 16
16 driver.get("insert-url-here")
- Example : For root category "Gourmet & World Food" the link is https://www.bigbasket.com/cl/gourmet-world-food/?nc=nb
- Python
- Selenium