Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/deept-agl/web_scraping_amazon_data_using_beautifulsoup_python
- Owner: deept-agl
- Created: 2025-01-30T11:26:52.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2025-01-30T11:37:05.000Z (13 days ago)
- Last Synced: 2025-01-30T12:28:29.655Z (13 days ago)
- Topics: beautifulsoup4, jupyter-notebook, pandas, python, webscraping
- Language: Jupyter Notebook
- Homepage:
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.