This project demonstrates web scraping techniques using Python. The primary goal is to scrape data from e-commerce websites and analyze it. This repository includes a Jupyter Notebook for scraping product information from Amazon.
The project includes the following components:this done in jupyter notebook
Web_Scarping_amaz.ipynb
: A Jupyter Notebook that performs web scraping on Amazon to extract product titles, prices, ratings, reviews, and availability.amazon_data.csv
: The CSV file containing the scraped data.To run the web scraping notebook, you need to have the following Python packages installed:
requests
beautifulsoup4
pandas
numpy
You can install the required packages using pip:
```bash pip install requests beautifulsoup4 pandas numpy