E-Leilões Scraper avatar

E-Leilões Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
E-Leilões Scraper

E-Leilões Scraper

E-Leiloes.pt Property Auction Scraper — Extracts real estate listings from Portugal's judicial auction platform. Collects property details, values, bids, locations, photos, and legal process data. Supports filtering by district, value range, and incremental runs.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

António Nunes Duarte

António Nunes Duarte

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

4 days ago

Last modified

Share

E-Leiloes.pt Property Auction Scraper

Apify actor that scrapes real estate auction listings from e-leiloes.pt, Portugal's judicial auction platform run by the Order of Solicitors (OSAE).

Features

  • Scrapes all real estate (imóveis) listings from the e-leiloes.pt REST API
  • Extracts full property details: values, location with GPS coordinates, legal process info, execution agent, photos, encumbrances
  • Optional filters by district, municipality, value range, and auction status
  • Configurable concurrency and rate limiting for respectful scraping
  • Uses Portuguese residential proxies by default for reliable access
  • Output compatible with direct PostgreSQL insertion

Input Parameters

ParameterTypeDefaultDescription
districtstringFilter by distrito (e.g., "Lisboa", "Porto")
municipalitystringFilter by concelho (e.g., "Cascais", "Matosinhos")
minValuenumberMinimum base value in euros
maxValuenumberMaximum base value in euros
auctionStatusinteger1 = active, 2 = ended
proxyConfigurationobjectPT residentialProxy settings (Portuguese residential proxies recommended)
maxConcurrencyinteger10Max parallel detail requests (1-50)
requestDelaynumber0.5Seconds between requests (0-10)

Example Input

Scrape all active listings in Lisbon district:

{
"district": "Lisboa",
"auctionStatus": 1,
"maxConcurrency": 10,
"requestDelay": 0.5
}

Scrape all listings across Portugal (default):

{}

Output Fields

Each listing record contains:

FieldTypeDescription
referencestringUnique listing reference (e.g., "LO1453432026")
titlestringProperty title
descriptionstringFull property description
observationsstringAdditional observations
propertyTypestringAlways "Imóvel" (real estate)
propertySubtypestringApartamento, Moradia, Terreno, Loja, Prédio, etc.
typologystringT0-T6+, or "não aplicável"
saleModalityIdinteger1 = Leilão Online, 2 = Negociação Particular
baseValuenumberAssessed base value (€)
openingValuenumberOpening bid value (€)
minimumValuenumberMinimum value for unconditional acceptance (€)
currentBidnumberCurrent highest bid (0 if no bids)
auctionStartstringAuction start date (ISO 8601)
auctionEndstringAuction end date (ISO 8601)
auctionEndInitialstringOriginal end date before extensions
startedbooleanWhether the auction has started
endedbooleanWhether the auction has ended
cancelledbooleanWhether the auction was cancelled
addressstringStreet address
addressNumberstringStreet number
addressFloorstringFloor/unit
postalCodestringPostal code
districtstringDistrict (Distrito)
municipalitystringMunicipality (Concelho)
parishstringParish (Freguesia)
latitudenumberGPS latitude
longitudenumberGPS longitude
usefulAreanumberUseful private area (m²)
dependentAreanumberDependent area (m²)
totalAreanumberTotal area (m²)
processNumberstringJudicial process reference (e.g., "8716/06.1TBMTS")
courtstringCourt handling the execution
courtDistrictstringCourt district (Comarca)
agentNamestringExecution agent name
agentEmailstringExecution agent email
agentLicensestringExecution agent license number
debtorsarrayDebtor information (name, NIF)
photosarrayFull photo URLs
encumbrancesarrayLiens, leases, and other encumbrances
propertyRegistrationarrayProperty registry information
ceremonyDatestringBid opening ceremony date
ceremonyLocationstringCeremony location
listingUrlstringDirect link on e-leiloes.pt
updatedAtstringLast update on e-leiloes.pt
scrapedAtstringWhen this record was scraped

Proxy Configuration

This scraper requires Portuguese residential proxies for reliable access to e-leiloes.pt. Residential proxies are enabled by default. The target site is a Portuguese government-adjacent platform that may block datacenter IP addresses.