This project scrapes product data like title, price, rating, reviews, and availability from Amazon India using Python. The scraped data is saved into a CSV file for analysis or further use.
To get started, clone this repository to your local machine:
git clone https://github.com/your-username/amazon-web-scraping.git
cd amazon-web-scraping
pip install -r requirements.txt
python amazon_web_scraping.py
A CSV file (amazon_data.csv) containing all the scraped product data.
This project is for educational purposes only. Please use it responsibly and respect Amazon's Terms of Service.