# Extract Rental Apartment Listings in Bruges

**Use case:** 

Gather comprehensive data on apartments available for rent in Bruges, including rent prices, number of bedrooms, and energy performance. This helps property man

## Input

```json
{
  "searchUrls": [
    "https://www.immoweb.be/en/search/apartment/for-rent/bruges/bruges?countries=BE"
  ],
  "maxItems": 75,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "BE"
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "integer"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "integer"
  },
  "livingArea": {
    "label": "Living m2",
    "format": "number"
  },
  "locality": {
    "label": "Locality",
    "format": "string"
  },
  "postcode": {
    "label": "Postcode",
    "format": "string"
  },
  "energyClass": {
    "label": "Energy",
    "format": "string"
  }
}
```

## About this Actor

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