Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 544 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 544 Bytes

Web Scraper 🏠

Gather simple information from Immobiliare and Idealista and print it to a CSV file

Setup

  • [Idealista only] Grap API key from ZenRows, and place it into config.yml
  • Urls to be parsed should be placed in a file named idealista_urls.txt or immobiliare_urls.txt inside data/, one on each line
source venv/bin/activate
pip install -r requirements.txt

python3 idealista_scraper.py 

python3 immobiliare_scraper.py