# Immoweb.be Property Listings Data for Sale

**Use case:** 

Extract live property listings for sale in Belgium, including prices, locations, and details from Immoweb.be for comprehensive market research.

## Input

```json
{
  "startUrl": "https://www.immoweb.be/en/search/apartment/for-sale?countries=BE&postalCodes=1000&page=1&orderBy=relevance",
  "keyword": "apartment",
  "location": "1000",
  "propertyType": "apartment",
  "transactionType": "for-sale",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "property_type": {
    "label": "Property Type",
    "format": "string"
  },
  "transaction_type": {
    "label": "Transaction Type",
    "format": "string"
  },
  "price_display": {
    "label": "Display Price",
    "format": "string"
  },
  "bedroom_count": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "living_area_sqm": {
    "label": "Living Area",
    "format": "integer"
  },
  "locality": {
    "label": "Locality",
    "format": "string"
  },
  "postal_code": {
    "label": "Postal Code",
    "format": "string"
  },
  "agency_name": {
    "label": "Agency",
    "format": "string"
  },
  "image_url": {
    "label": "Image",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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