Spanish Company Feed — BORME Registry Acts as Clean JSON
Pricing
from $0.80 / 1,000 company acts
Spanish Company Feed — BORME Registry Acts as Clean JSON
Daily structured feed of Spain's Companies Registry (BORME): incorporations with purpose/address/capital, appointments, dissolutions, insolvencies and more. Official source, parsed per act. Built for lead-gen and AI agents.
Pricing
from $0.80 / 1,000 company acts
Rating
0.0
(0)
Developer
Juan de Pablos
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 hours ago
Last modified
Categories
Share
Every company event in Spain, structured. Daily feed of the official Spanish Companies Registry gazette (BORME): incorporations, appointments, capital increases, dissolutions, insolvencies — parsed into one clean JSON record per act, straight from the official source.
The official gazette publishes semi-structured text per province. This Actor turns it into data you can filter, join and act on: "give me every company incorporated in Madrid yesterday, with purpose, address and capital."
What you get per act
{"bormeId": "BORME-A-2026-125-28","date": "2026-07-02","province": "MADRID","companyName": "VENUM CAPITAL SL","actTypes": ["constitucion"],"constitution": {"startDate": "9.06.26","purpose": "64.2 — Actividades de sociedades holding...","address": "C/ EXAMPLE 1, PISO 2 (MADRID)","capitalEur": 3000},"registryData": "S 8, H M 883714, I/A 1 (25.06.26)","rawText": "Constitución. Comienzo de operaciones: 9.06.26. Objeto social: ..."}
Real numbers from one edition: ~30 provinces, ~139 new incorporations in Madrid alone, 19 act types classified, ~98% of acts typed (the rest keep their full official text).
Use cases
- Lead generation: new incorporations by province and business purpose — contact them before your competitors know they exist.
- KYC / credit risk: dissolutions, insolvencies (
concurso), capital reductions and registry-sheet closures for companies you monitor. - Market intelligence: who is incorporating in which sector (CNAE in the purpose), capital trends by region.
- AI agents: a daily structured feed of Spanish corporate events, one tool call away.
Act types
constitucion · nombramientos · ceses · revocaciones · reelecciones · ampliacion-capital · reduccion-capital · disolucion · extincion · concurso · cambio-domicilio · cambio-objeto · cambio-denominacion · fusion · escision · transformacion · unipersonalidad · cierre-hoja · modificaciones-estatutarias · fe-de-erratas · otros
Input
| Field | Description |
|---|---|
date | Edition date (YYYY-MM-DD). Defaults to today; automatically falls back to the latest edition (BORME is published Mon-Sat) |
provinces | e.g. ["MADRID", "BARCELONA"] — empty for all of Spain |
actTypes | e.g. ["constitucion", "concurso"] — empty for all |
companies | Watchlist: only acts whose company name contains one of these strings |
maxActs | Cap for cheap test runs (0 = no limit) |
Data & compliance
- Official source: AEBOE open-data API (boe.es) — the legally mandated public gazette. No scraping of private sites, no anti-bot games, stable format.
- GDPR-minimized: structured fields are company-level only (name, act, purpose, address, capital, registry data). Natural-person names are never extracted into structured fields; they only appear inside
rawText, which is a verbatim quote of the official gazette. - Auditable: every record carries its official gazette identifier (
bormeId).
Use with AI agents (MCP)
This Actor is exposed as a tool on the Apify MCP Server:
{"mcpServers": {"borme-company-feed": {"url": "https://mcp.apify.com?tools=jdepablos/borme-company-feed","headers": { "Authorization": "Bearer <APIFY_TOKEN>" }}}}
Pricing
Pay per event: a flat fee per act returned — you pay for exactly the data you filter for, nothing else. Failed provinces are reported and never charged.
FAQ
When is new data available? The BORME is published every working day (Mon-Sat) early in the morning, Spanish time. Run the Actor daily after ~07:30 Europe/Madrid.
Why do some acts have actTypes: ["otros"]? ~2% of acts use rare phrasings ("Otros conceptos", special proceedings). They are still delivered with their full official text so you never lose data.
Can I monitor specific companies? Yes — pass companies: ["ACME", "GLOBEX"] and only acts from matching company names are returned (and charged). Combine with a daily schedule for a KYC / credit watch.