# BOE Auction Lead Records by ID | Spain Auctions API

**Use case:** 

Fetch specific Spanish BOE auctions by ID as clean English lead records: appraisal, minimum bid, deposit, discount, address, and cadastral reference.

## Input

```json
{
  "province": "Madrid",
  "assetType": "real-estate",
  "status": "live",
  "auctionIds": "SUB-AT-2026-26R2886001022, SUB-AT-2026-26R2886001025",
  "maxResults": 50,
  "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.