# Scrape ERA Flanders rental listings

**Use case:** 

Export rental property listings from ERA.be in Flanders. Get rent, rooms, area, and URLs for Belgian rental market monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.era.be/nl/te-huur/vlaanderen"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "priceText": {
    "label": "Price text"
  },
  "rooms": {
    "label": "Rooms"
  },
  "areaText": {
    "label": "Area text"
  },
  "city": {
    "label": "City"
  },
  "transaction": {
    "label": "Transaction"
  },
  "url": {
    "label": "Url"
  },
  "id": {
    "label": "Id"
  }
}
```

## About this Actor

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