# Biddit Lot Due Diligence Extractor

**Use case:** 

Enrich exact Biddit references with multilingual descriptions, rooms, features, visits, attachments, terms, prices, and notary contacts.

## Input

```json
{
  "searchUrl": "https://www.biddit.be/fr/search",
  "referenceCodes": [
    "297251"
  ],
  "maxItems": 1,
  "includeDetails": true,
  "language": "fr",
  "statuses": [],
  "handlingMethods": [],
  "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.