Flipkart-Scraping is a Python project that utilizes BeautifulSoup to scrape product information from Flipkart. The script extracts data such as product names, prices, and ratings, enabling users to analyze and gather insights from Flipkart’s product listings.
-
Product Information Extraction:
- Scrapes details such as product names, prices, and ratings.
-
Data Analysis:
- Collects and formats data for further analysis.
- Programming Language: Python
- Libraries:
- BeautifulSoup: For parsing HTML and extracting data.
- Requests: For making HTTP requests to Flipkart.
-
Clone the Repository
git clone https://github.com/your-username/flipkart-scraping.git cd flipkart-scraping