Data sources / Kamernet
Kamernet is a rental listings source we track. HousingFeed extracts Kamernet rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 263 Kamernet listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Kamernet does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Kamernet listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Kamernet listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Kamernet data that is live right now, 7 fields populated:
Share of live Kamernet listings that carry each field.
Median Kamernet asking rent is €800/mo.
Top locations by live Kamernet inventory.
A real record from the Kamernet feed:
{
"platform": "kamernet",
"url": "https://kamernet.nl/en/for-rent/property/2103700",
"address": "Comeniuslaan, Zeist",
"city": "Zeist",
"state": "NL",
"rent_min": 725,
"scraped_at": "2026-07-07T13:53:56+00:00"
}
Filter the HousingFeed API to kamernet and get Kamernet listings back as JSON:
curl -X POST "https://api.apify.com/v2/acts/housingfeed~rental-listings-api/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"platform":"kamernet","maxItems":100}'
263 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.