Spain BORME Corporate Acts Parser avatar

Spain BORME Corporate Acts Parser

Pricing

from $3.50 / 1,000 corporate acts

Go to Apify Store
Spain BORME Corporate Acts Parser

Spain BORME Corporate Acts Parser

Parse daily BORME (Boletin Oficial del Registro Mercantil) Section A PDFs into structured corporate acts - company incorporations, officer appointments, capital changes, dissolutions, and more.

Pricing

from $3.50 / 1,000 corporate acts

Rating

0.0

(0)

Developer

getregdata

getregdata

Maintained by Community

Actor stats

0

Bookmarked

10

Total users

1

Monthly active users

2 days ago

Last modified

Share

Spain BORME Corporate Acts Scraper | Actos del Registro Mercantil

Extract structured corporate acts from Spain's official BORME gazette - company incorporations, officer appointments, capital changes, mergers, and dissolutions - as structured JSON, day by day. The content is locked inside daily PDFs; this actor turns it into queryable data and is the only working alternative to the defunct LibreBORME.

No login, no API key, nothing to configure - pick a date, get the day's corporate acts back.

What data do you get?

One record per company entry, each with its parsed acts:

{
"companyName": "BROKENTIA SOCIEDAD LIMITADA",
"registryNumber": "162243",
"province": "ALBACETE",
"date": "2026-04-01",
"acts": [
{ "type": "Constitucion", "details": "Comienzo de operaciones: 27.10.25. Objeto social: el comercio al por menor de prendas de vestir..." },
{ "type": "Nombramientos", "details": "Adm. Unico: MARENTES VILLARRAGA ALEJANDRA SOFIA." }
],
"officers": ["MARENTES VILLARRAGA ALEJANDRA SOFIA"],
"registryData": "S 8 , H AB 32200, I/A 1 (25.03.26)",
"sourceUrl": "https://www.boe.es/borme/dias/2026/04/01/pdfs/BORME-A-2026-63-02.pdf",
"bormeId": "BORME-A-2026-63-02"
}
FieldDescription
companyNameFull legal company name
registryNumberBORME entry number (unique per day)
provinceProvince of the Registro Mercantil
dateBORME publication date (YYYY-MM-DD)
actsArray of {type, details} - each corporate act with its parsed content
officersParsed officer names from appointment/dismissal entries
registryDataRaw registry reference (Seccion, Hoja, Inscripcion/Asiento)
sourceUrl / bormeIdDirect URL to the source BORME PDF and its document ID

30+ act types recognized, including: Nombramientos (appointments), Ceses/Dimisiones (dismissals), Reelecciones, Constitucion (incorporation), Disolucion (dissolution), Extincion, Ampliacion/Reduccion de capital, Modificaciones estatutarias, Cambio de domicilio/objeto/denominacion social, Fusion (merger), Escision (spin-off), Declaracion de unipersonalidad, and Situacion concursal (insolvency).

How much does it cost?

Pay per result - you are not charged for Apify platform usage, only per record. The price drops on higher Apify subscription tiers.

VolumeCost
Start cost$0.005
Per result$0.005
~100 results~$0.51
~1,000 results~$5.01
~10,000 results~$50.01

No subscription, no minimum.

Data comes from the official Spanish Government gazette at boe.es via its Open Data service. BORME is the official publication of the Spanish Registro Mercantil; all corporate acts are legally mandated public disclosures published for transparency. Data reuse is governed by the BOE reuse conditions; you remain responsible for lawful use.

How do I use it?

Click Try it and paste this input:

{ "date": "2026-04-01", "provinces": ["MADRID"], "actTypes": ["Nombramientos", "Constitucion"] }

Leave the input empty ({}) for yesterday's BORME across all provinces, or process a range with dateFrom/dateTo. Filter by provinces and actTypes (e.g. new incorporations in Barcelona: { "date": "2026-04-01", "provinces": ["BARCELONA"], "actTypes": ["Constitucion"] }).

Input options

ParameterTypeRequiredDefaultDescription
datestringNoyesterdaySpecific date (YYYY-MM-DD). BORME publishes on business days only.
dateFrom / dateTostringNo-Date range (YYYY-MM-DD, inclusive)
provincesarrayNoallFilter by province names (e.g. ["MADRID", "BARCELONA"])
actTypesarrayNoallFilter by act types (e.g. ["Nombramientos", "Constitucion"])

What you can do with it

  • B2B prospecting - find newly incorporated companies (Constitucion) the day they register, for outreach.
  • Competitive & M&A intelligence - monitor officer changes, mergers, spin-offs, and capital changes at target companies.
  • Compliance & due diligence - verify officer appointments, dissolutions, and insolvency events (Situacion concursal).
  • Legal research - track statutory changes and corporate events by province.
  • Daily monitoring - schedule a run to capture each day's acts for your watchlist.

