A script to scrape product details from Amazon UK and save them to a CSV file.
- Extracts product title, description, rating, sizes, and prices.
- Saves data in CSV format.
- Python 3
- Install dependencies:
pip install requests beautifulsoup4
Let me know if you need further adjustments!