VOOZH about

URL: https://apify.com/ayrtondavoli97/italy-judicial-real-estate-auctions-astegiudiziarie-it

⇱ Italy Judicial Real Estate Auctions (AsteGiudiziarie.it) Β· Apify


πŸ‘ Italy Judicial Real Estate Auctions (AsteGiudiziarie.it) avatar

Italy Judicial Real Estate Auctions (AsteGiudiziarie.it)

Pricing

from $1.00 / 1,000 results

Go to Apify Store

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.

Pricing

from $1.00 / 1,000 results

Rating

5.0

(1)

Developer

πŸ‘ Francesco Ayrton Davoli

Francesco Ayrton Davoli

Maintained by Community

Actor stats

0

Bookmarked

17

Total users

8

Monthly active users

14 days ago

Last modified

Share

Italy Judicial Property Auctions Scraper | Foreclosure-Style Real Estate Listings

Discover active Italian judicial property auctions in one structured dataset. Explore residential, commercial and land listings, then filter results by location, opening bid, auction timing and listing quality signals for research, acquisition screening or PropTech workflows.

Data source: AsteGiudiziarie.it
Market: Italy
Currency: EUR
Pricing: $1.00 per 1,000 results


Built for international property opportunity research

Italy's judicial real estate auction market includes court-managed sales of apartments, homes, commercial properties, industrial assets and land. This Actor converts publicly available listings into clean, filterable data for:

  • International real estate investors screening Italian acquisition opportunities
  • US-based analysts and buyers researching foreclosure-style property supply in Italy
  • PropTech platforms ingesting structured Italian auction inventory
  • Advisors and legal professionals monitoring court-managed property sales
  • Data teams scheduling recurring exports for market intelligence

Terminology note for US users: Italian aste giudiziarie immobiliari are court-managed judicial property auctions. They may be relevant to users searching for foreclosure or distressed-property opportunities, but they are governed by Italian procedures and are not identical to a US foreclosure sale.


What this Actor returns

Each result is a structured Italian auction listing with fields useful for initial screening and downstream analysis:

FieldMeaning for international users
titoloOriginal property category from the source
categoriaNormalized broad category, such as residential, commercial or land
comuneItalian municipality / city
provinciaItalian province code
tribunaleCourt managing the procedure
prezzo_baseOpening bid / auction base price in EUR
mq_stimatiEstimated property area in square meters, when detectable from listing text
prezzo_mqOpening bid per estimated square meter in EUR, when available
data_udienzaAuction hearing / sale date
days_to_auctionDays remaining before the scheduled auction date
vendita_telematicaWhether the listing is marked as an online/telematic sale
has_fotoWhether photos are available
has_planimetrieWhether floorplans are available
investment_scoreInternal screening score, from 0 to 100
is_opportunitytrue when the internal screening score is at least 70
rank_reasonReadable explanation of the screening factors
statoSource-provided participation status
urlDirect source listing URL
imageListing image URL, when available

Sample result

{
"titolo":"Abitazione civile",
"categoria":"residential",
"comune":"Bari",
"provincia":"BA",
"tribunale":"Bari",
"prezzo_base":82000,
"prezzo_base_currency":"EUR",
"mq_stimati":118,
"prezzo_mq":695,
"prezzo_mq_currency":"EUR/mΒ²",
"days_to_auction":18,
"vendita_telematica":true,
"has_foto":true,
"has_planimetrie":true,
"investment_score":91.4,
"is_opportunity":true,
"url":"https://www.astegiudiziarie.it/..."
}

Search and filter active Italian auction inventory

Use the validated filters to target a geographic market, a budget range or listings ready for remote review.

InputDescription
maxItemsMaximum results to export. Default: 200. Set 0 for full extraction up to the 20,000-result safety limit.
priceMinMinimum opening bid in EUR
priceMaxMaximum opening bid in EUR
onlyActiveExclude expired and source-marked non-participable listings. Enabled by default.
auctionWithinDaysKeep only auctions scheduled within the next N days. Use 0 to disable.
onlyTelematicSalesKeep only listings marked as online/telematic sales
requirePhotosKeep only listings with photos
requireFloorplansKeep only listings with floorplans
onlyOpportunitiesKeep only results passing the internal screening threshold
minInvestmentScoreMinimum internal screening score from 0 to 100
regioneItalian region, for example Toscana, Puglia or Lombardia
provinciaItalian province code, for example FI, BA or MI
tribunaleCourt name, for example Milano, Roma or Bari

The dataset includes a normalized categoria field for downstream category analysis. Category-specific input filtering is retained as an experimental option pending broader upstream validation.

Example: online Italian property auctions suitable for remote screening

