A polite, modular Python scraper for Rightmove property-for-sale listings. Extracts title, price, address, bedrooms, bathrooms, property type, and listing URL, then saves results to CSV, JSON, and ...
. ├── main.py ├── integrity_validator/ │ ├── __init__.py │ └── core.py ├── scripts/ │ └── setup_sample_db.py ├── sql ...