Spain New Companies — BORME Official Registry
Pricing
from $1.00 / 1,000 results
Spain New Companies — BORME Official Registry
Extract newly constituted companies from Spain official BORME registry. Filter by province, CNAE sector and date range. Returns name, capital, directors, address. Source: BOE open data API (CC BY 4.0). Ideal for B2B lead generation.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Agora
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Extract newly constituted companies from Spain's official Mercantile Registry (BORME) published daily by the BOE. Filter by province, CNAE sector, date range, and company type. Returns structured B2B data ready for CRM import, sales prospecting, or competitive intelligence.
Data source: BOE Open Data API (https://www.boe.es/datosabiertos/) — official government data, CC BY 4.0.
Why This Actor?
Every working day, Spain's official gazette (BOE) publishes 200–500 newly constituted companies via BORME (Boletín Oficial del Registro Mercantil). This is the most reliable source of new business leads in Spain:
- Zero lead decay — companies just incorporated, no prior sales contact
- Official data — name, address, capital, directors, CNAE sector from government source
- No scraping risk — fully legal open government data (CC BY 4.0)
- Daily cadence — automate weekly prospecting lists for your SDR team
Use Cases
1. B2B Sales Prospecting
Pull all new IT/software companies (CNAE 62) in Madrid and Barcelona every Monday. Feed directly into your CRM. Your SDR team calls before competitors even know the company exists.
2. Competitive Intelligence
Monitor new entrants in your sector by CNAE code. Get alerts when capital-intensive companies (>€50k) are incorporated in your region.
3. Financial Services Lead Generation
Banks, insurers, and accounting firms use BORME to offer services to newly incorporated companies — the moment of maximum need for business accounts, insurance, and accounting.
4. Market Research
Quantify new business formation by sector, province, and capital level. Track economic activity trends across Spanish regions.
5. n8n / Make / Zapier Integration
Combine with email enrichment APIs to build automated outreach workflows. New company → find founder on LinkedIn → personalized email sequence.
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
days | integer | 7 | Working days to scan (1–30). Mon-Fri only; skips holidays. |
province | string | all | Filter by province name: MADRID, BARCELONA, VALENCIA, SEVILLA, BILBAO, etc. Leave empty for all Spain. |
cnae | string | all | Filter by CNAE code prefix: 62 (IT/Software), 47 (Retail), 41 (Construction), 64 (Finance), 86 (Healthcare). |
sector | string | all | Filter by sector keyword: Informática, Construcción, Hostelería. |
maxItems | integer | 500 | Max companies to return (1–5000). |
Example: New IT companies in Madrid, last 5 days
{"days": 5,"province": "MADRID","cnae": "62","maxItems": 100}
Example: All Spain, last week
{"days": 7,"maxItems": 500}
Output Format
Each result is a JSON object with the following fields:
| Field | Type | Description |
|---|---|---|
nombre | string | Company name |
tipo_sociedad | string | Legal form: S.L., S.A., S.L.U., etc. |
provincia | string | Province of registration |
fecha_borme | string | BORME publication date (YYYYMMDD) |
capital_euros | float | Share capital in EUR (null if not disclosed) |
objeto_social | string | Business purpose (up to 400 chars) |
cnae_principal | string | Primary CNAE code |
cnae_descripcion | string | CNAE description |
sector | string | Human-readable sector |
domicilio | string | Registered address |
administradores | array | Director names |
datos_registrales | string | Registry entry reference |
fuente | string | Direct URL to official BORME entry |
Sample Output
[{"nombre": "ALCARAVAN GESTION AGRICOLA SL.","tipo_sociedad": "S.L.","provincia": "MADRID","fecha_borme": "20260710","capital_euros": 3000.0,"objeto_social": "ASESORAMIENTO Y GESTION AGROPECUARIA.","cnae_principal": "01","cnae_descripcion": "Agricultura","sector": "Agricultura","domicilio": "C/ SANTO ANGEL 77-A (MADRID)","administradores": ["JOSE GARCIA MARTINEZ"],"datos_registrales": "S 8, H M 890341, I/A 1 (3.07.26).","fuente": "https://www.boe.es/diario_borme/txt.php?id=BORME-A-2026-131-28"},{"nombre": "NEXUS CLOUD SOLUTIONS SL.","tipo_sociedad": "S.L.","provincia": "BARCELONA","fecha_borme": "20260709","capital_euros": 10000.0,"objeto_social": "DESARROLLO DE SOFTWARE Y SERVICIOS DE COMPUTACION EN LA NUBE. ACTIVIDAD PRINCIPAL: 6201 / PROGRAMACIÓN INFORMÁTICA.","cnae_principal": "6201","cnae_descripcion": "Programación informática","sector": "Informática/Software","domicilio": "C/ DIAGONAL 420 3º 2ª (BARCELONA)","administradores": ["ANA TORRES RUIZ"],"datos_registrales": "S 5, H B 543210, I/A 1 (7.07.26).","fuente": "https://www.boe.es/diario_borme/txt.php?id=BORME-A-2026-130-08"}]
Volume Expectations
| Scope | Typical output |
|---|---|
| All Spain, 1 day | 200–500 companies |
| All Spain, 1 week | 800–2,000 companies |
| Single province (Madrid), 1 week | 150–400 companies |
| CNAE 62 (IT), all Spain, 1 week | 30–80 companies |
Volume varies by day of week and time of year. BORME is not published on weekends or national holidays.
Pricing
This actor uses Pay Per Result pricing: $0.001 per company extracted (+ $0.00005/run base cost).
A typical run extracting 500 companies costs $0.50. A weekly automated run extracting 1,000 companies costs ~$1/week.
Integration Examples
n8n: Weekly prospecting list to Google Sheets
Schedule trigger (Monday 8am)→ Apify actor run (days: 5, cnae: 62, province: MADRID)→ Format data→ Append to Google Sheets→ Slack notification with count
Python: Direct API integration
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("agoraintelligence/spain-new-companies-borme").call(run_input={"days": 7, "cnae": "62", "maxItems": 200})items = list(client.dataset(run["defaultDatasetId"]).iterate_items())
Data Quality Notes
- Coverage: ~95% of newly incorporated companies appear within 1–3 working days of notarial deed.
- CNAE availability: ~60% of entries include explicit CNAE codes. Remaining 40% still include
objeto_socialfor keyword filtering. - Directors: Extracted when disclosed in the BORME entry (varies by notary).
- No PII: Director names are public registry data, not private individuals (legal requirement).
FAQ
Is this data legal to use? Yes. BORME data is published by the Spanish government under CC BY 4.0 open data license.
How fresh is the data?
BORME is published each working day. With days: 1, you get companies published yesterday. With days: 7, you get the last week.
Can I get historical data beyond 30 days? Not with this actor (BOE API limit). For historical data, contact the actor author.
Does it cover all types of companies? Focuses on constitutions (new incorporations). Does not cover capital increases, dissolutions, or name changes.
What if BORME is not published that day? The actor gracefully skips missing dates (holidays, weekends) and continues with available dates.
Support
Issues or feature requests: open a GitHub issue or contact via Apify console.
Looking for bulk data, custom CNAE profiles, or n8n integration help? Contact us directly.