# BORME Company Change Monitor

**Use case:** 

Monitor Spanish BORME company-change notices for KYB, legal research, credit-risk alerts, and sales triggers.

## Input

```json
{
  "startDate": "2026-07-01",
  "endDate": "2026-07-03",
  "startUrls": [
    {
      "url": "https://www.boe.es/borme/dias/2026/07/03/"
    }
  ],
  "sections": [
    "A"
  ],
  "province": "MADRID",
  "companyQuery": "",
  "actTypeQuery": "Disolución",
  "maxItems": 250
}
```

## Output

```json
{
  "date": {
    "label": "Issue date"
  },
  "issueNumber": {
    "label": "Issue #"
  },
  "sectionCode": {
    "label": "Section"
  },
  "province": {
    "label": "Province"
  },
  "companyName": {
    "label": "Company"
  },
  "actType": {
    "label": "Act type"
  },
  "noticeTitle": {
    "label": "Notice title"
  },
  "noticeText": {
    "label": "Notice text",
    "format": "text"
  },
  "announcementNumber": {
    "label": "Announcement #"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "pdfUrl": {
    "label": "PDF",
    "format": "link"
  },
  "xmlUrl": {
    "label": "XML",
    "format": "link"
  },
  "publishedAt": {
    "label": "Published"
  },
  "scrapedAt": {
    "label": "Scraped"
  }
}
```

## About this Actor

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