# AL - Albania Public Holidays Worldwide

**Use case:** 

Extract Public Holidays Worldwide data filtered by AL - Albania. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "country": "AL",
  "yearStart": 2026,
  "yearEnd": 0
}
```

## Output

```json
{
  "date": {
    "label": "Date",
    "format": "text"
  },
  "localName": {
    "label": "Local Name",
    "format": "text"
  },
  "name": {
    "label": "English Name",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "types": {
    "label": "Types",
    "format": "array"
  },
  "global": {
    "label": "Nationwide",
    "format": "boolean"
  },
  "countiesText": {
    "label": "Counties",
    "format": "text"
  },
  "launchYear": {
    "label": "Established",
    "format": "number"
  }
}
```

## About this Actor

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