Skip to content

codingkush/Amazon_Web_Scraping_Project

Repository files navigation

🛒 Amazon Web Scraping Project

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.


📦 Setup Instructions

1. Clone the repository

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

2. Install dependencies

pip install -r requirements.txt

3. Run the scraper

python amazon_web_scraping.py

📁 Output

A CSV file (amazon_data.csv) containing all the scraped product data.


⚠️ Disclaimer

This project is for educational purposes only. Please use it responsibly and respect Amazon's Terms of Service.

About

A Python-based Amazon web scraping tool that collects product details such as title, price, rating, reviews, and availability from Amazon India.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors