Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gititsid/flipkartproductreviews


https://github.com/gititsid/flipkartproductreviews

Last synced: 14 days ago
JSON representation

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.