Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 892 Bytes

File metadata and controls

23 lines (14 loc) · 892 Bytes

🛒 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

Amazon Website Page used

Extracted_Dataframe

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