VOOZH about

URL: https://apify.com/parseforge/spain-boe-gazette-scraper

โ‡ฑ Spain BOE Gazette Scraper ยท Apify


Pricing

from $2.00 / 1,000 results

Go to Apify Store

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.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

25 days ago

Last modified

Share

๐Ÿ‘ ParseForge Banner

๐Ÿ‡ช๐Ÿ‡ธ Spain BOE Gazette Scraper

๐Ÿš€ Turn any day of Spain's official gazette into a clean feed of items. A single weekday like 2024-01-02 returns 115 individual entries, each with its BOE identifier, title, section, department and document links.

๐Ÿ•’ Last updated: 2026-06-05 ยท ๐Ÿ“Š 15 fields per record ยท daily summaries from 2024 onward ยท every section of the Boletรญn Oficial del Estado

The Boletรญn Oficial del Estado (BOE) is the official gazette of the Government of Spain. Every working day it publishes laws, royal decrees, appointments, public sector tenders, grants, judicial notices and other official announcements. This Actor reads the keyless Open Data summary feed published by the Agencia Estatal BOE and flattens the nested daily structure into one tidy record per gazette item.

You give it a date or a date range. It walks the diary, section, department and epigraph hierarchy and returns each item with a stable identifier in the BOE-x-YYYY-N form, the full Spanish title, the section and department it belongs to, the publication date, and direct links to the PDF, HTML and XML versions of the document.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
Legal and compliance teamsTrack new laws, decrees and regulatory changes
Public sector biddersMonitor tenders and procurement notices
Researchers and journalistsBuild datasets of official Spanish publications
Grant and subsidy seekersWatch for new aid and funding announcements
GovTech and legal tech buildersFeed structured gazette data into applications

๐Ÿ“‹ What the Spain BOE Gazette Scraper does

  • Reads the official daily summary from the Agencia Estatal BOE Open Data API.
  • Accepts a single date (YYYYMMDD) or an inclusive date range.
  • Flattens the nested diary, section, department and epigraph tree into flat records.
  • Returns one record per gazette item with its BOE identifier and Spanish title.
  • Captures the section code and name, department code and name, and epigraph.
  • Provides direct PDF, HTML and XML links for each item.
  • Skips empty days (weekends and holidays) without failing the run.
  • Lets you filter by one or more BOE sections.

๐ŸŽฌ Full Demo (๐Ÿšง Coming soon)

โš™๏ธ Input

FieldTypeDescription
datestringSingle publication date as YYYYMMDD. Defaults to 20240102 when no range is set.
startDatestringFirst day of an inclusive range, as YYYYMMDD.
endDatestringLast day of an inclusive range, as YYYYMMDD.
sectionsarrayOptional list of BOE section codes to keep. Empty means every section.
maxItemsintegerCap on the number of records collected.

Single date:

{
"date":"20240102",
"maxItems":50
}

Date range, only general provisions and other dispositions:

{
"startDate":"20240102",
"endDate":"20240105",
"sections":["1","3"],
"maxItems":500
}

โš ๏ธ Good to Know: the BOE is not published every calendar day. Sundays and most public holidays have no edition, so those days return zero items. Pick a weekday when testing, and use a range if you want continuous coverage across a span.

๐Ÿ“Š Output

Each record describes a single gazette item.

FieldDescription
๐Ÿ†” identifierBOE item identifier, for example BOE-A-2024-87
๐Ÿ“Œ titleFull Spanish title of the item
๐Ÿ”ข controlNumberInternal BOE control number
๐Ÿท sectionCodeSection code, for example 2A
๐Ÿ“‚ sectionNameSection name in Spanish
๐Ÿ› departmentCodeIssuing department code
๐Ÿข departmentNameIssuing department name
๐Ÿ”– epigraphEpigraph grouping within the department, when present
๐Ÿ“… publicationDatePublication date as YYYY-MM-DD
๐Ÿ“ฐ diaryNumberDaily diary number
๐Ÿงท summaryIdentifierIdentifier of the day's full summary
๐Ÿ“„ pdfUrlLink to the item PDF
๐Ÿ”— htmlUrlLink to the item HTML page
๐Ÿงพ xmlUrlLink to the item XML
๐Ÿ•’ scrapedAtTimestamp the record was collected
โŒ errorNull on success, message on failure

Sample records:

[
{
"identifier":"BOE-A-2024-87",
"title":"Resoluciรณn de 21 de diciembre de 2023, de la Subsecretarรญa, por la que se resuelve la convocatoria de libre designaciรณn, efectuada por Resoluciรณn de 5 de septiembre de 2023.",
"controlNumber":"2023/26904",
"sectionCode":"2A",
"sectionName":"II. Autoridades y personal. - A. Nombramientos, situaciones e incidencias",
"departmentCode":"9562",
"departmentName":"MINISTERIO DE ASUNTOS EXTERIORES, UNIร“N EUROPEA Y COOPERACIร“N",
"epigraph":"Destinos",
"publicationDate":"2024-01-02",
"diaryNumber":"2",
"summaryIdentifier":"BOE-S-2024-2",
"pdfUrl":"https://www.boe.es/boe/dias/2024/01/02/pdfs/BOE-A-2024-87.pdf",
"htmlUrl":"https://www.boe.es/diario_boe/txt.php?id=BOE-A-2024-87",
"xmlUrl":"https://www.boe.es/diario_boe/xml.php?id=BOE-A-2024-87",
"scrapedAt":"2026-06-05T16:43:06.033Z",
"error":null
}
]

