E-Leilões Scraper
Pricing
from $2.00 / 1,000 results
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
Actor stats
0
Bookmarked
2
Total users
2
Monthly active users
4 days ago
Last modified
Categories
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
| Parameter | Type | Default | Description |
|---|---|---|---|
district | string | — | Filter by distrito (e.g., "Lisboa", "Porto") |
municipality | string | — | Filter by concelho (e.g., "Cascais", "Matosinhos") |
minValue | number | — | Minimum base value in euros |
maxValue | number | — | Maximum base value in euros |
auctionStatus | integer | — | 1 = active, 2 = ended |
proxyConfiguration | object | PT residential | Proxy settings (Portuguese residential proxies recommended) |
maxConcurrency | integer | 10 | Max parallel detail requests (1-50) |
requestDelay | number | 0.5 | Seconds 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:
| Field | Type | Description |
|---|---|---|
reference | string | Unique listing reference (e.g., "LO1453432026") |
title | string | Property title |
description | string | Full property description |
observations | string | Additional observations |
propertyType | string | Always "Imóvel" (real estate) |
propertySubtype | string | Apartamento, Moradia, Terreno, Loja, Prédio, etc. |
typology | string | T0-T6+, or "não aplicável" |
saleModalityId | integer | 1 = Leilão Online, 2 = Negociação Particular |
baseValue | number | Assessed base value (€) |
openingValue | number | Opening bid value (€) |
minimumValue | number | Minimum value for unconditional acceptance (€) |
currentBid | number | Current highest bid (0 if no bids) |
auctionStart | string | Auction start date (ISO 8601) |
auctionEnd | string | Auction end date (ISO 8601) |
auctionEndInitial | string | Original end date before extensions |
started | boolean | Whether the auction has started |
ended | boolean | Whether the auction has ended |
cancelled | boolean | Whether the auction was cancelled |
address | string | Street address |
addressNumber | string | Street number |
addressFloor | string | Floor/unit |
postalCode | string | Postal code |
district | string | District (Distrito) |
municipality | string | Municipality (Concelho) |
parish | string | Parish (Freguesia) |
latitude | number | GPS latitude |
longitude | number | GPS longitude |
usefulArea | number | Useful private area (m²) |
dependentArea | number | Dependent area (m²) |
totalArea | number | Total area (m²) |
processNumber | string | Judicial process reference (e.g., "8716/06.1TBMTS") |
court | string | Court handling the execution |
courtDistrict | string | Court district (Comarca) |
agentName | string | Execution agent name |
agentEmail | string | Execution agent email |
agentLicense | string | Execution agent license number |
debtors | array | Debtor information (name, NIF) |
photos | array | Full photo URLs |
encumbrances | array | Liens, leases, and other encumbrances |
propertyRegistration | array | Property registry information |
ceremonyDate | string | Bid opening ceremony date |
ceremonyLocation | string | Ceremony location |
listingUrl | string | Direct link on e-leiloes.pt |
updatedAt | string | Last update on e-leiloes.pt |
scrapedAt | string | When 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.