# Idealista price change and availability monitor

**Use case:** 

Schedule repeat Idealista Spain snapshots and emit new, repriced, and removed property listing records for a data pipeline.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.idealista.com/venta-viviendas/madrid-madrid/"
    }
  ],
  "maxItems": 50,
  "maxPages": 1,
  "monitoring": true,
  "stateKey": "madrid-sale-monitor",
  "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.