A Python script to scrape product information from Amazon using the beautifulsoup4 library.
⭐ Python 3.x
⭐ beautifulsoup4
⭐ requests
Clone the repository:
git clone https://github.com/santhoshsivanva/amazon-product-scrapper.git
pip install -r requirements.txt
Run the script:
python main.py
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
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.
This project is licensed under the MIT License - see the LICENSE file for details.
⭐beautifulsoup4
⭐requests