VOOZH about

URL: https://apify.com/studio-amba/subastas-boe-scraper

⇱ Spanish Auction Scraper β€” Subastas BOE Foreclosures Β· Apify


πŸ‘ Subastas BOE Scraper β€” Spanish Gov Auctions avatar

Subastas BOE Scraper β€” Spanish Gov Auctions

Pricing

from $12.00 / 1,000 result scrapeds

Go to Apify Store

Subastas BOE Scraper β€” Spanish Gov Auctions

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.

Pricing

from $12.00 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

πŸ‘ Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Spanish Auction Scraper -- Subastas BOE Foreclosures

Extract judicial and government auctions from Spain's official Subastas BOE portal. Search real estate foreclosures, vehicle auctions, and asset sales across all Spanish provinces. Returns property details, court information, bid amounts, deposit requirements, and authority contact data. No cookies, no login required.

How to scrape Subastas BOE data

This actor scrapes the official Spanish government auction portal (subastas.boe.es), operated by the State Official Gazette Agency. It covers judicial auctions (foreclosures), tax authority asset sales, notarial auctions, and administrative auctions across all 52 Spanish provinces.

Search by province

Filter auctions by Spanish province code. Popular codes: 28 (Madrid), 08 (Barcelona), 46 (Valencia), 41 (Sevilla), 29 (Malaga), 03 (Alicante), 11 (Cadiz), 07 (Illes Balears). Leave empty to search all provinces.

Filter by asset type

Choose between real estate (inmuebles), vehicles (vehiculos), or other movable assets. Real estate includes apartments, houses, commercial premises, garages, land, and industrial buildings. Vehicles include cars, motorcycles, and industrial vehicles.

Filter by auction type

  • Judicial -- Court-ordered foreclosures and asset liquidations. The most common type.
  • AEAT (Tax Authority) -- Properties seized by Spain's tax agency for unpaid taxes.
  • Notarial -- Auctions conducted through notarial procedures.
  • Administrative -- General government administrative auctions.

Active vs upcoming auctions

By default, the scraper returns active auctions (currently accepting bids). Switch to "Upcoming" to see auctions that haven't started yet, or "Any status" for the broadest results.

What data does Subastas BOE Scraper extract?

FieldTypeDescription
auctionIdStringUnique auction ID (e.g., SUB-JA-2026-261340)
auctionTypeStringType (Judicial, Notarial, AEAT, Administrative)
courtStringCourt or authority managing the auction
caseNumberStringCase/expediente number
statusStringCurrent status and expected end date
endDateStringAuction end date and time
descriptionStringBrief asset description from listing
auctionValueStringStarting auction value
appraisalValueStringOfficial appraised value
minimumBidStringMinimum bid amount
bidIncrementStringMinimum increment between bids
depositAmountStringRequired deposit to participate
claimedAmountStringTotal debt being recovered
lotsStringNumber of lots in the auction
boeAnnouncementStringOfficial BOE announcement reference
authorityCodeStringManaging authority code
authorityNameStringCourt or authority name
authorityAddressStringAuthority address
authorityPhoneStringContact phone
authorityEmailStringContact email
assetDescriptionStringFull property description
assetAddressStringProperty address
assetPostalCodeStringPostal code
assetCityStringCity
assetProvinceStringProvince
isPrimaryResidenceStringWhether it is a primary residence
possessionStatusStringOccupancy status
isVisitableStringWhether property visits are allowed
detailUrlStringDirect link to full auction details
scrapedAtStringISO timestamp of extraction

Example output

{
"auctionId":"SUB-JA-2026-261340",
"auctionType":"JUDICIAL EN VIA DE APREMIO",
"court":"Seccion Civil e Instruc TI Getafe. Plz.n 4 - GETAFE",
"caseNumber":"2379 0000 06 0157 21",
"status":"Celebrandose - [Conclusion prevista: 11/06/2026 a las 18:00:00]",
"endDate":"11-06-2026 18:00:00 CET",
"description":"Urbana,- Piso tercero, Letra b de la casa numero dieciseis, de la calle Alicante en Getafe (Madrid).",
"auctionValue":"194.400,00 EUR",
"appraisalValue":"0,00 EUR",
"minimumBid":"Sin puja minima",
"bidIncrement":"3.888,00 EUR",
"depositAmount":"9.720,00 EUR",
"claimedAmount":"157.241,54 EUR",
"lots":"Sin lotes",
"boeAnnouncement":"BOE-B-2026-16058",
"authorityCode":"2806541004",
"authorityName":"Seccion Civil e Instruc TI Getafe. Plz.n 4",
"authorityAddress":"AV JUAN CARLOS I S/N S/N ; 28905 GETAFE",
"authorityPhone":"919499470",
"authorityEmail":"sejecucioncivil.getafe@madrid.org",
"assetDescription":"Urbana,- Piso tercero, Letra b de la casa numero dieciseis, de la calle Alicante en Getafe (Madrid).",
"assetAddress":"calle Alicante 16, 3B",
"assetPostalCode":"28903",
"assetCity":"getafe",
"assetProvince":"Madrid",
"isPrimaryResidence":"Si",
"possessionStatus":"No consta",
"isVisitable":"No consta",
"detailUrl":"https://subastas.boe.es/detalleSubasta.php?idSub=SUB-JA-2026-261340",
"scrapedAt":"2026-05-23T10:00:00.000Z"
}

