sfog17 / buscador-piso

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

buscador-piso

Objective

  • Scrape flats ads from Idealista according to specific criteria
  • Extract additional information (e.g. energy efficiency, year of construction), not available in the filter of the website
  • Store interesting flats
  • Automate search & storage daily
  • Send alerts

Note: This is only designed for personal use and limited calls, not to scrape hundreds of adverts, do large-scale analysis or serve it to another service

Requirements

Tested with:

  • Ubuntu 20.04.6 LT
  • Python 3.8.10

Dependencies are listed in requirements.txt.

Can be run with

$ python3 -m venv .venv
$ source myenv/bin/activate
$ pip install -r requirements.tx

About


Languages

Language:Python 100.0%