Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 363 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 363 Bytes

Amazon Product Scraper

A script to scrape product details from Amazon UK and save them to a CSV file.

Features

  • Extracts product title, description, rating, sizes, and prices.
  • Saves data in CSV format.

Requirements

  • Python 3
  • Install dependencies:
    pip install requests beautifulsoup4


Let me know if you need further adjustments!