# Poland Online Property E-Auctions - Komornik e-Licytacje

**Use case:** 

Online real-estate e-auctions from Poland's komornik register in clean English: appraisal, opening bid, discount %, deposit, deadlines & coordinates.

## Input

```json
{
  "province": "Masovia",
  "assetType": "real-estate",
  "eauctionOnly": true,
  "sortBy": "auction-date",
  "includeDetails": false,
  "maxResults": 50,
  "includeRaw": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "PL"
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "itemId": {
    "label": "Item ID"
  },
  "category": {
    "label": "Category"
  },
  "city": {
    "label": "City"
  },
  "province": {
    "label": "Voivodeship"
  },
  "appraisalValue": {
    "label": "Appraisal (PLN)"
  },
  "openingBid": {
    "label": "Opening bid (PLN)"
  },
  "discountPctVsAppraisal": {
    "label": "Discount %"
  },
  "auctionRound": {
    "label": "Round"
  },
  "depositEstimate": {
    "label": "Deposit (PLN)"
  },
  "auctionType": {
    "label": "Type"
  },
  "auctionStartAt": {
    "label": "Auction start"
  },
  "depositDeadline": {
    "label": "Deposit deadline"
  },
  "announcementUrl": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Poland Bailiff Auctions API - Komornik Auctions in English](https://apify.com/webdata_labs/poland-komornik-auctions-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/poland-komornik-auctions-api) to learn more, explore other use cases, and run it yourself.