# Poland Bailiff Car Auctions - Komornik Licytacje Aut

**Use case:** 

Bailiff car & vehicle auctions from Poland's komornik register in clean English: appraisal, opening bid, discount %, deposit, deadlines & location.

## Input

```json
{
  "province": "Masovia",
  "assetType": "movable",
  "eauctionOnly": false,
  "searchQuery": "samochód",
  "sortBy": "newest",
  "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.