# Nager.Date available countries list

**Use case:** 

List countries supported by Nager.Date public holidays API on Apify. Codes and names; export JSON/CSV.

## Input

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

## Output

```json
{
  "name": {
    "label": "Name",
    "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 Availablecountries Scraper](https://apify.com/benthepythondev/nager-date-availablecountries-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/nager-date-availablecountries-scraper) to learn more, explore other use cases, and run it yourself.