pararius
Python library to get information about houses from pararius.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 pararius team (Real Estate Classifieds BV) if you need a stable API for extensive or commercial usage.
Installation
python3 -m pip install pararius
Usage
import pararius
search_url = 'https://www.pararius.nl/koopwoningen/nederland/bestaande-bouw/huis'
urls = pararius.get_urls(search_url)
for url in urls:
info = pararius.get_info(url)
print(info)
Output example (anonymized, just in case):
{'@context': 'http://schema.org/',
'@id': 'https://www.pararius.nl/huis-te-koop/schiedam/.../...',
'@type': ['House', 'Product'],
'address': {
'@type': 'PostalAddress',
'addressLocality': 'Schiedam',
'addressRegion': '...',
'postalCode': '...',
'streetAddress': '...'},
'description': '...',
'floorSize': {'@type': 'QuantitativeValue', 'unitText': 'MTK', 'value': 115},
'image': 'https://casco-media-prod.global.ssl.fastly.net/...',
'name': '...',
'numberOfRooms': [{
'@type': 'QuantitativeValue',
'unitText': 'kamer',
'value': 4,
}],
'offers': {
'@type': 'Offer',
'availability': 'http://schema.org/LimitedAvailability',
'businessFunction': 'sell',
'image': '...',
'price': '290000.00',
'priceCurrency': 'EUR',
'url': 'https://www.pararius.nl/huis-te-koop/schiedam/...',
'validFrom': '2021-06-02',
},
}
Release files for pararius 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 | |
|---|---|---|---|
| pararius-0.1.0.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pararius-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.4 kB
Release files / pararius-0.1.0.tar.gz
| Download URL | pararius-0.1.0.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7f24a809bb9ec582725cda05a51e578a0ca8b5aab56d6155ad27b6113829296d
|
|
BLAKE2b-256 checksum How to use checksums |
51b323c87e27328d5fa7a93b9d7fd8dbf4e7dca83f247dcd331acbce2bcfde35
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.25.1
|
Release files / pararius-0.1.0-py3-none-any.whl
| Download URL | pararius-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
523abec5d44aef746940482f16850fd8cb2877e48c9555eb6ea3f0762c29224c
|
|
BLAKE2b-256 checksum How to use checksums |
139bf88d000cc41049f1a54f7ce12edcc76e9d0d06d631e73761d62cb5ea6dfe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.25.1
|