# Idealista Barcelona rental listings monitor

**Use case:** 

Snapshot public Barcelona rental listings from Idealista with rent, area, rooms, agencies, and observed availability.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.idealista.com/alquiler-viviendas/barcelona-barcelona/"
    }
  ],
  "maxItems": 20,
  "maxPages": 1,
  "monitoring": false,
  "emitUnchanged": false,
  "emitRemoved": true
}
```

## Output

```json
{
  "changeType": {
    "label": "Change",
    "format": "string"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "title": {
    "label": "Property",
    "format": "string"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "previousPrice": {
    "label": "Previous price",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "areaSquareMeters": {
    "label": "Area (m²)",
    "format": "number"
  },
  "agencyName": {
    "label": "Agency",
    "format": "string"
  },
  "url": {
    "label": "Idealista URL",
    "format": "string"
  },
  "observedAt": {
    "label": "Observed at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Idealista Spain Listings Monitor](https://apify.com/automation-lab/idealista-listings-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/idealista-listings-monitor) to learn more, explore other use cases, and run it yourself.