Run it from code

# cURL - start a run and get the dataset back
curl -X POST "https://api.apify.com/v2/acts/regdata~borme-corporate-acts-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "date": "2026-04-01", "provinces": ["MADRID"], "actTypes": ["Constitucion"] }'
// Node.js - apify-client
import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_TOKEN' });
const run = await client.actor('regdata/borme-corporate-acts-scraper').call({ date: '2026-04-01', provinces: ['MADRID'] });
const { items } = await client.dataset(run.defaultDatasetId).listItems();
# Python - apify-client
from apify_client import ApifyClient
client = ApifyClient("YOUR_TOKEN")
run = client.actor("regdata/borme-corporate-acts-scraper").call(run_input={"date": "2026-04-01", "provinces": ["MADRID"]})
items = client.dataset(run["defaultDatasetId"]).list_items().items

Integrations

Runs anywhere Apify does: call it from the REST API, schedule a daily gazette pull, pipe results into n8n / Make / Zapier, or use it from any MCP client (Claude, Cursor) via mcp.apify.com.

FAQ

Is it legal to scrape BORME? Yes. BORME is the official public gazette; corporate acts are legally mandated public disclosures. Reuse is governed by the BOE reuse conditions; you remain responsible for lawful use.

Do I need an account or API key? No. No login, no key, nothing to configure - just an Apify account.

What happens on weekends and holidays? BORME does not publish on Sundays or Spanish national holidays, so those dates return empty results (an expected answer, not a failure).

How far back does it go? BORME data is available from roughly 2009 onwards; earlier dates may return not-found.

How is this different from LibreBORME? Same source, but LibreBORME (the previous free option) stopped working in April 2025. This is the working, structured alternative.

What export formats are supported? JSON, CSV, Excel, or XML, or read live via the API.

Limitations

  • Section A only - Section B (other acts) and Section C (legal notices) are not parsed.
  • PDF text quality: parsing accuracy depends on the source PDF; unusually formatted entries may be partially parsed.
  • BORME does not publish on Sundays or Spanish national holidays - those dates return empty.
  • Historical data is available from ~2009 onwards; earlier dates may return not-found.
  • The actor parses the published PDF summaries, not the full registry entry pages (which require paid Registro Mercantil access).

Part of a suite of official government registry actors - no public API, pay per result, no keys to supply.

CountryActors
PolandREGON/GUS · KRS financials · KRS board · CRBR UBO · KRZ debtors · MSiG gazette · KNF · PEP · EKW land · UOKiK · BDO waste · Premises
GermanyHandelsregister · Insolvency
SpainCompany directory · BORME acts (this actor) · Concursal
ItalyRegistro Imprese · PEC lookup
AustriaWKO directory · Ediktsdatei
FranceSociete.com
BelgiumKBO/BCE
CzechiaISIR insolvency
SlovakiaRPVS UBO
UAEADGM register
USACalifornia SoS · California UCC liens
GlobalAdverse media

Common combination: Spain company directory -> BORME acts (this actor) -> Concursal insolvency.

Full suite: apify.com/regdata · Callable from any MCP client via mcp.apify.com

Informacion en espanol

Que es este Actor?

Este Actor extrae los actos mercantiles publicados en la Seccion A del BORME - Boletin Oficial del Registro Mercantil. El BORME publica diariamente en PDF los actos inscritos en los Registros Mercantiles de toda Espana: constituciones, nombramientos y ceses de administradores, ampliaciones de capital, disoluciones, fusiones, y mas. El servicio de datos abiertos del BOE ofrece el indice diario, pero el contenido real esta dentro de los PDFs - este Actor lo convierte en datos JSON estructurados. LibreBORME, la unica alternativa gratuita anterior, dejo de funcionar en abril de 2025.

Para quien?

  • Equipos de ventas B2B que buscan empresas recien constituidas.
  • Departamentos legales que monitorizan cambios societarios de clientes o competidores.
  • Fondos de inversion que rastrean fusiones, escisiones y ampliaciones de capital.
  • Despachos de abogados y equipos de compliance que verifican administradores y apoderados.

Como empezar?

Elige una fecha (o rango) y, opcionalmente, provincias y tipos de acto. Sin clave, sin registro, pagas solo por uso.


BORME - Boletin Oficial del Registro Mercantil

Analisis automatizado de los PDFs diarios del BORME Seccion A. Actos mercantiles estructurados - constituciones, nombramientos, ceses, ampliaciones de capital, disoluciones y mas. Datos del Registro Mercantil en formato JSON. Ideal para inteligencia corporativa, monitorizacion de M&A y seguimiento de cambios societarios en Espana.