Skip to content

For internship purpose: A Python script to scrape product information from Amazon using the beautifulsoup4 library.

Notifications You must be signed in to change notification settings

santhoshsivanva/amazon-product-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Product Scraper ✍️

A Python script to scrape product information from Amazon using the beautifulsoup4 library.

Getting Started

Prerequisites

⭐ Python 3.x

⭐ beautifulsoup4

⭐ requests

Installing

Clone the repository:

git clone https://github.com/santhoshsivanva/amazon-product-scrapper.git

Install the required libraries:

pip install -r requirements.txt

Usage

Run the script:

python main.py

Enter the product URL when prompted.

The script will output the following product information in a CSV file:

⭐Product Title

⭐Product Price

⭐Product Rating

⭐Number of Reviews

⭐Product Description

⭐Product URL

⭐Product ASIN

⭐Product Manufacturer

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

⭐beautifulsoup4

⭐requests

About

For internship purpose: A Python script to scrape product information from Amazon using the beautifulsoup4 library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages