Skip to main content

FundaScaper provides you the easiest way to perform web scraping from Funda, the Dutch housing website.

Project description

FundaScraper

FundaScaper provides you the easiest way to perform web scraping from Funda, the Dutch housing website. You can find listings from either house-buyer or rental market, and you can find historical data from the past few year.

Install

pip install funda-scraper

Quickstart

from funda_scraper import FundaScraper

scraper = FundaScraper(area="amsterdam", want_to="rent", find_past="False")
df = scraper.run()
df.head()

image

You can pass several arguments to FundaScraper() for customized scraping:

  • area: Specify the city or specific area you want to look for, eg. Amsterdam, Utrecht, Rotterdam, etc
  • want_to: You can choose either buy or rent, which finds houses either for sale or for rent.
  • find_past: Specify whether you want to check the historical data. The default is False.
  • n_pages: Indicate how many pages you want to look up. The default is 1.

Advanced usage

You can check the example notebook for further details. Please give me a star if you find this project helpful.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

funda-scraper-0.0.1.tar.gz (83.3 kB view hashes)

Uploaded Source

Built Distribution

funda_scraper-0.0.1-py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page