# Spain Registro Mercantil   Companies, Capital & BORME — Full

**Use case:** 

Scrape the full spain registro mercantil - companies, capital & borme dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract spain registro mercantil - companies, capital & borme for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "by_name",
  "query": "Inditex",
  "province": "",
  "includeAccounts": true,
  "includeBorme": true,
  "maxItems": 20
}
```

## Output

```json
{
  "legal_name": {
    "label": "Legal Name",
    "format": "string"
  },
  "nif_cif": {
    "label": "Nif Cif",
    "format": "string"
  },
  "legal_form": {
    "label": "Legal Form",
    "format": "string"
  },
  "province": {
    "label": "Province",
    "format": "string"
  },
  "cnae_code": {
    "label": "Cnae Code",
    "format": "string"
  },
  "cnae_description": {
    "label": "Cnae Description",
    "format": "string"
  },
  "share_capital_text": {
    "label": "Share Capital Text",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Spain Registro Mercantil Scraper - Companies, Capital & BORME](https://apify.com/jungle_synthesizer/spain-registro-mercantil-cuentas-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/spain-registro-mercantil-cuentas-scraper) to learn more, explore other use cases, and run it yourself.