An open API service indexing awesome lists of open source software.

https://github.com/rahulrmcoder/flipkart-web-scraping

This is a project to scrape Product name, Price and Description from Flipkart using a python library called BeautifulSoup. It is then converted to dataFrame using pandas and then at last converted to csv file
https://github.com/rahulrmcoder/flipkart-web-scraping

Last synced: 11 months ago
JSON representation

This is a project to scrape Product name, Price and Description from Flipkart using a python library called BeautifulSoup. It is then converted to dataFrame using pandas and then at last converted to csv file

Awesome Lists containing this project

README

          

This is a project to scrape data regarding Smartphones under 50000Rs from an ecommerce Website called Flipkart. Products' name, price, description and rating are taken as columns. The scraping is done by using a python library called BeautifuLSoup and it is converted to dataframe and then converted to csv file using a python library called pandas.