# Biddit Current Auctions Extractor

**Use case:** 

Extract current Biddit online public-sale lots with live prices, bid windows, property facts, photos, visits, and documents.

## Input

```json
{
  "searchUrl": "https://www.biddit.be/nl/search",
  "referenceCodes": [],
  "maxItems": 50,
  "includeDetails": true,
  "language": "nl",
  "statuses": [
    "CURRENT"
  ],
  "handlingMethods": [
    "ONLINE_PUBLIC_SALE"
  ],
  "pageSize": 20
}
```

## Output

```json
{
  "referenceCode": {
    "label": "Reference"
  },
  "title": {
    "label": "Property"
  },
  "propertyType": {
    "label": "Type"
  },
  "propertySubtype": {
    "label": "Subtype"
  },
  "status": {
    "label": "Status"
  },
  "handlingMethod": {
    "label": "Sale method"
  },
  "currentPrice": {
    "label": "Current price",
    "format": "number"
  },
  "startingPrice": {
    "label": "Starting price",
    "format": "number"
  },
  "sellingPrice": {
    "label": "Selling price",
    "format": "number"
  },
  "biddingStart": {
    "label": "Bidding starts",
    "format": "date"
  },
  "biddingEnd": {
    "label": "Bidding ends",
    "format": "date"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "livingSurfaceArea": {
    "label": "Living area",
    "format": "number"
  },
  "terrainSurface": {
    "label": "Land area",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Biddit URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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