# Milan Rental Agency Contact Information

**Use case:** 

Collect Milan rental listings including agency names, phone numbers, and URLs. Export data in JSON or CSV formats for lead generation.

## Input

```json
{
  "startUrl": "https://www.idealista.it/en/affitto-case/milano-milano/",
  "maxItems": 50
}
```

## Output

```json
{
  "price": {
    "label": "Price",
    "format": "number"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "propertyCode": {
    "label": "Property Code",
    "format": "text"
  },
  "thumbnail": {
    "label": "Thumbnail",
    "format": "link"
  },
  "numPhotos": {
    "label": "Num Photos",
    "format": "text"
  },
  "floor": {
    "label": "Floor",
    "format": "text"
  },
  "priceInfo": {
    "label": "Price Info",
    "format": "text"
  },
  "operation": {
    "label": "Operation",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "municipality": {
    "label": "Municipality",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "locationId": {
    "label": "Location Id",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Idealista Scraper 🔥 $0.4/1K  - ES, IT & PT Real Estate API](https://apify.com/azzouzana/idealista-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/azzouzana/idealista-scraper) to learn more, explore other use cases, and run it yourself.