Skip to content

Selenium python script to scrape Flipkart product page and store data into CSV files

Notifications You must be signed in to change notification settings

ranjeetds/Flipkart-product-scraper-using-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

Selenium python script to scrape Flipkart product page and store data into CSV files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages