# Find nature cabins in Drenthe on Natuurhuisje

**Use case:** 

Scrape Natuurhuisje.nl vacation rentals in Drenthe with nightly rates, capacity, and eco amenities.

## Input

```json
{
  "destination": "drenthe",
  "checkIn": "2026-06-15",
  "checkOut": "2026-06-20",
  "noOfAdults": 2,
  "noOfChildren": 0,
  "noOfInfants": 0,
  "noOfPets": 0,
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "ratingGeneral": {
    "label": "General Rating",
    "format": "text"
  },
  "ratingNature": {
    "label": "Nature Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "text"
  },
  "houseDetails": {
    "label": "House Details",
    "format": "text"
  },
  "houseFeatures": {
    "label": "House Features",
    "format": "array"
  },
  "houseDescription": {
    "label": "House Description",
    "format": "array"
  },
  "natureDescription": {
    "label": "Nature Description",
    "format": "array"
  },
  "facilities": {
    "label": "Facilities",
    "format": "object"
  },
  "goodToKnow": {
    "label": "Good To Know",
    "format": "object"
  },
  "latitude": {
    "label": "Latitude",
    "format": "text"
  },
  "longitude": {
    "label": "Longitude",
    "format": "text"
  },
  "houseId": {
    "label": "House ID",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "images": {
    "label": "Images",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Natuurhuisje.nl Scraper](https://apify.com/lexis-solutions/natuurhuisje-nl-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/natuurhuisje-nl-scraper) to learn more, explore other use cases, and run it yourself.