{
"onlyActive":true,
"onlyTelematicSales":true,
"requirePhotos":true,
"requireFloorplans":true,
"auctionWithinDays":45,
"priceMin":50000,
"priceMax":250000,
"maxItems":500
}

Example: opportunities in Tuscany under EUR 150,000

{
"regione":"Toscana",
"onlyActive":true,
"priceMax":150000,
"minInvestmentScore":70,
"maxItems":1000
}

Why use this dataset instead of browsing listings manually?

  • Italy-wide coverage in one structured export
  • Opening bids in EUR ready for sorting, budgeting and analysis
  • Court and location metadata for regional research
  • Auction-date filters for upcoming acquisition windows
  • Online-sale and documentation filters for remote due diligence workflows
  • CSV, JSON and API-ready output through Apify datasets
  • Scheduled monitoring for recurring market scans

Screening score: useful shortlist, not a valuation

The Actor calculates an internal investment_score using starting price, estimated price per square meter when available, time until auction and listing completeness signals such as photos and floorplans.

Use it to prioritize which listings deserve further review. It is not an appraisal, a legal opinion, a guaranteed discount calculation or a substitute for Italian professional due diligence.

Before bidding on Italian property, international buyers should independently review the court documentation, occupancy status, liens or burdens, taxes, renovation needs, title/procedure documents and local legal requirements.


Italian terms mapped for English-language users

Italian dataset termEnglish interpretation
prezzo_baseOpening bid / auction base price
tribunaleCourt administering the judicial sale
comuneMunicipality / city
provinciaProvince
data_udienzaScheduled auction/hearing date
vendita_telematicaOnline/telematic sale
PARTECIPABILESource indicates participation is available
NON PIU PARTECIPABILESource indicates the listing is no longer open for participation

Performance and output quality

This Actor uses structured AsteGiudiziarie.it data endpoints rather than navigating every listing page individually.

  • Bulk extraction with structured records
  • Active-listing filtering using both auction timing and source participation status
  • Optional online-sale, photos and floorplan filters
  • Correct handling of both internal and external source listing URLs
  • Run diagnostics for processed, excluded and saved records
  • Pay-per-result pricing: $1.00 per 1,000 results

Recent improvements

  • Fixed full extraction mode: maxItems: 0 now exports up to the 20,000-result safety limit
  • Added upcoming-auction filtering with auctionWithinDays
  • Added online-sale, photo and floorplan filters for remote-review workflows
  • Excluded source-marked non-participable lots when onlyActive is enabled
  • Fixed malformed links when a source record contains an external absolute URL
  • Added run-level diagnostics for dataset quality monitoring

Planned improvements

  • Validate and expand category-level filtering against upstream source behavior
  • Improve surface-area extraction coverage
  • Develop benchmark-aware ranking using local Italian property reference data
  • Detect repeated auction lots and opening-bid reductions over time
  • Add regional supply and trend analytics

Source and responsible use

Data is extracted from publicly available listings on AsteGiudiziarie.it. The dataset is intended for research, monitoring and preliminary screening. Users remain responsible for reviewing source documents and complying with applicable terms, legal requirements and data-use obligations.


Built and maintained by Francesco Ayrton Davoli.

You might also like

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

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.

Immobiliare.it Scraper β€” Italian Real Estate Listings

studio-amba/immobiliare-scraper

Scrape real estate listings, prices, and property details from Immobiliare.it β€” Italy's #1 property portal.

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.

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.

Real Estate Developers Email Scraper

contacts-api/real-estate-developers-email-scraper

Real estate developers email scraper to extract verified emails from property developers, real estate development companies, construction firms, and real estate business directories πŸ“§πŸ’πŸ—οΈ Perfect for B2B outreach, investment opportunities, partnerships, and real estate lead generation.

Italian Real Estate Agency Finder

emastra/immobiliare-it-agencies

Extract high-quality B2B leads from Immobiliare.it. Automatically harvest structured data on Italian real estate agencies, including contact info, addresses, and portfolios. Perfect for market analysis, sales prospecting, and CRM automation. Fast, reliable, and ready for lead generation.

πŸ‘ User avatar

Emiliano Mastragostino

52

5.0

Subito.it Scraper β€” Italy Real Estate Data

logiover/subito-it-property-scraper

Subito.it real estate scraper & unofficial API. Scrape Italy property listings without an API key; export data to CSV, JSON or Excel.

Immobiliare.it Scraper - Real Estate Data for Italy

igolaizola/immobiliare-it-scraper

Extract comprehensive Italian real estate listings from Immobiliare.it for sale, rent and auction data, with customizable filters for province, municipality, price, size, rooms and amenities. Receive clean JSON output for market analysis, lead generation and trend tracking.

πŸ‘ User avatar

IΓ±igo Garcia Olaizola

75

2.0