# New companies in Madrid & Barcelona (BORME constituciones)

**Use case:** 

Daily list of newly incorporated companies published in the BORME for the provinces of Madrid and Barcelona: company name, share capital, registered address, CNAE and first directors, one structured item per company. Official source, no personal data of individuals.

## Input

```json
{
  "provincias": [
    "MADRID",
    "BARCELONA"
  ],
  "tiposActo": [
    "constitucion"
  ],
  "keywords": [],
  "maxItems": 200,
  "soloNuevos": false
}
```

## Output

```json
{
  "denominacion": {
    "label": "Denominacion"
  },
  "formaJuridica": {
    "label": "Forma"
  },
  "fechaPublicacion": {
    "label": "Publicado"
  },
  "fechaInicioOperaciones": {
    "label": "Inicio operaciones"
  },
  "capitalSocial": {
    "label": "Capital (EUR)"
  },
  "objetoSocial": {
    "label": "Objeto social"
  },
  "cnae": {
    "label": "CNAE"
  },
  "cnaeDescripcion": {
    "label": "CNAE (descripcion)"
  },
  "domicilio": {
    "label": "Domicilio"
  },
  "municipio": {
    "label": "Municipio"
  },
  "codigoPostal": {
    "label": "CP"
  },
  "unipersonal": {
    "label": "Unipersonal"
  },
  "socioUnico": {
    "label": "Socio unico"
  },
  "cargosNombrados": {
    "label": "Cargos nombrados"
  },
  "provincia": {
    "label": "Registro / provincia"
  },
  "urlHtml": {
    "label": "Boletin",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Spain BORME Scraper — Company Registry Filings & Data](https://apify.com/xamto1987/spain-borme-companies.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/xamto1987/spain-borme-companies.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/xamto1987/spain-borme-companies.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
