# Available countries Public Holidays

**Use case:** 

Extract Public Holidays data filtered by Available countries. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "countries",
  "countries": [
    "US"
  ],
  "years": [
    "2025"
  ]
}
```

## Output

```json
{
  "date": {
    "label": "Date",
    "format": "date"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "localName": {
    "label": "Local Name",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "countryName": {
    "label": "Country Name",
    "format": "text"
  },
  "global": {
    "label": "Nationwide",
    "format": "boolean"
  },
  "counties": {
    "label": "Counties",
    "format": "object"
  },
  "types": {
    "label": "Types",
    "format": "object"
  },
  "launchYear": {
    "label": "Launched",
    "format": "number"
  },
  "fixed": {
    "label": "Fixed Date",
    "format": "boolean"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "mode": {
    "label": "Mode",
    "format": "text"
  },
  "startDate": {
    "label": "Start",
    "format": "date"
  },
  "endDate": {
    "label": "End",
    "format": "date"
  },
  "dayCount": {
    "label": "Days",
    "format": "number"
  },
  "needBridgeDay": {
    "label": "Needs Bridge",
    "format": "boolean"
  },
  "bridgeDays": {
    "label": "Bridge Days",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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