Skip to content

In this project, I implemented a scraper on flipkart and I scraped multi pages of data from flipkart and these data are mobile details by their brand,. Price, Ram,Rom and Battery.

License

Notifications You must be signed in to change notification settings

vishalmajumdar95/Scraping_data_from_flipkart_in_Python

Repository files navigation

Scraping_data_from_flipkart_in_Python

In this project, I implemented a scraper on flipkart and I scraped multi pages of data from flipkart and these data are mobile details by their brand,. Price, Ram,Rom and Battery.

In this project, I have scraped multi pages of data from Flipkart. These data are mobile details by their brand, and data are Price, Ram,Rom and Battery.

https://www.flipkart.com/ according to their location, and I have stored all the data brand wise in the Final_data.json file.

Requirements

BeautifulSoup

Beautiful Soup is a Python package for parsing HTML and XML documents. It creates a parse tree for parsed pages that can be used to extract data from HTML, which is useful for web scraping. If you're using Linux based OS, you can install BeautifulSoup using following command in terminal.

Here, pip is a package-management system used to install and manage software packages written in Python.

sudo apt-get update && sudo apt-get install python3-pip
pip3 install beautifulsoup4

After finishing the installation process above, you can run the task, using Flipkart_multi.py

About

In this project, I implemented a scraper on flipkart and I scraped multi pages of data from flipkart and these data are mobile details by their brand,. Price, Ram,Rom and Battery.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages