VOOZH about

URL: https://apify.com/signalflow/portugal-centro-leiloes

⇱ Portugal Property Auctions Scraper (Centro de Leilões) · Apify


👁 Portugal Property Auctions Scraper (Centro de Leilões) avatar

Portugal Property Auctions Scraper (Centro de Leilões)

Pricing

from $3.00 / 1,000 results

Go to Apify Store

Portugal Property Auctions Scraper (Centro de Leilões)

Scrape centrodeleiloes.pt — Portuguese property auctions (judicial and insolvency): valor base, valor mínimo (85%) and valor de abertura (50%), court, date, address and PDF documents. Filter by district, type and value. Export to JSON/CSV/Excel.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

👁 SignalFlow

SignalFlow

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

🇵🇹 Portugal Property Auctions Scraper (Centro de Leilões)

Extract Portuguese property and public auction listings from Centro de Leilões — the national portal aggregating court-ordered, insolvency, and voluntary auctions. Get structured data on prices (valor base, valor mínimo 85%, valor de abertura 50%), tribunals, process numbers, addresses, and Google Maps links.


🎯 Why use this Scraper?

Auction opportunities in Portugal are scattered across dozens of court notices and auction-house announcements. This Actor solves that by:

  • Bulk extraction of property auctions from a single national aggregator.
  • Structured output (JSON / Excel / CSV) instead of manually browsing post-by-post.
  • Smart, Portugal-specific fields — the valor mínimo (85% of the valor base, the legal valid-bid threshold) and the valor de abertura (50%, the lowest accepted opening bid), plus price-per-m².
  • Google Maps links on every property so you can inspect locations instantly.
  • Court & process tracking — tribunal, process number, and insolvency solicitor on each record.

🏢 Use Cases

  • Real-estate investors — spot undervalued properties before the auction date.
  • Lawyers & solicitors — monitor tribunal calendars and competing listings.
  • Market research — analyse starting prices, surface areas, and price-per-m² by district.
  • Data enrichment — append auction data to an existing property or CRM dataset.

📦 Output Data

Each result is a structured record with the following fields:

referencia, tipo, tipo_processo, valor_base, valor_base_fmt, licitacao_minima, data_leilao, tribunal, numero_processo, morada, concelho, distrito, area_m2, descricao, solicitador, detail_url, pdf_url, photos, google_maps_url, status, valor_abertura_fmt, price_per_m2.

Example output

ℹ️ The values below are illustrative samples, not a real listing.

{
"referencia":"016/22",
"tipo":"residential",
"tipo_processo":"insolvencia",
"valor_base":226000.0,
"valor_base_fmt":"226.000,00 €",
"licitacao_minima":"192.100,00 €",
"data_leilao":"19 de agosto de 2022",
"tribunal":"Tribunal Judicial da Comarca de Santarém",
"numero_processo":"2359/21.7",
"morada":"Carrascal, Murteira, Benavente",
"concelho":"Benavente",
"distrito":"Santarém",
"area_m2":240.0,
"descricao":"Prédio Urbano – composto por casa de rés-do-chão e logradouro.",
"solicitador":"João EXEMPLO, Lda",
"detail_url":"https://www.centrodeleiloes.pt/leilao-exemplo/",
"pdf_url":"N/A",
"photos":[
"https://www.centrodeleiloes.pt/wp-content/uploads/exemplo-1.jpg"
],
"google_maps_url":"https://www.google.com/maps/search/?api=1&query=...",
"status":"inactive",
"valor_abertura_fmt":"113.000,00 €",
"price_per_m2":941.67
}

About the value fields (Portuguese auction law, CPC): three numbers matter, all tied to the valor base (e.g. €226.000):

  • valor_base_fmt — the starting valuation set by the judge / tax authority.
  • licitacao_minima — the valor mínimo, by law 85% of the base (Art. 816 CPC). A bid at or above this is automatically valid.
  • valor_abertura_fmt — the valor de abertura, 50% of the base — the lowest bid the platform accepts. Bids between 50% and 85% are licitação condicional (conditional) and need the judge's and creditors' approval; bids below 50% are rejected automatically.

⚙️ Input

FieldTypeDefaultDescription
distritostring""Optional district filter (partial match), e.g. Lisboa, Porto.
concelhostring""Optional municipality filter (partial match), e.g. Sintra, Faro.
tipostring"all"Property type: all, residential, commercial, land, industrial, other.
tipo_processostring"all"Process type: all, judicial, insolvencia, voluntaria.
min_valorinteger0Minimum base value in €. 0 = no limit.
max_valorinteger0Maximum base value in €. 0 = no limit.
max_itemsinteger100Maximum auctions to return. 0 = unlimited.
download_pdfbooleanfalseDownload auction PDFs to the Key-Value Store.

💡 Tips

  • Start small — run with max_items: 5 to verify the output format before a full scrape.
  • Filter by concelho — useful when a district covers many municipalities (e.g. Lisboa has 18 concelhos).
  • Price filters — combine min_valor and max_valor to focus on your investment bracket.
  • PDF documents are saved by default to permanent storage, so the legal conditions are never lost if the source link expires. Set download_pdf: false to keep only the source links for slightly faster runs.
  • Full national export — set tipo: all and max_items: 0 for a complete snapshot.

🤖 Use it as an AI Tool (MCP)

This Actor is Model Context Protocol (MCP) compatible, so AI assistants like Claude can call it directly through the Apify MCP Server. The input is described so an assistant can fill it in from a natural-language request, for example:

"Find 20 upcoming property auctions in Lisboa district with a base value under 300,000 € and return their addresses, auction dates, and minimum bid values."

The assistant maps that to distrito: "Lisboa", max_valor: 300000, max_items: 20 and reads the structured results — no manual configuration needed.


📜 Disclaimer

This Actor extracts publicly available auction notices from Centro de Leilões. The data is published for public information purposes. You are responsible for using the data in compliance with applicable laws. Do not use the data for unlawful purposes. Always verify auction details directly with the relevant tribunal or auction house before bidding.


🇵🇹 Documentação em Português

Extrator de Leilões de Imóveis — Centro de Leilões

Extraia leilões de imóveis e hastas públicas de Centro de Leilões, o portal nacional que agrega leilões judiciais, de insolvência e voluntários.

Funcionalidades:

  • 🔍 Extração estruturada de preços, tribunais, números de processo e moradas.
  • 📊 Cálculos: valor mínimo (85% do valor base) e valor de abertura (50%), mais preço por m².
  • 📍 Link do Google Maps em cada imóvel.
  • ⚖️ Informação do tribunal, juízo e solicitador/insolvente.

Utilização:

{
"distrito":"Lisboa",
"tipo":"residential",
"max_items":20
}

Dados extraídos:

  • Referência, tipo de imóvel e tipo de processo.
  • Valor base e valor mínimo de licitação.
  • Data do leilão, tribunal e número de processo.
  • Morada, concelho, distrito e área em m².
  • Descrição completa, fotos e links para documentos.

Dados e preços fornecidos apenas a título indicativo — as informações oficiais prevalecem sempre.

You might also like

Italy AsteAnnunci Judicial Auctions Scraper

signalflow/italy-asteannunci

Scrape asteannunci.it — Italian property auctions (aste giudiziarie): prezzo base, offerta minima, court, sale date, address, surface and PDF documents, plus next-round price projections (asta deserta) and estimated additional costs. Filter by region, type and price. Export to JSON/CSV/Excel.

4

France Judicial Real-Estate Auctions Scraper

signalflow/france-judicial-auctions

Scrape Licitor (licitor.com) — French judicial real-estate auctions (ventes aux enchères): mise à prix, court, sale date, address, surface and the cahier des conditions PDF, plus legal price-drop levels and estimated frais préalables. Filter by region, type and price. Export to JSON/CSV/Excel.

1

Subastas BOE Scraper — Spanish Gov Auctions

studio-amba/subastas-boe-scraper

Extract judicial and government auctions from Spain's official Subastas BOE portal. Search real estate foreclosures, vehicle auctions, and asset sales by province, asset type, and status. Returns property details, court info, bid amounts, and deposit requirements. No cookies, no login.

👁 User avatar

Studio Amba

5

taly Auction Lots Scraper — Up to 88% Below Market Value

ayrtondavoli97/Aste-objects-scraper

AI-powered Italian judicial & industrial auction intelligence engine. Find Italian properties at 30-70% below market value from judicial auctions. Filter by region, property type, price range and auction date

👁 User avatar

Francesco Ayrton Davoli

2

Austria Insolvency & Court Publications Scraper

regdata/austria-ediktsdatei-scraper

Scrape Austrian insolvency data from the Ediktsdatei - bankruptcies, reorganizations, debt settlements, court auctions, and Firmenbuch announcements. Official court publications with no API alternative.

4

Caixa Leilões API

brasil-scrapers/caixa-leiloes-api

API confiável de leilões de imóvel Caixa. Esta ferramente de web scraper permite buscar dados no site de leilões da Caixa federal com filtros específicos por estado, cidade e modo de busca. Solução ótima para criar automações e análise do mercado de leilões imobiliário.

👁 User avatar

Brasil Scrapers

212

5.0

Caixa Leilão de Imóveis

gio21/caixa-leilao-de-imoveis

Scrape imóveis da Caixa Econômica Federal disponíveis para leilão e venda direta. Filtre por estado, cidade, modalidade e desconto mínimo. Retorna valor de avaliação, desconto calculado, endereço e link do edital. Pay per result.

Justiz-Auktion Scraper — German Gov Auctions

studio-amba/justiz-auktion-scraper

Scrape German and Austrian judicial auctions from justiz-auktion.de. Browse by category — electronics, vehicles, jewelry, tools, furniture, and more. Extract auction title, current bid, starting bid, end date, location, seller (court/agency), images, and full description. No cookies, no login.

👁 User avatar

Studio Amba

2

Italy Judicial Real Estate Auctions (AsteGiudiziarie.it)

ayrtondavoli97/italy-judicial-real-estate-auctions-astegiudiziarie-it

Extract structured datasets of Italian real estate judicial auctions from AsteGiudiziarie.it including price, tribunal, location, auction dates and property details.Automatically detect potential investment opportunities. Leave a feedback also when you do free runs, report any bug or issues.

👁 User avatar

Francesco Ayrton Davoli

16

5.0