# Extract Commercial Property for Rent in Liège

**Use case:** 

Gather detailed listings for commercial properties available for rent in Liège, including type of property, area, and monthly rent. This data is crucial for bus

## Input

```json
{
  "searchUrls": [
    "https://www.immoweb.be/en/search/commercial-property/for-rent/liege/liege?countries=BE"
  ],
  "maxItems": 60,
  "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.