The goal is to create a customizable web crawler in python. When finished it should be possible to crawl all sorts of data of different websites without having to edit much of the code itself.
0
stars
0
forks
source link
Implement a function that extracts the "Nettokaltmiete" #1
The "Nettokaltmiete" is the monthly rent without external costs like heat and/or electricty..
On most real estate websites it is not shown in an official table or template but rather is hidden within a continuous text and has to be extracted specifically.
The approach is to scan all of the websites flowing texts, search for key words like "Miete", "Nettokaltmiete" etc. and then extract the integer following that keyword.