# All divisions UK Bank Holidays

**Use case:** 

Extract UK Bank Holidays data filtered by All divisions. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "division": "all-divisions"
}
```

## Output

```json
{
  "title": {
    "label": "Holiday",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "date"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "weekday": {
    "label": "Weekday",
    "format": "text"
  },
  "division": {
    "label": "Division",
    "format": "text"
  },
  "divisionLabel": {
    "label": "Region",
    "format": "text"
  },
  "notes": {
    "label": "Notes",
    "format": "text"
  },
  "bunting": {
    "label": "Bunting",
    "format": "boolean"
  },
  "isSubstituteDay": {
    "label": "Substitute",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Bank Holidays Scraper](https://apify.com/parseforge/gov-uk-bank-holidays-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/gov-uk-bank-holidays-scraper) to learn more, explore other use cases, and run it yourself.