# Next worldwide public holidays

**Use case:** 

Upcoming public holidays across countries via Nager.Date on Apify. Multi-country dates; export JSON/CSV.

## 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 Nextpublicholidaysworldwide Scraper](https://apify.com/benthepythondev/nager-date-nextpublicholidaysworldwide-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/nager-date-nextpublicholidaysworldwide-scraper) to learn more, explore other use cases, and run it yourself.