# UK Gazette Personal Insolvency Notices Scraper

**Use case:** 

Scrape UK Gazette personal insolvency notices with title, notice code, publication date, organisation, and source URL. Export to JSON or CSV.

## Input

```json
{
  "text": "",
  "edition": "all",
  "noticeCode": "2403",
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "noticeCode": {
    "label": "🏷 Notice Code",
    "format": "text"
  },
  "category": {
    "label": "🗂 Category",
    "format": "text"
  },
  "edition": {
    "label": "📰 Edition",
    "format": "text"
  },
  "publishedDate": {
    "label": "📅 Published",
    "format": "text"
  },
  "noticeId": {
    "label": "🆔 Notice ID",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UK The Gazette Statutory Notices Scraper](https://apify.com/parseforge/uk-gazette-notices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/uk-gazette-notices-scraper) to learn more, explore other use cases, and run it yourself.