Caixa Leilão de Imóveis Scraper avatar

Caixa Leilão de Imóveis Scraper

Pricing

Pay per event

Go to Apify Store
Caixa Leilão de Imóveis Scraper

Caixa Leilão de Imóveis Scraper

Scrape property listings from Caixa Econômica Federal's real estate auction portal. Filter by state, city, modality and minimum discount. Returns appraisal value, discount %, address and edital link.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

6 days ago

Last modified

Share

Caixa Leilão de Imóveis Auction Property Scraper

Scrapes foreclosure and auction property listings from Caixa Econômica Federal's real estate portal. Returns appraisal value, sale price, discount percentage, full address, auction modality and the edital document link as structured JSON.


Caixa Leilão Scraper Features

  • Filter by Brazilian state, city and auction modality
  • Returns appraisal value and sale price as numbers, with the discount already computed
  • Links the edital (official auction notice) for every property
  • Covers all modalities — Leilão SFI, Licitação Aberta, Venda Online and Venda Direta
  • Caps output with maxItems

What can you do with Caixa auction data?

  • Property investors — Screen the whole country for the deepest discounts off appraisal without opening each listing.
  • Real estate funds — Build a pipeline of auction inventory filtered to target states and property types.
  • Market analysts — Track discount rates over time as a distress signal for regional housing markets.
  • Legal teams — Pull edital links in bulk for the properties worth a compliance read.
  • Lead generation — Identify areas with concentrated auction inventory for targeted outreach.

How Caixa Leilão Scraper Works

  1. You choose a state and, optionally, an auction modality.
  2. The scraper runs Caixa's property search and collects every match.
  3. Each listing is parsed into the field set below, with the discount computed against the appraisal value.
  4. Records stream to the dataset as they are parsed, stopping at maxItems.

Input

{
"estado": "SP",
"modalidade": "14",
"maxItems": 200
}
FieldTypeDefaultDescription
estadostringSPBrazilian state code — SP, RJ, MG. Empty for all states
modalidadestringAuction modality (see below). Empty for all
maxItemsinteger10Maximum property records. Empty for no limit

Modality codes:

CodeModality
14Leilão SFI — Edital Único
21Licitação Aberta
30Venda Direta
33Venda Online
34Venda Direta Online

Caixa Leilão Scraper Output Fields

{
"listing_id": "3190890SP",
"property_url": "https://venda-imoveis.caixa.gov.br/sistema/detalhe-imovel.asp?hdnimovel=3190890SP",
"edital_url": "https://venda-imoveis.caixa.gov.br/editais/edital.pdf",
"address": "Rua das Flores, 250",
"neighborhood": "Vila Mariana",
"city": "São Paulo",
"state": "SP",
"property_type": "Apartamento",
"modality": "Leilão SFI - Edital Único",
"appraisal_value": 480000,
"sale_value": 288000,
"discount_pct": 40,
"scraped_at": "2026-07-25T09:14:22Z"
}
FieldTypeDescription
listing_idstringUnique property identifier — e.g. 3190890SP
property_urlstringURL of the property detail page
edital_urlstringURL of the auction edital / notice document
addressstringProperty street address
neighborhoodstringNeighborhood (bairro)
citystringCity
statestringBrazilian state code (UF)
property_typestringProperty type — Apartamento, Casa, Terreno
modalitystringAuction modality description
appraisal_valuenumberAppraised value in BRL (valor de avaliação)
sale_valuenumberSale / auction price in BRL
discount_pctnumberDiscount percentage off the appraisal value
descriptionstringProperty description text
scraped_atstringISO timestamp of extraction

FAQ

What is discount_pct calculated against?

The appraisal value (valor de avaliação), not a previous asking price. Both figures are in the record, so you can verify it.

Does the Caixa Leilão Scraper need an account?

No. It reads the public property search on venda-imoveis.caixa.gov.br.

What is the edital, and why does it matter?

It is the official auction notice — the legally binding document covering terms, occupancy status and any outstanding debts on the property. edital_url links it directly, and you should read it before bidding on anything.

Are prices in BRL?

Yes. appraisal_value and sale_value are both Brazilian reais, returned as numbers rather than formatted strings.

Can I filter by minimum discount?

Not at query level. Pull the state you want and filter on discount_pct in your own pipeline — the field is already computed.


Need More Features?

Need discount thresholds at query level, or occupancy status parsed from the edital? Open an issue on the actor.

Why Use Caixa Leilão Scraper?

  • Discount already computed — Appraisal and sale price both returned, with the percentage worked out, so ranking by opportunity is a sort not a script.
  • Edital linked on every record — The document that decides whether a bid is sane, one field away.
  • Pay per property — No subscription. Screen one state or all of Brazil and pay for what comes back.