https://github.com/harshavardh8n/flipkart-scraping
Flipkart-Scraping: A Python-based web scraping project using BeautifulSoup to extract product information from Flipkart. This script retrieves data such as product names, prices, and ratings, providing insights and analysis of Flipkart’s product listings.
https://github.com/harshavardh8n/flipkart-scraping
beautifulsoup4 python web-scraping-python
Last synced: 8 months ago
JSON representation
Flipkart-Scraping: A Python-based web scraping project using BeautifulSoup to extract product information from Flipkart. This script retrieves data such as product names, prices, and ratings, providing insights and analysis of Flipkart’s product listings.
- Host: GitHub
- URL: https://github.com/harshavardh8n/flipkart-scraping
- Owner: harshavardh8n
- Created: 2024-08-03T09:17:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T16:04:24.000Z (about 1 year ago)
- Last Synced: 2024-12-09T00:16:06.966Z (10 months ago)
- Topics: beautifulsoup4, python, web-scraping-python
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flipkart-Scraping
**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.
## Features
- **Product Information Extraction:**
- Scrapes details such as product names, prices, and ratings.
- **Data Analysis:**
- Collects and formats data for further analysis.## Tech Stack
- **Programming Language:** Python
- **Libraries:**
- **BeautifulSoup:** For parsing HTML and extracting data.
- **Requests:** For making HTTP requests to Flipkart.## Setup
1. **Clone the Repository**
```bash
git clone https://github.com/your-username/flipkart-scraping.git
cd flipkart-scraping