Bradesco Imóveis: Brazil Property Auction Scraper
Pricing
from $1.31 / 1,000 auction listings
Bradesco Imóveis: Brazil Property Auction Scraper
Scrape Bradesco Imóveis (Vitrine Bradesco) property auctions in Brazil. Filter leilão de imóveis by state, city, property type, auction house, price, discount, and auction date. Export auction stages, prices, images, due-diligence signals, and links for research, lead generation, and automation.
Pricing
from $1.31 / 1,000 auction listings
Rating
0.0
(0)
Developer
GetAScraper
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
3 days ago
Last modified
Categories
Share
🏘️ Bradesco Imóveis Scraper: Brazilian auctions
|
Screen Brazilian property auctions with the price and due-diligence details you need. Collect structured real-estate auction listings from Vitrine Bradesco's public catalog. Filter imóveis by UF, cidade, bairro, auction house, price, discount, or auction deadline, then choose the listing details you need. |
|
📍 Focus the search Filter by UF, cidade, bairro, property type, auction method, and auction house. |
💸 Compare auction stages Review first, second, and final values beside an effective price and discount. |
🧾 Enrich when needed Choose descriptions, images, auction-house details, and original source fields. |
🔎 Keep provenance Retain source links, source page details, and the extraction timestamp for each row. |
Use this Actor to turn Vitrine Bradesco auction listings into a consistent dataset for screening, research, lead generation, and market monitoring. It collects public property-auction data and omits fields the source does not provide.
📌 Why use this Actor?
- I am a property investor screening leilões de imóveis across Brazil to compare auction stages, discounts, dates, and location before deeper due diligence.
- I am a real-estate research analyst building a repeatable view of Bradesco auction inventory by UF, cidade, bairro, category, and auction modality.
- I am an acquisitions team member collecting direct listing and auctioneer links so I can route promising properties into an internal review process.
🚀 How it works
|
STEP 1 Set your scope Choose a saved search or set states, location, property type, and auction criteria. |
STEP 2 Choose detail depth Keep the helpful listing details, images, and auction-house information you need. |
STEP 3 Review structured rows Use price, auction, property, and due-diligence fields to prioritize the next review. |
🎛️ Input
| Field | Type | Required | Description |
|---|---|---|---|
startUrls | array of URLs | No | Optional saved Vitrine Bradesco auction-results URL. Leave empty to build a search with the filters below. |
states | array of options | No | States to include, such as SP or RJ. Leave empty to search across Brazil. |
city | string | No | Exact city name to include, such as São Paulo. Leave empty to include every city in the selected states. |
neighborhood | string | No | Exact neighborhood name to include, as reported by the listing. |
searchTerm | string | No | Optional keyword to find in the listing title, description, city, or neighborhood. |
propertyCategory | string | No | Property type such as Casa, Apartamento, Terreno, or Sítio. Leave empty to include every type. |
auctionType | string | No | Auction modality, such as alienação fiduciária or convencional. Leave empty for all modalities. |
auctioneer | string | No | Auction-house name, such as ZUK or Mega Leilões. Leave empty to include every auction house. |
minPriceBrl | number | No | Minimum auction value in Brazilian reais. The Actor uses the best available auction value for this comparison. |
maxPriceBrl | number | No | Maximum auction value in Brazilian reais. Listings without a usable value are excluded. |
minDiscountPercent | number | No | Minimum discount versus the first auction value. The comparison uses the final or second-stage value when available. |
auctionEndBefore | string | No | Latest auction date to include. Listings after this date are excluded. |
onlyWithoutDebts | boolean | No | Keep only listings marked by the source as having no debts. This does not replace legal due diligence. |
onlyWithVisitAllowed | boolean | No | Keep only listings marked by the source as allowing property visits. |
onlyWithLegalActions | boolean | No | Keep only listings with information returned by the source legal-action filter. |
proxyConfiguration | object | No | Use a direct connection by default for this public catalog. Turn on Apify Proxy for repeated runs from different network locations. |
includeDetails | boolean | No | Optional paid enrichment for address, direct auction link, update time, and auction location. A separate event applies only to successful detail records. Defaults to false. |
includeDescription | boolean | No | Include the original listing description, which may contain areas, registry, occupancy, and legal notes. Defaults to true. |
includeImages | boolean | No | Include source image URLs and the primary image URL when available. Defaults to true. |
includeAuctioneer | boolean | No | Include auction-house name, website, logo, and available source information. Defaults to true. |
includeRawSource | boolean | No | Keep the original source record for advanced workflows. Defaults to false. |
maxItems | integer | No | Maximum matching listing rows to return. Set 0 only for an intentional unlimited run within the page limit. Defaults to 10. |
maxPages | integer | No | Maximum result pages to check. Each page contains up to 30 listings. Set 0 only for an intentional unlimited run. Defaults to 2. |
requestDelayMs | integer | No | Pause between source requests in milliseconds. Defaults to 150. |
maxRetries | integer | No | Number of retries for temporary source or connection failures. Defaults to 3. |
🧭 Example input
{"states": ["SP"],"city": "São Paulo","propertyCategory": "Casa","maxPriceBrl": 500000,"minDiscountPercent": 10,"maxItems": 25}
Leave states empty to include all of Brazil. Leave optional location, price, discount, and auction filters blank when you want a broader collection.
📦 Data table
Every row represents one source auction listing. Optional fields are omitted when the source does not provide them or when the matching enrichment option is off.
| Field | Type | Description |
|---|---|---|
property_id | string | Stable source GUID for deduplication and change tracking. |
title | string | Source auction listing name. |
property_type | string | Source property category. |
auction_type | string | Source real-estate auction modality. |
city | string | City reported by the source. |
state | string | Brazilian state abbreviation reported by the source. |
neighborhood | string | Neighborhood reported by the source. |
address | string | Structured address returned by the detail record when available. |
listing_url | string | Canonical Vitrine Bradesco listing URL. |
external_listing_url | string | Direct auctioneer listing URL returned by the detail record. |
source_api_url | string | Source listing page used for this row. |
source_type | string | Listing source category. |
page_number | integer | Source page containing the listing. |
total_pages | integer | Total pages reported for the selected query. |
available_listing_count | integer | Total listings reported for the selected query. |
scraped_at | string | ISO 8601 extraction timestamp. |
last_updated_at | string | Source detail update timestamp when available. |
auction_status | string | Status derived from the latest available auction date. |
auction_location | string | Auction location or online participation note. |
listed_price_brl | number | Raw listed price from the source. Some source records use zero when unavailable. |
effective_price_brl | number | Best available auction value, prioritizing final, second-stage, first-stage, then positive listed price. |
effective_price_basis | string | Auction stage used for the effective price. |
currency | string | Currency code when supplied by the source. |
first_auction_value_brl | number | First auction value from the source. |
second_auction_value_brl | number | Second auction value from the source. |
final_auction_value_brl | number | Final auction value from the source when recorded. |
discount_from_first_bid_percent | number | Reduction from the first auction value to the final or second-stage value. |
auction_date | string | Primary auction date from the source. |
first_auction_date | string | First auction date from the source. |
second_auction_date | string | Second auction date from the source. |
final_auction_date | string | Final auction date from the source when recorded. |
created_at | string | Source record creation timestamp. |
occupancy_status | string | Occupancy statement extracted from the source description when present. |
private_area_sqm | number | Private or useful area parsed from the source description when explicitly stated. |
built_area_sqm | number | Built or constructed area parsed from the source description when explicitly stated. |
land_area_sqm | number | Land or terrain area parsed from the source description when explicitly stated. |
total_area_sqm | number | Total area parsed from the source description when explicitly stated. |
registry_numbers | array of strings | Property registry numbers found in the source description. |
legal_case_numbers | array of strings | Legal process numbers found in the source description. |
detail_enrichment_status | string | Whether full listing details were fetched successfully. |
primary_image_url | string | First source property image URL. |
image_urls | array of strings | All source property image URLs. |
description | string | Full source listing description when enabled. |
auctioneer_id | string | Source auctioneer GUID. |
auctioneer_name | string | Auctioneer name. |
auctioneer_website | string | Auctioneer website. |
auctioneer_logo_url | string | Auctioneer profile image URL. |
auctioneer_owner_names | string | Auctioneer owner names from the source. |
auctioneer_sync_status | string | Source synchronization status. |
auctioneer_last_sync_at | string | Last auctioneer synchronization timestamp. |
auctioneer_crawl_token | string | Source auction-house identifier useful for repeat filtering. |
raw_source | object | Merged listing and detail object when raw output is enabled. |
🧩 Example record
This is a real normalized row returned during a live validation run. Source availability varies by property.
{"property_id": "40f48c4c-3534-45d4-b452-86d27e4ba55a","title": "Casa - José Bonifácio/SP - Rua das Araras 496 - Casa (Lote nº 27 da Quadra F)","property_type": "Casa","auction_type": "alienacao-fiduciaria","city": "José Bonifácio","state": "SP","neighborhood": "Loteamento Nova Iorque","address": "Rua das Araras 496 - Casa (Lote nº 27 da Quadra F) - Loteamento Nova Iorque","listing_url": "https://vitrinebradesco.com.br/auctions/casa-jose-bonifaciosp-rua-das-araras-496-casa-lote-n-27-da-quadra-f-11","external_listing_url": "https://www.portalzuk.com.br/imovel/sp/jose-bonifacio/loteamento-nova-iorque/rua-das-araras-496/36956-230527?utm_source=site_bradesco&utm_medium=site_externo","source_api_url": "https://api.vitrinebradesco.com.br/v1/auctions?page=1&type=realstate&ufs=SP","scraped_at": "2026-08-14T15:41:42.043Z","auction_status": "past_or_closed","listed_price_brl": 0,"effective_price_brl": 2085483,"effective_price_basis": "final_auction_value","first_auction_value_brl": 2353828,"second_auction_value_brl": 2085483,"final_auction_value_brl": 2085483,"discount_from_first_bid_percent": 11.4,"first_auction_date": "2026-08-12T11:00:00.000Z","second_auction_date": "2026-08-14T11:00:00.000Z","final_auction_date": "2026-08-14T11:00:00.000Z","occupancy_status": "ocupado","land_area_sqm": 700,"built_area_sqm": 406.52,"registry_numbers": ["16.789"],"detail_enrichment_status": "complete","primary_image_url": "https://images.vitrinebradesco.com.br/zukerman_leiloes/471112/1784624794285","auctioneer_name": "ZUK","auctioneer_website": "https://www.zukerman.com.br/"}
💰 Pricing
Pricing uses pay per event. Each saved listing row uses the base listing event. If includeDetails is enabled, a separate detail-enrichment event applies only when the full detail record is fetched successfully; failed detail requests still return the base row without that add-on charge. Empty runs cost nothing, and there are no subscriptions.
⭐ Enjoying Bradesco Imóveis Scraper?
|
⭐ ⭐ ⭐ ⭐ ⭐ Found a property-auction workflow worth repeating? A rating helps other property investors and research teams find this Actor. Your feedback also guides future improvements. |
| ★ Rate this Actor on Apify |
❓ FAQ
🔐 Does this Actor require a Vitrine Bradesco login?
No. The Actor collects supported listings and full details from Vitrine Bradesco's public catalog. It has no login input.
🧾 What do full listing details add?
When enabled, full listing details can add the address, direct auction link, source update time, and auction location. This is an optional paid enrichment event billed only for successful detail records. Descriptions, images, and auction-house fields have separate controls.
🎯 Which leilões de imóveis can I filter?
You can filter Vitrine Bradesco real-estate listings by state, city, neighborhood, keyword, property type, auction modality, auction house, price, discount, and auction date. A saved Vitrine Bradesco search can also start the collection.
⚖️ How should I use the due-diligence fields?
Use values, dates, occupancy statements, areas, registry numbers, legal case numbers, and source links to prioritize review. These fields appear only when provided and should support, not replace, your own due diligence.
🔗 Other actors
- Yandex Realty Scraper: Яндекс Недвижимость ↗ - Collect real-estate listings from Yandex Realty.
- OpenSooq Scraper ↗ - Extract listings from the OpenSooq marketplace.
- Etagi Real Estate Scraper: Парсер Этажи ↗ - Collect property listings from Etagi.
- AuctionNinja Scraper: Estate Sales & Online Auctions ↗ - Extract estate-sale and online-auction listings from AuctionNinja.