# Amsterdam room alerts — new Kamernet listings

**Use case:** 

Preconfigured Kamernet monitor: outputs only rooms and studios newly listed in Amsterdam since the last run. Schedule it and add a webhook for real-time Dutch r

## Input

```json
{
  "cities": [
    "Amsterdam"
  ],
  "listingTypes": [
    "room",
    "studio"
  ],
  "radiusKm": "5",
  "sort": "newest",
  "maxListings": 100,
  "fetchDetails": true,
  "newListingsOnly": true,
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "listingId": {
    "label": "ID",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "listingType": {
    "label": "Type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "totalRentalPrice": {
    "label": "Rent €/mo",
    "format": "number"
  },
  "utilitiesIncluded": {
    "label": "Utilities incl.",
    "format": "boolean"
  },
  "surfaceArea": {
    "label": "m²",
    "format": "number"
  },
  "furnishing": {
    "label": "Furnishing",
    "format": "text"
  },
  "availabilityStartDate": {
    "label": "Available from",
    "format": "text"
  },
  "isNewAdvert": {
    "label": "New",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Kamernet Scraper — Dutch Rooms & Apartments](https://apify.com/jarvismoney/kamernet-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jarvismoney/kamernet-scraper) to learn more, explore other use cases, and run it yourself.