Portugal Property Auctions API - e-leiloes Judicial Auctions avatar

Portugal Property Auctions API - e-leiloes Judicial Auctions

Pricing

from $3.00 / 1,000 auction records

Go to Apify Store
Portugal Property Auctions API - e-leiloes Judicial Auctions

Portugal Property Auctions API - e-leiloes Judicial Auctions

[💵 $4.00 / 1K] Official Portugal e-leiloes judicial auctions in a clean English schema: minimum bid, appraisal discount, court case, debtor signals, location, and enforcement-agent contact for property, vehicle, and equipment auction sourcing.

Pricing

from $3.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

5 days ago

Last modified

Share

💵 $4.00 / 1,000 auction records. No actor-start fee. Platform usage included.

Structured, English-normalized data from e-leiloes.pt - the official national judicial e-auction portal of Portugal, run by OSAE (Ordem dos Solicitadores e dos Agentes de Execução). Real estate, vehicles, equipment, furniture and machinery sold through court-ordered (penhora / execução) auctions, turned into a clean investor-lead schema with the discount math, the judicial process and the enforcement-agent contact the raw portal never gives you in one place.

Blue ocean: nobody else exposes the official e-leiloes register as an API.

Why this Actor

  • Official source. Straight from the OSAE portal, not a re-seller aggregator.
  • Investor-ready fields. Appraisal value, minimum bid, opening bid, current bid and a derived discount vs appraisal % - the number distressed-asset buyers actually filter on.
  • Motivated-seller / debt signals. Court, case number and the debtors (executados) with tax IDs (NIF), plus encumbrances (ónus) with amounts and dates.
  • Lead contact baked in. The enforcement agent's name, licence (cédula), phone and email - a direct line to the person running each sale.
  • Clean English. Portuguese asset types, subtypes and modalities mapped to English; two mixed response encodings handled transparently.
  • Monitoring mode. Return only auctions you have not seen before, per district and asset type.

Example input

{
"districts": ["Lisboa", "Porto"],
"assetTypes": ["Real estate"],
"status": "live",
"minValueEur": 50000,
"maxValueEur": 300000,
"includeDetails": true,
"maxResults": 500
}

Leave districts empty to search all of Portugal. assetTypes accepts English names (Real estate, Vehicle, Equipment, Furniture, Machinery, Right) or their numeric codes.

Example output (one auction, abridged)

{
"recordType": "auction",
"source": "e-leiloes.pt",
"reference": "LO1487622026",
"auctionUrl": "https://www.e-leiloes.pt/evento/LO1487622026",
"assetType": "Real estate",
"assetSubtype": "Rural land",
"title": "Terreno arvense",
"appraisalValueEur": 111156.63,
"minBidEur": 94483.14,
"openingBidEur": 55578.32,
"discountPctVsAppraisal": 15.0,
"openingPctOfAppraisal": 50.0,
"vatChargeable": false,
"vatPct": 23.0,
"district": "Santarém",
"municipality": "Abrantes",
"parish": "Mouriscas",
"totalAreaSqm": 349540,
"latitude": 39.49,
"longitude": -8.12,
"endDate": "2026-07-08T10:00:00",
"status": "live",
"court": "Santarém - Juízo Comércio - Juiz 3",
"caseNumber": "838/23.0T8STR",
"debtors": [{ "name": "Amadeu dos Santos Guia", "taxId": "176795553", "isClaimant": false }],
"encumbrances": [{ "type": "Mortgage", "amountEur": 1758.32, "contractDate": "2018-08-13" }],
"ceremonyDate": "2026-07-08T14:30:00",
"ceremonyLocation": "Lisboa - Palácio da Justiça",
"agentName": "Vanda Fonseca Silva",
"agentLicense": "299",
"agentEmail": "vanda.c.silva@aj.caaj.pt",
"agentPhone": "919226167"
}

The run also emits one search_summary row per scope (available auctions, collected count, median minimum bid) and, in monitoring mode, newAuctions / previouslySeen counts.

Fields

Core (always): reference, auctionUrl, assetType, assetSubtype, propertyType (T-typology for dwellings), modality, title, appraisalValueEur, minBidEur, currentBidEur, discountPctVsAppraisal, hasBids, district, municipality, parish, startDate, endDate, status, photoUrl.

With Include full details (optional, slower): openingBidEur, openingPctOfAppraisal, vatChargeable, vatPct, description, observations, usableAreaSqm, dependentAreaSqm, totalAreaSqm, street, postalCode, latitude, longitude, vehiclePlate, caseNumber, courtDistrict, court, debtors[], encumbrances[], ceremonyDate, ceremonyLocation, ceremonyAddress, agentName, agentEmail, agentPhone, agentLicense, agentCourtDistrict, agentAddress, photoCount, documentCount.

Common uses

  • Distressed real-estate sourcing - live judicial property auctions filtered by district, value and discount.
  • Vehicle / equipment auction feeds - dealers and liquidators tracking court sales.
  • Enforcement-agent lead lists - reach the agente de execução managing each lot.
  • Scheduled monitoring - run daily in monitoring mode and get only the new auctions.

Notes and limits

  • The portal serves a fixed page size; large districts are paged automatically. Use maxResults to cap volume and cost.
  • includeDetails adds one request per auction. It is optional and slower; leave it off for a fast, cheap headline scan. From Apify cloud, the official portal can intermittently time out on detail requests, so detail rows should be treated as best-effort until the portal is serving steadily.
  • e-leiloes.pt presents an incomplete TLS certificate chain; the Actor verifies first and falls back to an unverified context only for this host.
  • This Actor reads public auction notices that the portal publishes for transparency of court-ordered sales. It is an independent tool, not affiliated with OSAE or e-leiloes.pt, and does not place bids or submit anything to the portal. Respect the portal's terms and applicable law (incl. GDPR) when using debtor/agent personal data.