Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deept-agl authored Jan 30, 2025
1 parent 2dea471 commit 7fd1256
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 🛒 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.

0 comments on commit 7fd1256

Please sign in to comment.