# New Spanish Companies by Province

**Use case:** 

Find newly registered Spanish companies in a specific province from the BORME gazette - filter by province, get company name, acts and registry data.

## Input

```json
{
  "date": "",
  "dateFrom": "2026-06-01",
  "dateTo": "2026-06-05",
  "provinces": [
    "MADRID"
  ],
  "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.