Use cases

  • Real estate investors -- Find below-market properties from judicial foreclosures across Spain.
  • Bargain hunters -- Monitor vehicle and asset auctions for deals.
  • Legal professionals -- Track judicial auction proceedings and outcomes.
  • Market research -- Analyze foreclosure trends by province, property type, and value.
  • Property portals -- Aggregate auction listings alongside regular property listings.

Tips for best results

  • Start with active auctions: Default status "Celebrandose" shows only auctions currently accepting bids.
  • Province focus: Narrow by province to get manageable result sets. Madrid (28) and Barcelona (08) have the most auctions.
  • Real estate focus: Set asset type to "Inmuebles" for property-only results.
  • Disable details for speed: Set "Include Full Details" to false for a quick listing scan without per-auction detail fetches.

How much does it cost?

Search sizeEstimated timeEstimated cost
10 auctions (with details)~1 minute~$0.05
50 auctions (with details)~5 minutes~$0.20
50 auctions (listing only)~10 seconds~$0.01

Can I use it as an API?

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("studio-amba/subastas-boe-scraper").call(run_input={
"province":"28",
"assetType":"I",
"auctionStatus":"EJ",
"maxResults":20,
})
for auction in client.dataset(run["defaultDatasetId"]).iterate_items():
print(f"{auction['auctionId']} | {auction['auctionValue']} | {auction['assetCity']}")

Limitations

  • The Subastas BOE portal does not provide an API, so this actor scrapes HTML pages.
  • Detail fetching requires 3 HTTP requests per auction (general + authority + assets tabs). Use "listing only" mode for faster results.
  • Multi-lot auctions show the first lot's details. Individual lot data may require manual inspection.
  • The portal may be slow during peak hours.

Other Spanish data scrapers

Your feedback

Found a bug or want a feature? Open an issue on the Issues tab.

Need this data on a schedule, or a custom version?

We run this scraper as a managed service for businesses: scheduled runs, deduplication, delta detection, and delivery to your inbox, Google Sheets, or API β€” maintenance included. We can also build a custom version with your exact fields and filters, or combine multiple sources into one feed.

See studioamba.dev/services or email hello@studioamba.dev for a free data sample. We maintain 300+ European web scrapers and answer within one business day.

You might also like

Subastas BOE Auctions Scraper

automation-lab/subastas-boe-auctions-scraper

Scrape Spanish BOE public auctions: deadlines, values, deposits, bids, authority details, assets, and source URLs for investor monitoring.

πŸ‘ User avatar

Stas Persiianenko

2

BOE.es Subastas: Spanish Property Auction & Foreclosure Scraper

signalflow/spain-auction-scout

πŸ‡ͺπŸ‡Έ Scrape subastas inmobiliarias de BOE.es: valoraciΓ³n, cargas y ref. catastral. 🏠 Get official Spanish property auction data, court details & 50/70% bidding limits. Search foreclosures and judicial auctions across Spain. Extrae ejecuciones hipotecarias y subastas judiciales fΓ‘cilmente.

Spain Property Auction MCP (Subastas BOE & Catastro)

olican/spain-subastas-boe-catastro

Extract Spanish property auctions from BOE (subastas.boe.es) and enrich with official Catastro data (surface, year, GPS coordinates). Returns a unified 360Β° investment profile with AI-ready investment score. MCP-native tool for property investors and real estate AI agents in Spain.

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.

BOE Scraper β€” Spanish Official Gazette

studio-amba/boe-scraper

Extract laws, royal decrees, appointments, public notices, and procurement announcements from Spain's Boletin Oficial del Estado (BOE). Filter by date, section, department, or keyword. Returns structured data with direct links to PDF, HTML, and XML documents. No cookies, no login.

Spain BOE Gazette Scraper

parseforge/spain-boe-gazette-scraper

Pull the daily summary of Spain official gazette BOE by date or range. Each item arrives flat with its BOE identifier, Spanish title, section, issuing department, publication date, and links to the document. Handy for legal monitoring, tender tracking, and grant research.

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

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.

Biddit Scraper β€” Belgian Property Auctions & Public Sales

studio-amba/biddit-scraper

Extract Belgian property auctions from Biddit.be. Get starting prices, current bids, estimated values, selling prices, notary contacts, EPC scores, GPS coordinates, and full property details. Filter by province, property type, or sale method. Schedule daily runs. No browser needed.