This is a Python script that scrapes product details from Flipkart.com. It uses the Beautiful Soup library to parse the HTML of the website and extract the required information.
- Scrapes product details from Flipkart.com
- Saves the data in a CSV file
Before running the script, make sure you have the following installed:
If you haven't already, clone this repository to your local machine:
git clone https://github.com/A1bhishekk/Flipkart---Scraper.git
It is recommended that you create a virtual environment for this project before installing any dependencies. To create and activate a virtual environment, run the following commands:
cd your-repo
python -m venv venv
Activate the virtual environment:
venv\Scripts\activate
.\venv\Scripts\Activate
source venv/bin/activate
Install the required Python packages:
pip install -r requirements.txt
Run the script using the following command:
python main.py
if you are beginner then you can run the script flipkart_scraper.py using the following command:
python flipkart_scraper.py
Follow any instructions or prompts provided by the script.
When you're done, deactivate the virtual environment:
deactivate
Contributions are welcome ! 🙏🙏 Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.