Skip to content

JanKrl/funda_scrap

Repository files navigation

Funda Scrap

Data scrapper for dutch housing website Funda.NL Written in Python using Scrapy library

FundaSpider

FundaSpider crawls http://funda.nl/en/koop/ (possible to set search criteria) webpage for the following infomration:

  • address
  • price
  • floor area
  • property area
  • number of rooms
  • id
  • city
  • latitude
  • longtitude

SaveToFilePipeline

SaveToFilePipeline exports data to CSV file

  • Doesn't save items that already exist in the database.
  • Cleans up item's address postal code formatting
  • Reads georgaphical position from web API

Price map

Displays properties map color-labeled by price per square meter map

About

Scrapping and analysing house data - Funda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages