santhoshsivanva / amazon-product-scrapper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%