Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gititsid/flipkartproductreviews
https://github.com/gititsid/flipkartproductreviews
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gititsid/flipkartproductreviews
- Owner: gititsid
- License: mit
- Created: 2024-05-31T09:53:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T15:30:03.000Z (8 months ago)
- Last Synced: 2024-11-12T15:28:46.320Z (2 months ago)
- Language: Jupyter Notebook
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Flipkart Product Reviews
### Overview
The Flipkart Reviews Scraper is a Python-based web scraping project designed to extract customer reviews from product pages on Flipkart.com. The scraper navigates through the product listings, collects review data, and stores it in a structured format for analysis or further processing.
### Features
- `Scrape Reviews:` Extract reviews including the review text, rating, reviewer name, and any other relevant information.
- `Pagination Handling:` Navigate through multiple pages of reviews to collect all available data.
- `Data Storage:` Save the extracted data into a CSV file, and optionally upload it to MongoDB.
- `Configurable Parameters:` Adjust the scraper settings such as target URLs and the number of pages to scrape.