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.
Please note:
- Scraping this website is only allowed for personal use (as per Funda's Terms and Conditions).
- Any commercial use of this Python package is prohibited. The author holds no liability for any misuse of the package.
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()
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, etcwant_to
: You can choose eitherbuy
orrent
, which finds houses either for sale or for rent.find_past
: Specify whether you want to check the historical data. The default isFalse
.n_pages
: Indicate how many pages you want to look up. The default is1
.
Advanced usage
You can check the example notebook for further details. Please give me a star if you find this project helpful.
Project details
Release history Release notifications | RSS feed
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-1.0.0.tar.gz
(86.2 kB
view hashes)
Built Distribution
Close
Hashes for funda_scraper-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3858fcf64facb21aadfeb7c3ad4cf8bdf10adeb3efcda212273d693b852c0b5a |
|
MD5 | 590be817a50cb38f438a11c7ad3f4923 |
|
BLAKE2b-256 | cb01a14a7b30aea094aa01f40a8cdf42749bcccdd2fbcac9b8ad2b8fc9c583d8 |