Selenium python script to scrape flipkart product page and store data into csv files
- Demo script to scrape flipkart product data and store it in a csv file
- Product Name
- Price
- Rating
- Images
- Install
selenium
- Install
BeutifulSoup
/bs4
- Install
Pandas
python3.x flipkart_scraper.py
- You can modify this script for any kind of scraping work
- I will be adding crawler to the script in order to scrape multiple product pages