# Subastas BOE active auctions scraper

**Use case:** 

Search Spain's BOE auction portal for active public auctions and export structured auction details.

## Input

```json
{
  "startUrls": [],
  "auctionIds": [],
  "maxItems": 25,
  "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.