Poland Bailiff Auctions API - Komornik Auctions in English avatar

Poland Bailiff Auctions API - Komornik Auctions in English

Pricing

$4.00 / 1,000 auction records

Go to Apify Store
Poland Bailiff Auctions API - Komornik Auctions in English

Poland Bailiff Auctions API - Komornik Auctions in English

[💵 $4.00 / 1K] Licytacje komornicze z licytacje.komornik.pl: nieruchomości, cena wywołania, wartość oszacowania, rękojmia, województwo. Clean English schema for international investors - appraisal, opening bid, discount %, auction round, deposit, deadlines & coordinates. Not a raw portal dump.

Pricing

$4.00 / 1,000 auction records

Rating

0.0

(0)

Developer

WebData Labs

WebData Labs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Poland Bailiff Auctions API - Komornik Judicial Auctions in English

Structured, investor-ready data from licytacje.komornik.pl, Poland's official register of bailiff (komornik) judicial auctions - the single portal every enforced sale of real estate and movable property must be published on.

This is not a raw portal dump. Every auction is normalized into one clean English lead row with the numbers a property investor actually needs: the court appraisal, the opening bid, how far below the appraisal that opening sits (discount %), the implied auction round, the required deposit, and every deadline - so you can filter a distressed -asset pipeline without reading Polish enforcement notices.

What you get

One row per auction, in English:

  • Economics (PLN): appraisalValue (wartość oszacowania), openingBid (cena wywołania), discountPctVsAppraisal, auctionRound (FIRST / SECOND, inferred from the statutory opening ratio), depositEstimate (rękojmia, 1/10 of the appraisal).
  • Classification: assetClass (REAL_ESTATE / MOVABLE / OTHER), category (Apartment, House, Land, Commercial premises, Car...), auctionType (E_AUCTION / STATIONARY).
  • Schedule: auctionStartAt, auctionEndAt, depositDeadline, publishedAt.
  • Location: structured address (street, building/flat no., postal code, city), province (English voivodeship name), provinceCode, latitude/longitude when present.
  • Links: announcementUrl to the official listing.
  • Optional (includeDetails): description, bailiffOffice, caseSignature, exact depositAmount.

Why the discount and round matter

Under Polish enforcement law the opening bid is a fixed fraction of the court appraisal: 3/4 at the first auction, 2/3 at the second. So a 25% discount signals a first auction, ~33% signals a second (cheaper) auction. The raw portal never gives you this - the API derives it on every row, so you can sort a whole voivodeship by real discount in one pass.

Example input

{
"province": "Masovia",
"assetType": "real-estate",
"eauctionOnly": true,
"maxOpeningBid": 500000,
"sortBy": "auction-date",
"maxResults": 100
}

Accepts a Polish slug or English name for province (mazowieckie or Masovia, malopolskie or Lesser Poland, slaskie or Silesia). Leave it empty to search all of Poland. To pull specific listings, pass itemIds (the number in a .../items/<id> URL) and the search filters are ignored.

Example output row

{
"recordType": "auction",
"itemId": 77407,
"announcementUrl": "https://licytacje.komornik.pl/items/77407",
"title": "I e-licytacja lokalu mieszkalnego w Gorzowie Wielkopolskim",
"assetClass": "REAL_ESTATE",
"category": "Apartment",
"auctionType": "E_AUCTION",
"currency": "PLN",
"appraisalValue": 439500.0,
"openingBid": 329625.0,
"discountPctVsAppraisal": 25.0,
"auctionRound": "FIRST",
"depositEstimate": 43950.0,
"auctionStartAt": "2026-09-24T11:00:00+02:00",
"depositDeadline": "2026-09-22T23:59:59+02:00",
"address": { "street": "ul.Brukselska", "buildingNo": "7A", "flatNo": "3", "postalCode": "66-400", "city": "Gorzów Wielkopolski", "province": "Lubusz" },
"province": "Lubusz",
"provinceCode": "lubuskie"
}

Use cases

  • Distressed real-estate sourcing - filter apartments/houses/land by voivodeship, discount, and round.
  • Investor lead feeds - schedule the Actor and push new second-round (deepest-discount) auctions to a CRM.
  • Vehicle/equipment resale - assetType: movable for cars, trucks, and machinery below market.
  • Market monitoring - track appraisal-vs-opening spreads across regions over time.

Pricing

Pay per result: $4.00 / 1,000 auction records (platform usage included, no per-run start fee).

Notes

  • Data comes from the official public register. Values are in Polish złoty (PLN).
  • auctionRound and depositEstimate are derived from statutory ratios; enable includeDetails for the portal's exact deposit when published.
  • Enabling Apify Proxy (Polish residential recommended) keeps large runs reliable.

Po polsku

API licytacji komorniczych - dane z oficjalnego portalu licytacje.komornik.pl w czystym, angielskim schemacie dla inwestorów. Zamiast surowego zrzutu strony dostajesz jeden uporządkowany wiersz na licytację: wartość oszacowania, cena wywołania, procent dyskonta, numer licytacji (pierwsza/druga), rękojmia, terminy i lokalizacja (województwo, miasto, adres). Filtruj po województwie, kategorii (mieszkania, domy, działki, lokale, pojazdy), cenie i typie licytacji (e-licytacja). Cena: $4.00 / 1000 rekordów.