huispedia
Python library to get information about houses from huispedia.nl.
DISCLAIMER: this is not an official API and doesn't use one. The script is provided as is (see the LICENSE) and for personal usage only. Please, contact the huispedia team (Huispedia BV) if you need a stable API for extensive or commercial usage.
Installation
python3 -m pip install huispedia
Usage
import huispedia
houses = huispedia.get_houses(price_max=295000, con_year_min=1970)
print(houses[0])
Output example (anonymized, just in case):
{
'id': '...',
'street': 'Examplestraat',
'street_slug': 'examplestraat',
'hnum': '13',
'hchar': 'A',
'city_name': 'Example',
'city_slug': 'example',
'postcode': '1234AB',
'woonoppervlakte': '13',
'perceeloppervlakte': '13',
'aantal_kamers': '4',
'bouwjaar': '1984',
'object_type': 'woonhuis',
'img_src': 'example.jpg',
'status': 'TE KOOP',
'status_updated_at': '12345678',
'status_updated_by': 'REALTOR',
'price_sale': '265000',
'price_rent': '0',
'price_search': '265000',
'price_min_bid': '0',
'price_aot_indication': '0',
'price_m2': '1234',
'price_valuation': '265000',
'lat': '52.485558',
'lon': '4.658634',
'user_id': '0',
'user_firstname': '',
'office_name': 'Example Makelaar',
'user_picture': '',
'office_id': '123',
'office_logo': 'id_123.png',
'show_user_info': '1',
'available_on_term_at': '0',
'open_house_date': '0',
'counts_images': '42',
'counts_images360': '0',
'counts_floorplans': '3',
'counts_videos': '0',
'inside': '1',
}
Release files for huispedia 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| huispedia-0.1.0.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| huispedia-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.4 kB
Release files / huispedia-0.1.0.tar.gz
| Download URL | huispedia-0.1.0.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a3d11744282566d50174ca3416a1c1868de0f7f511a479a11a71d712cc6808d0
|
|
BLAKE2b-256 checksum How to use checksums |
7df6da938875b721c311554794ccc15cdfbd6bdce533e072967f3bbc77b98cba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.25.1
|
Release files / huispedia-0.1.0-py3-none-any.whl
| Download URL | huispedia-0.1.0-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ed1cc198cad19abe492bb97eb93a34394310027628c5410875315c1ff1b55f61
|
|
BLAKE2b-256 checksum How to use checksums |
58bcc847d980ed8329f89c0dfe0408a9b17eca425168e5e182cdcc5ad5ee8a1d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.25.1
|