Parses product cards from https://books.toscrape.com and saves them to CSV.
python3 -m venv .venv source .venv/bin/activate # Windows: .venv\Scripts\activate pip install -r requirements.txt
python scrape_books.py
- polite crawling (0.5s delay), basic error handling
- easy to extend to new fields/sites