Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deept-agl/web_scraping_amazon_data_using_beautifulsoup_python

A Python web scraper using BeautifulSoup to extract Amazon iPad details, including title, generation-specific features, price, and ratings.
https://github.com/deept-agl/web_scraping_amazon_data_using_beautifulsoup_python

beautifulsoup4 jupyter-notebook pandas python webscraping

Last synced: 12 days ago
JSON representation

A Python web scraper using BeautifulSoup to extract Amazon iPad details, including title, generation-specific features, price, and ratings.

Awesome Lists containing this project

README

        

# 🛒 Amazon iPad Web Scraper using BeautifulSoup Python

This Python project scrapes Amazon for iPad details using **BeautifulSoup**. It extracts:

✅ **iPad Title** (with generation-specific features)
✅ **Price**
✅ **Ratings**

## 📌 Features
- Uses `requests` and `BeautifulSoup` for efficient web scraping
- Extracts structured iPad data from Amazon product listings
- Outputs data in a clean format CSV for further analysis

## Extracted Dataframe

![Extracted_Dataframe](https://github.com/deept-agl/-Extract-_Amazon_web_scraping_using_BeautifulSoup_Python/blob/main/Snippets/Final_amazon_IPAD_datarame.png)

## Amazon Website Page used

![Extracted_Dataframe](https://github.com/deept-agl/-Extract-_Amazon_web_scraping_using_BeautifulSoup_Python/blob/main/Snippets/Amazon_Website_Ipad_link.png)

The python file for this project is present in this Repository.