Skip to content

A python scrapper which scraps all the flipkart reviews and products on the basis of user search

License

Notifications You must be signed in to change notification settings

typhonshambo/flipkart-review-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flipkart Review Scrapper

GIF

Welcome to the 🌟 **Flipkart Review Scrapper** 🌟 project! This simple Python script helps you 🕵️‍♂️ scrape product reviews from Flipkart for a given keyword. With this tool, you can quickly gather product review data for analysis or other purposes.

How to Use

  1. Clone the Repository

    git clone https://github.com/your-username/flipkart-review-scrapper.git
    cd flipkart-review-scrapper
  2. Install Dependencies

    Make sure you have the required libraries installed. You can install them using 📦 pip:

    pip install requests beautifulsoup4
  3. Run the Scrapper

    Use the 🚀 main.py 🚀 script to run the scrapper. You will be prompted to enter the keyword for the product you want to search for.

    python main.py

    The scrapper will load and collect review data from Flipkart for the specified keyword.

  4. Check the Data

    Once the scrapper has finished its work, you can find the collected data in a file called 📁 data.json. This JSON file contains the product titles and their corresponding reviews.

  5. Enjoy the Data!

    You can now use the scraped data for your analysis, research, or any other purpose you have in mind.

Code Structure

Here's a brief overview of the project structure:

  • 📂 main.py: The main script that takes user input for the keyword and calls the scraper function.

  • 📂 scrapper.py: Contains the code for web scraping Flipkart product reviews. It fetches product titles, review links, and reviews.

This project is a useful tool for collecting data from Flipkart and can be extended for various applications. If you have any questions or need further assistance, feel free to reach out. Happy scrapping! 🚀📦🌟

Releases

No releases published

Packages

No packages published