Live Dutch rental data, one API key away.
Point the standard qdrant-client at our endpoint and get semantic +
filtered access to a continuously-scraped pool of rental listings — Funda,
Vastgoed Nederland, Huispedia and more.
Get started
One flat monthly subscription. Full pool, no per-source limits.
from qdrant_client import QdrantClient
client = QdrantClient(
url="https://<your-endpoint>:443",
api_key="vk_…",
)
hits = client.query_points("vectors", query=embedding, limit=10)