# Huizen te huur in Groningen - Funda Lijst

**Use case:** 

Bekijk beschikbare huizen te huur in Groningen met uitgebreide gegevens.

## Input

```json
{
  "maxListings": 10,
  "withDetails": true,
  "searchQueries": [
    "groningen"
  ],
  "listingType": "rent",
  "priceMin": 600,
  "priceMax": 1500
}
```

## 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.