VOOZH about

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

⇱ Spanish Official Gazette Scraper β€” BOE Laws & Decrees Β· Apify


πŸ‘ BOE Scraper β€” Spanish Official Gazette avatar

BOE Scraper β€” Spanish Official Gazette

Pricing

from $12.00 / 1,000 result scrapeds

Go to Apify Store

BOE Scraper β€” Spanish Official Gazette

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.

Pricing

from $12.00 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

πŸ‘ Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Spanish Official Gazette Scraper -- BOE Laws & Decrees

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

How to scrape BOE data

This actor queries the official BOE Open Data API to deliver structured Spanish gazette data. The BOE is Spain's mandatory publication channel for all legislation, government appointments, public procurement, and official notices. Published daily (Monday through Saturday), the BOE is the definitive legal record of the Spanish state.

Search by keyword

Search in Spanish for best results. Examples: "vivienda" (housing), "empleo" (employment), "impuesto" (tax), "energia" (energy), "educacion" (education). The keyword filter matches against document titles and headings.

Filter by section

The BOE is organized into sections:

SectionContent
IGeneral provisions -- laws, royal decrees, ministerial orders
II.AAppointments, promotions, transfers of civil servants
II.BPublic exams and competitive positions (oposiciones)
IIIOther provisions -- subsidies, grants, regional regulations
IVAdministration of Justice
V.APublic procurement announcements
V.BOther official announcements
V.CPrivate announcements

Filter by department

Narrow results to a specific ministry or institution: "HACIENDA" (Finance), "DEFENSA" (Defense), "INTERIOR", "TRABAJO" (Labor), "EDUCACION" (Education). Partial match, case-insensitive.

Date range monitoring

Set a date range to monitor specific periods. The BOE publishes Monday through Saturday (no Sunday edition). Perfect for daily or weekly monitoring of new regulations.

What data does BOE Scraper extract?

FieldTypeDescription
identificadorStringBOE document ID (e.g., BOE-A-2026-10986)
tituloStringFull document title in Spanish
seccionStringBOE section name
departamentoStringIssuing department or ministry
epigrafeStringSubject heading (e.g., "Medidas urgentes")
fechaPublicacionStringPublication date (YYYY-MM-DD)
numeroDiarioStringDaily issue number
urlPdfStringDirect PDF download link
urlHtmlStringHTML version link
urlXmlStringXML version link
paginaInicialStringStarting page in the printed edition
paginaFinalStringEnding page in the printed edition
controlStringInternal reference number
urlStringDirect link to BOE document
scrapedAtStringISO timestamp of extraction

Example output

{
"identificador":"BOE-A-2026-10986",
"titulo":"Resolucion de 20 de mayo de 2026, del Congreso de los Diputados, por la que se ordena la publicacion del Acuerdo de convalidacion del Real Decreto-ley 10/2026",
"seccion":"I. Disposiciones generales",
"departamento":"CORTES GENERALES",
"epigrafe":"Medidas urgentes",
"fechaPublicacion":"2026-05-22",
"numeroDiario":"125",
"urlPdf":"https://www.boe.es/boe/dias/2026/05/22/pdfs/BOE-A-2026-10986.pdf",
"urlHtml":"https://www.boe.es/diario_boe/txt.php?id=BOE-A-2026-10986",
"urlXml":"https://www.boe.es/diario_boe/xml.php?id=BOE-A-2026-10986",
"paginaInicial":"69602",
"paginaFinal":"69602",
"control":"2026/8251",
"url":"https://www.boe.es/diario_boe/txt.php?id=BOE-A-2026-10986",
"scrapedAt":"2026-05-23T10:00:00.000Z"
}

Use cases

  • Legal compliance monitoring -- Track new regulations affecting your industry by section and keyword.
  • Public procurement -- Monitor section V.A for new government contract opportunities.
  • HR and recruitment -- Follow section II.B for public exam announcements (oposiciones).
  • Academic research -- Build a corpus of Spanish legislation over time.
  • Government affairs -- Track ministerial appointments and institutional changes.

Tips for best results

  • Daily monitoring: Set dateFrom and dateTo to the same date for a single day's gazette.
  • Multi-day scan: Use a date range to catch up on recent publications.
  • Procurement focus: Set section to "5A" to only see public procurement announcements.
  • Scheduled runs: Run daily to build a comprehensive database of Spanish legislation.

How much does it cost?

Search sizeEstimated timeEstimated cost
1 day (20-80 items)~3 seconds~$0.002
1 week (~200 items)~10 seconds~$0.008
1 month (~1,000 items)~1 minute~$0.05

Can I use it as an API?

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("studio-amba/boe-scraper").call(run_input={
"searchQuery":"vivienda",
"section":"1",
"dateFrom":"2026-05-01",
"dateTo":"2026-05-22",
"maxResults":50,
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(f"{item['identificador']} | {item['titulo'][:80]}")

Limitations

  • The BOE API returns summaries by date. Keyword filtering is done client-side after fetching.
  • No Sunday editions -- the BOE is not published on Sundays.
  • Very large date ranges (months) will make many API calls; use maxResults to cap output.

Other Spanish data scrapers

Your feedback

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

You might also like

BOE Scraper β€” Spain Official Gazette

rastriq/boe-scraper

Scrape publications from the BoletΓ­n Oficial del Estado (BOE), Spain's official government gazette. Extract laws, regulations, public contracts, appointments, and legal notices. Filter by date, section, and department. Essential for legal compliance, public procurement, and regulatory monitoring.

πŸ‘ User avatar

Rastriq β€” Structured data from the world

2

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.

Gazzetta Ufficiale Scraper - Italian Official Gazette

studio-amba/gazzetta-ufficiale-scraper

Scrape laws, decrees, regulations, and public notices from Italy's official gazette (Gazzetta Ufficiale). Extract act titles, types, numbers, dates, issuing authorities, full text, and PDF links. Browse recent issues or search by keyword. No login or cookies required.

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.

Spanish Company Registry BORME Scraper β€” No Login

studio-amba/registro-mercantil-scraper

Scrape Spanish company registry data from BORME (Boletin Oficial del Registro Mercantil). Extract incorporations, director appointments, capital changes. Search by company name, CIF/NIF, or province.

BOPV Scraper β€” Basque Country Official Gazette

rastriq/bopv-scraper

Scrape regulations, grants, tenders, and appointments from the BoletΓ­n Oficial del PaΓ­s Vasco (BOPV). Extract structured data from official XML bulletin summaries with keyword and section filters. No browser needed.

πŸ‘ User avatar

Rastriq β€” Structured data from the world

2

Spain BORME Mercantile Registry Scraper | BOE Filings Export

parseforge/spain-borme-scraper

Export filings from BORME (BoletΓ­n Oficial del Registro Mercantil), the official Spanish business registry gazette. Pull company incorporations, board changes, share capital updates and other mercantile filings by date. CSV, Excel, JSON or XML for compliance, KYC and Spanish market researc

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.

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