# Milan Real Estate Listings Data Extractor

**Use case:** 

Extract detailed real estate listings from Milan, including prices, sizes, rooms, photos, and agent contacts in JSON, CSV, or Excel format.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.immobiliare.it/vendita-case/milano/"
    }
  ],
  "maxItems": 10000
}
```

## Output

```json
{
  "itemType": {
    "label": "Item type",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "contract": {
    "label": "Contract",
    "format": "string"
  },
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "pricePerSquareMeter": {
    "label": "Price per m²",
    "format": "number"
  },
  "surface": {
    "label": "Surface (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "floor": {
    "label": "Floor",
    "format": "string"
  },
  "energyClass": {
    "label": "Energy class",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "zone": {
    "label": "Zone",
    "format": "string"
  },
  "agencyName": {
    "label": "Agency name",
    "format": "string"
  },
  "agencyPhone": {
    "label": "Agency phone",
    "format": "string"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [$0.65/1K 💚 Immobiliare.it Scraper - Listings & Agencies](https://apify.com/lofomachines/immobiliare-it-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lofomachines/immobiliare-it-scraper) to learn more, explore other use cases, and run it yourself.