# Monitor New Spanish Company Incorporations

**Use case:** 

Monitor new Spanish company incorporations from the official BORME gazette - company name, province, registry data and incorporation acts, by date.

## Input

```json
{
  "date": "",
  "dateFrom": "2026-06-01",
  "dateTo": "2026-06-05",
  "actTypes": [
    "Constitucion"
  ]
}
```

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