get_new_listings
Retrieve rooms, apartments, and studios that became available on Kamernet after a given moment. Filter by city, max rent, min size, radius, and listing type.
Instructions
Check for listings that appeared since a given moment (stateless monitoring).
Sorts by newest and filters client-side on the availability publish window, so an agent can poll this periodically ("any new rooms since my last check?") without the server keeping state. Remember the timestamp you pass and advance it on each call. Do not poll more often than every few minutes — be polite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | Dutch city name, e.g. 'Utrecht'. | |
| since | Yes | ISO 8601 timestamp (e.g. '2026-07-16T09:00:00'). Only listings that became available on Kamernet after this moment are returned. | |
| max_rent | No | ||
| min_size | No | ||
| radius_km | No | Radius in km. | |
| listing_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||