# Track Spanish Director and Officer Changes

**Use case:** 

Track director and officer changes at Spanish companies from BORME - appointments (Nombramientos) and dismissals (Ceses) with names and dates.

## Input

```json
{
  "date": "",
  "dateFrom": "2026-06-01",
  "dateTo": "2026-06-05",
  "actTypes": [
    "Nombramientos",
    "Ceses/Dimisiones"
  ]
}
```

## 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.