# Appartementen te huur in Den Bosch - Funda Lijst

**Use case:** 

Bekijk beschikbare appartementen te huur in Den Bosch met gedetailleerde informatie.

## Input

```json
{
  "maxListings": 15,
  "withDetails": true,
  "searchQueries": [
    "den bosch"
  ],
  "listingType": "rent",
  "priceMin": 700,
  "priceMax": 1600
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Photo",
    "format": "image"
  },
  "street": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "price": {
    "label": "Price (EUR)"
  },
  "livingAreaM2": {
    "label": "Living m2"
  },
  "rooms": {
    "label": "Rooms"
  },
  "bedrooms": {
    "label": "Beds"
  },
  "energyLabel": {
    "label": "Energy"
  },
  "agentName": {
    "label": "Agent"
  },
  "agentPhone": {
    "label": "Agent Phone"
  },
  "listingUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Funda Netherlands Property Listings & Agent Scraper](https://apify.com/scrapers_lat/funda-netherlands-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/funda-netherlands-scraper) to learn more, explore other use cases, and run it yourself.