Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 647 Bytes

File metadata and controls

26 lines (19 loc) · 647 Bytes

Flipkart-product-scraper-using-selenium

Selenium python script to scrape flipkart product page and store data into csv files

Purpose

  • Demo script to scrape flipkart product data and store it in a csv file

Entities scraped

  • Product Name
  • Price
  • Rating
  • Images

Requirements

  • Install selenium
  • Install BeutifulSoup/bs4
  • Install Pandas

How to run this script?

  • python3.x flipkart_scraper.py

NOTE - This script is for demo purpose only

  • You can modify this script for any kind of scraping work

Future?

  • I will be adding crawler to the script in order to scrape multiple product pages