# Idealista Madrid sale listings scraper

**Use case:** 

Extract current Madrid homes for sale from Idealista with stable IDs, prices, property attributes, agencies, and URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.idealista.com/venta-viviendas/madrid-madrid/"
    }
  ],
  "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.