# Milan Property Auctions - Live Judicial Sales in Lombardy

**Use case:** 

Track live judicial property auctions in Milan: base price, minimum offer, discount %, occupancy status and official bidding links in clean English rows.

## Input

```json
{
  "region": "Lombardy",
  "city": "Milano",
  "assetType": "real-estate",
  "propertyCategory": "any",
  "timeFilter": "on-sale",
  "includeDetails": true,
  "maxResults": 50,
  "includeRaw": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "auctionId": {
    "label": "Auction ID"
  },
  "category": {
    "label": "Category"
  },
  "city": {
    "label": "City"
  },
  "province": {
    "label": "Province"
  },
  "basePrice": {
    "label": "Base price (EUR)"
  },
  "minimumOffer": {
    "label": "Min offer (EUR)"
  },
  "discountPctVsBase": {
    "label": "Discount %"
  },
  "occupancyStatus": {
    "label": "Occupancy"
  },
  "saleDate": {
    "label": "Sale date"
  },
  "offerDeadline": {
    "label": "Offer deadline"
  },
  "court": {
    "label": "Court"
  },
  "announcementUrl": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Italy Property Auctions API - PVP Judicial Auctions in English](https://apify.com/webdata_labs/italy-pvp-auctions-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/italy-pvp-auctions-api) to learn more, explore other use cases, and run it yourself.