Real estate spider made by using Scrapy framework
Clone the project
git clone https://github.com/maxcohen31/Amazon-book-scraper.git
To set up a virtual enviroment you can either use
virtualenv realestatescraper ; source bin/activate
pip install scrapy
or
python3 venv -m realestatescraper ; source bin/activate
pip install scrapy
cd Italian\ Real\ Estate/realestate/spiders
python3 real_estate_link_extractor.py
python3 real_estate_scraper.py
This code is for teaching purpose only. I will not be liable for any damages you may suffer from modifying, using or distributing this script.