# Idealista Single Property Data Extractor

**Use case:** 

Retrieve detailed data for a specific Idealista property page. Get comprehensive information from listings on Idealista Spain, Portugal, and Italy.

## Input

```json
{
  "Property_urls": [
    {
      "url": "https://www.idealista.com/inmueble/109866184/"
    },
    {
      "url": "https://www.idealista.pt/uk/imovel/33537764/"
    },
    {
      "url": "https://www.idealista.it/no/immobile/35896124/"
    }
  ],
  "desiredResults": 10
}
```

## Output

```json
{
  "MainImage": {
    "label": "🖼️ Main Image",
    "format": "image"
  },
  "suggestedTexts.title": {
    "label": "🏠 Title",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "text"
  },
  "priceInfo.currencySuffix": {
    "label": "💱 Currency",
    "format": "text"
  },
  "ubication.locationName": {
    "label": "📍 Location",
    "format": "text"
  },
  "propertyComment": {
    "label": "📝 Description",
    "format": "text"
  },
  "contactInfo.phone1.formattedPhoneWithPrefix": {
    "label": "📞 Contact Phone",
    "format": "text"
  },
  "detailWebLink": {
    "label": "🔗 Listing URL",
    "format": "link"
  },
  "originalUrl": {
    "label": "🔗 Original URL",
    "format": "link"
  },
  "modificationDate.text": {
    "label": "🔄 Last Updated",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕐 Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Idealista Scraper API](https://apify.com/dz_omar/idealista-scraper-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dz_omar/idealista-scraper-api) to learn more, explore other use cases, and run it yourself.