Skip to main content

Get information about houses on pararius.nl.

Project description

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',
  },
}

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

pararius-0.1.0.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

pararius-0.1.0-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file pararius-0.1.0.tar.gz.

File metadata

  • Download URL: pararius-0.1.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.25.1

File hashes

Hashes for pararius-0.1.0.tar.gz
Algorithm Hash digest
SHA256 7f24a809bb9ec582725cda05a51e578a0ca8b5aab56d6155ad27b6113829296d
MD5 6e223d0a4bd4e991bffcc4040a0494c5
BLAKE2b-256 51b323c87e27328d5fa7a93b9d7fd8dbf4e7dca83f247dcd331acbce2bcfde35

See more details on using hashes here.

File details

Details for the file pararius-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: pararius-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.25.1

File hashes

Hashes for pararius-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 523abec5d44aef746940482f16850fd8cb2877e48c9555eb6ea3f0762c29224c
MD5 a6794eae144b6ca55182a4d50c03d87b
BLAKE2b-256 139bf88d000cc41049f1a54f7ce12edcc76e9d0d06d631e73761d62cb5ea6dfe

See more details on using hashes here.

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