Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.3 KB

File metadata and controls

24 lines (19 loc) · 1.3 KB

Amazon Web Scraper Project using Python 🛒

📌 About

This project scrapes product details (Title & Price) from Amazon using Python and stores the data in a structured CSV file for further analysis.

🛠️ Libraries Used

  • requests → Fetching the Amazon webpage
  • BeautifulSoup → Parsing & extracting HTML data
  • pandas → Storing data in DataFrame
  • datetime → Timestamping the data

▶️ How It Works

  1. Sends a request to Amazon product page with headers
  2. Extracts product details using BeautifulSoup
  3. Stores data into a pandas DataFrame
  4. Exports the DataFrame to a CSV file

📂 Data Extracted

  • Product Title
  • Price

🔗 Source

Amazon.in