Househugger Data API Live Dutch rental data,
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. One flat monthly subscription, full pool,
no per-source limits.
Funda · Vastgoed Nederland · Huispedia · Pararius · and growing
Try it live
Semantic search over the live pool — describe a home in plain Dutch or English. No signup, no setup.
Search above — or browse a sample — to pull live listings from the pool.
Use it from your own client
from qdrant_client import QdrantClient
client = QdrantClient(
url="https://vectorapi.househugger.nl",
api_key="vk_…", # your Househugger API key
)
hits = client.query_points("vectors", query=embedding, limit=10) Bring your own query vector for semantic search, or run filter-only queries like the demo
above. It's the real qdrant-client — nothing new to learn.
