# Huizen te huur in Antwerpen - Immoweb

**Use case:** 

Bekijk beschikbare huurwoningen in Antwerpen met uitgebreide gegevens.

## Input

```json
{
  "maxListings": 24,
  "transactionType": "for-rent",
  "locations": [
    "antwerp"
  ],
  "minBedrooms": 1,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "searchLocation": {
    "label": "Search Location"
  },
  "price": {
    "label": "Price (EUR)"
  },
  "transactionType": {
    "label": "Transaction"
  },
  "propertyType": {
    "label": "Type"
  },
  "bedrooms": {
    "label": "Beds"
  },
  "bathrooms": {
    "label": "Baths"
  },
  "netHabitableSurface": {
    "label": "Surface m2"
  },
  "epcScore": {
    "label": "EPC"
  },
  "locality": {
    "label": "Locality"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "agencyName": {
    "label": "Agency"
  },
  "phone": {
    "label": "Phone"
  },
  "listingUrl": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Immoweb Belgium Real Estate & Agent Contacts Scraper](https://apify.com/scrapers_lat/immoweb-belgium-realestate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/immoweb-belgium-realestate-scraper) to learn more, explore other use cases, and run it yourself.