โœจ Why choose this Actor

  • Keyless official source. Data comes straight from the Agencia Estatal BOE Open Data feed.
  • Flat records. The nested daily tree is unwound so every item stands on its own row.
  • Stable identifiers. The BOE-x-YYYY-N form lets you deduplicate and join across runs.
  • Three document links per item, so you can grab the readable page or the machine readable XML.
  • Empty days handled cleanly, so weekend and holiday gaps never break a range run.

๐Ÿ“ˆ How it compares to alternatives

ApproachStructured recordsSection filterPDF, HTML and XML linksSetup
This ActorYesYesYesNone
Manual website browsingNoManualManual clicksHigh effort
Parsing the raw summary yourselfDepends on your codeBuild itBuild itHeavy

๐Ÿš€ How to use

  1. Create a free Apify account using this sign-up link.
  2. Open the Spain BOE Gazette Scraper.
  3. Enter a single date, or a start and end date for a range.
  4. Optionally pick the sections you care about and set a max items cap.
  5. Run the Actor and collect your structured gazette records.

๐Ÿ’ผ Business use cases

Legal and regulatory monitoring

NeedHow this helps
Catch new laws and decreesFilter to section 1 and watch general provisions daily
Audit trail of official actsKeep a dated archive of items with stable identifiers

Public procurement intelligence

NeedHow this helps
Find new tendersFilter to section 5A for public sector contracting notices
Feed a bid pipelinePull links to each tender document for review

Grants and subsidies

NeedHow this helps
Spot new fundingWatch section 3 for aid and subsidy announcements
Notify applicantsPush fresh items to your team as they publish

Research and media

NeedHow this helps
Build a gazette datasetCollect ranges of days into one structured table
Reference original sourcesEvery record links to the official PDF and XML

๐Ÿ”Œ Automating Spain BOE Gazette Scraper

Connect runs to the tools you already use:

  • Make and Zapier to trigger workflows when new items appear.
  • Slack to post fresh gazette items to a channel.
  • Airbyte to sync records into a warehouse.
  • GitHub to run on a schedule and commit snapshots.
  • Google Drive to archive daily pulls.

๐ŸŒŸ Beyond business use cases

  • Research: study legislative output and publication patterns over time.
  • Personal: keep an eye on appointments or notices that affect you.
  • Non-profit: track grants and public funding relevant to your cause.
  • Experimentation: practice text analysis on a clean stream of official Spanish documents.

๐Ÿค– Ask an AI assistant

Drop a few records into your favorite assistant and ask it to summarize, classify or translate them:

โ“ Frequently Asked Questions

Is this an official BOE product? No. It is an independent tool that reads the public Open Data feed published by the Agencia Estatal BOE.

Do I need an API key? No. The BOE Open Data summary feed is keyless.

What date format does it expect? YYYYMMDD, for example 20240102.

Why did a date return no items? That day had no edition. The BOE skips Sundays and most public holidays.

How many items are in a typical day? A regular weekday often holds a few hundred items across all sections.

What is the identifier format? Items use the BOE-x-YYYY-N form, such as BOE-A-2024-87, which is stable across runs.

Can I collect a whole week at once? Yes. Set a start and end date and every day in the range is collected.

Can I limit which sections I get? Yes. Use the sections filter to keep only the codes you select.

Which document links are included? Each item carries links to its PDF, its HTML page and its XML.

How far back does the data go? The summary feed covers recent years. Test a known weekday in your target year to confirm coverage.

Is the title in Spanish? Yes. Titles are returned exactly as the BOE publishes them, in Spanish.

๐Ÿ”Œ Integrate with any app

Every run produces a clean, flat table of records that drops straight into spreadsheets, databases, dashboards and automation platforms through the Apify API and integrations.

๐Ÿ”— Recommended Actors

๐Ÿ’ก Pro Tip: browse the complete ParseForge collection.

๐Ÿ†˜ Need Help? Open our contact form

โš ๏ธ Disclaimer: independent tool, not affiliated with the Agencia Estatal BOE or the Government of Spain. Only publicly available data is collected.

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

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 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.

DOF Mexico Official Gazette Scraper

scrapers_lat/dof-scraper

Extract entries from Mexico's Diario Oficial de la Federacion (official federal gazette) by keyword or publication date. Scrape title, publication date, issuing body, agency, gazette ID, nota URL and full content for sanctions, insolvency and appointment notices.

2

5.0

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

France BODACC Business Legal Gazette Scraper

parseforge/france-bodacc-gazette-scraper

Track French business activity through the official BODACC legal gazette. Pull commercial announcements with company name, RCS number, publication ID, parution date, notice category, and tribunal. Filter by company, event type, or date for due diligence and risk monitoring.

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.

Spain B2B Leads & Company Data (BORME)

spain-data-solutions/borme-scraper-pro

Extract official company data from the Spanish Commercial Registry (BORME/BOE). Converts daily PDFs into structured JSON/Excel. Features: Filters by Province & Act Type (Constitutions, Appointments), Keyword Search, and Anti-Ban Proxy protection.

๐Ÿ‘ User avatar

Spain Data Solutions

10

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.