# Track Spanish Company Dissolutions & Insolvency from BORME

**Use case:** 

Spot failing Spanish counterparties early - dissolutions, insolvency proceedings and strike-offs from the official BORME gazette, by date and province.

## Input

```json
{
  "date": "",
  "dateFrom": "2026-07-20",
  "dateTo": "2026-07-22",
  "actTypes": [
    "Disolucion",
    "Situacion concursal",
    "Extincion"
  ]
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "registryNumber": {
    "label": "Entry No.",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "acts": {
    "label": "Acts",
    "format": "text"
  },
  "officers": {
    "label": "Officers",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Spain BORME Corporate Acts Parser](https://apify.com/regdata/borme-corporate-acts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/borme-corporate-acts-scraper) to learn more, explore other use cases, and run it yourself.