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
- Host: GitHub
- URL: https://github.com/rahulrmcoder/flipkart-web-scraping
- Owner: RahulRmCoder
- Created: 2024-06-04T13:09:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T18:15:06.000Z (about 2 years ago)
- Last Synced: 2025-03-16T21:17:24.012Z (over 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.