# Madrid Live Property Auctions (BOE) | Spain Auctions API

**Use case:** 

Find live property auctions in Madrid from Spain's official BOE portal in one clean English schema: appraisal, minimum bid, deposit, and discount vs appraisal.

## Input

```json
{
  "province": "Madrid",
  "assetType": "real-estate",
  "status": "live",
  "maxResults": 100,
  "includeRaw": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "auctionId": {
    "label": "Auction ID"
  },
  "assetType": {
    "label": "Asset"
  },
  "assetSubtype": {
    "label": "Subtype"
  },
  "status": {
    "label": "Status"
  },
  "city": {
    "label": "City"
  },
  "province": {
    "label": "Province"
  },
  "appraisalValue": {
    "label": "Appraisal (EUR)"
  },
  "minimumBid": {
    "label": "Min bid (EUR)"
  },
  "deposit": {
    "label": "Deposit (EUR)"
  },
  "discountPctVsAppraisal": {
    "label": "Discount %"
  },
  "encumbrances": {
    "label": "Charges (EUR)"
  },
  "endDate": {
    "label": "Closes"
  },
  "auctionUrl": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Spain Property Auctions API - BOE Subastas in English](https://apify.com/webdata_labs/spain-boe-subastas-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/spain-boe-subastas-api) to learn more, explore other use cases, and run it yourself.