Skip to content

Developed a Python-based web scraping tool to gather product information from Amazon, including title, price, rating, number of reviews, and availability.

Notifications You must be signed in to change notification settings

epavan162/Amazon-Web-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Amazon-Web-Scraping

Web Scraping for Product Details on Amazon

Overview

This project involves developing a Python-based web scraping tool to extract product details from Amazon. The tool retrieves information such as product title, price, rating, number of reviews, and availability. The extracted data is then saved into a CSV file for easy analysis and reporting.

Features

  • Scrapes product details including:
    • Title
    • Price
    • Rating
    • Number of Reviews
    • Availability
  • Utilizes:
    • requests for HTTP requests
    • BeautifulSoup for HTML parsing
    • pandas for data manipulation
    • numpy for numerical operations
  • Saves data into a CSV file

Requirements

Ensure you have the following Python packages installed:

  • requests
  • beautifulsoup4
  • pandas
  • numpy

You can install them using pip:

pip install requests beautifulsoup4 pandas numpy

About

Developed a Python-based web scraping tool to gather product information from Amazon, including title, price, rating, number of reviews, and availability.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published