Leilão Imóvel Scraper avatar

Leilão Imóvel Scraper

Pricing

Pay per event

Go to Apify Store
Leilão Imóvel Scraper

Leilão Imóvel Scraper

Scrape auction property listings from leilaoimovel.com.br — Brazil's largest real estate auction portal. Extracts sale price, appraisal value, discount percentage, modality, closing date, bank, property type, address, and more. Filter by state, city, property type, and bank.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Scrape auction property listings from leilaoimovel.com.br — Brazil's largest real estate auction aggregator. The actor crawls listing pages and extracts full detail records including sale price, appraisal value, discount percentage, bank, auctioneer, closing date, payment options, and more.

What it does

  • Crawls listing pages at /encontre-seu-imovel with optional filters (state, city, bank, property type)
  • Follows every property link into its detail page
  • Extracts 24 fields per record, including DataLayer ecommerce event data for price accuracy
  • Handles pagination automatically up to 2,445+ pages (~15 items/page)

Input

FieldTypeDescriptionDefault
maxItemsintegerMaximum number of property listings to scrape10
statestringBrazilian state code, e.g. SP, RJ, MG(all)
citystringCity slug, e.g. sao-paulo(all)
bankstringBank slug, e.g. caixa-economica-federal-cef, santander(all)
propertyTypestringProperty type slug, e.g. residencial, comercial(all)

Output fields

Each record in the dataset contains:

FieldTypeDescription
property_idstringInternal property ID
urlstringFull URL of the property detail page
titlestringProperty listing title
sale_pricenumberCurrent sale price in BRL
appraisal_valuenumberAppraisal value in BRL
discount_pctnumberDiscount % off the appraised value
modalitystringAuction modality (e.g. Leilão SFI Caixa, Venda Direta)
bankstringBank / institution selling the property
auctioneerstringAuctioneer company name
closing_datestringAuction closing date-time (ISO 8601)
property_typestringProperty type (Casa, Apartamento, Terreno, …)
addressstringFull property address
statestringBrazilian state code (e.g. RJ, SP)
citystringCity name
accepts_financingbooleanWhether the property accepts financing
accepts_fgtsbooleanWhether the property accepts FGTS
accepts_installmentbooleanWhether installment payment is accepted
origin_codestringBank's internal reference code
item_numberstringItem number within the auction edital
editalstringAuction notice / edital identifier
registration_numberstringProperty registration (matrícula) number
comarcastringJudicial district
descriptionstringFull property description
image_urlstringURL of the first property photo
scraped_atstringISO 8601 timestamp of when the record was scraped

Example output

{
"property_id": "2345696",
"url": "https://www.leilaoimovel.com.br/imovel/pe/petrolina/...",
"title": "Casa Caixa em Petrolina / PE",
"sale_price": 574220.18,
"appraisal_value": 760000.00,
"discount_pct": 24.44,
"modality": "Leilão SFI Caixa",
"bank": "Caixa",
"auctioneer": "Leilões Judiciais",
"closing_date": "2026-07-15T10:00:00-03:00",
"property_type": "Casa",
"address": "Rua Exemplo, 123, Bairro Centro, Petrolina/PE",
"state": "PE",
"city": "Petrolina",
"accepts_financing": true,
"accepts_fgts": true,
"accepts_installment": false,
"origin_code": "PE123456",
"item_number": "001",
"edital": "0001/2026",
"registration_number": "12345",
"comarca": "Petrolina",
"description": "Casa residencial em bom estado...",
"image_url": "https://www.leilaoimovel.com.br/...",
"scraped_at": "2026-06-06T19:35:00.000Z"
}

Notes

  • The actor uses Brazilian residential proxy routing to ensure reliable access to leilaoimovel.com.br, which is protected by Cloudflare and blocks datacenter IPs.
  • Pagination is auto-detected from the listing count shown on the first page.
  • state and city filter values should be lowercase codes/slugs as used in the site's URL structure (e.g. sp not São Paulo).
  • Scraping all ~37,000+ active listings without filters requires a high maxItems value and significant compute time.