# Nager Date Holidays sample export

**Use case:** 

Run a ready-made Nager Date Holidays example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: nager-date-holidays-scr

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "date"
  },
  "fixed": {
    "label": "Fixed",
    "format": "text"
  },
  "types": {
    "label": "Types",
    "format": "text"
  },
  "global": {
    "label": "Global",
    "format": "text"
  },
  "localname": {
    "label": "Localname",
    "format": "text"
  },
  "countrycode": {
    "label": "Countrycode",
    "format": "number"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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