Skip to content

sasikanth6076/Amazon-Web-Scrapper-Project-Using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

Python web scraping project to extract Amazon product details like title & price using BeautifulSoup and export to CSV

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors