# Monitor a known BOE auction

**Use case:** 

Fetch a specific Subastas BOE auction by ID and collect public detail tabs, values, assets, notices, and bids.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://subastas.boe.es/detalleSubasta.php?idSub=SUB-JA-2025-234719"
    }
  ],
  "auctionIds": [
    "SUB-JA-2025-234719"
  ],
  "maxItems": 5,
  "statusCode": "EJ",
  "includeDetails": true
}
```

## Output

```json
{
  "id": {
    "label": "Auction ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authority": {
    "label": "Authority",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "conclusionIso": {
    "label": "Deadline",
    "format": "date"
  },
  "auctionType": {
    "label": "Type",
    "format": "text"
  },
  "auctionValue": {
    "label": "Auction value",
    "format": "number"
  },
  "depositAmount": {
    "label": "Deposit",
    "format": "number"
  },
  "minimumBid": {
    "label": "Minimum bid",
    "format": "number"
  },
  "highestBid": {
    "label": "Highest bid",
    "format": "number"
  },
  "bidsCount": {
    "label": "Bids",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Subastas BOE Auctions Scraper](https://apify.com/automation-lab/subastas-boe-auctions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/subastas-boe-auctions-scraper) to learn more, explore other use cases, and run it yourself.