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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors