Skip to content

SakshiDosani/amazon-data-scraping-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

amazon-data-scraping-assignment

Python-based web scraper for gathering product data from Amazon listings.

Amazon Product Scraper

This Python project scrapes product listings and details from Amazon.

Description

The Amazon Product Scraper is a Python script that utilizes web scraping techniques to extract product information from Amazon. It collects product URLs, names, prices, ratings, and number of reviews from the product listings. Additionally, it navigates to each product page and fetches the description, ASIN, product description, and manufacturer.

Usage

  1. Install Python and the required libraries by following the instructions in the project documentation.
  2. Run the Python script to initiate the scraping process.
  3. The scraped data will be exported to a CSV file named product_listings.csv in the same directory.

Dependencies

  • Python 3.x
  • Beautiful Soup 4
  • Requests

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please submit an issue or pull request on the GitHub repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages