# UK insolvency notices from the Gazette

**Use case:** 

Monitor UK company insolvency notices from the Gazette. Each notice includes the Companies House number, so you can match it to the right business fast.

## Input

```json
{
  "noticeCategories": [
    "company-winding-up-petitions",
    "company-winding-up-orders",
    "administrations"
  ],
  "keywords": [],
  "sinceDays": 7,
  "maxNotices": 200,
  "monitorMode": false
}
```

## Output

```json
{
  "category": {
    "label": "Category",
    "format": "string"
  },
  "subjectName": {
    "label": "Subject",
    "format": "string"
  },
  "companyNumber": {
    "label": "Company number",
    "format": "string"
  },
  "companyPostcode": {
    "label": "Company postcode",
    "format": "string"
  },
  "publicationDate": {
    "label": "Published",
    "format": "string"
  },
  "isNew": {
    "label": "New since last run",
    "format": "boolean"
  },
  "noticeUrl": {
    "label": "Notice link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Insolvency Monitor 🇬🇧 (Gazette winding-up alerts)](https://apify.com/tagadanar/uk-gazette-insolvency) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/uk-gazette-insolvency) to learn more, explore other use cases, and run it yourself.