# WHO Health Indicators Catalog Listing

**Use case:** 

Retrieve a comprehensive list of over 3,000 WHO health indicators. Access data including country, year, and confidence intervals.

## Input

```json
{
  "mode": "indicators",
  "indicatorCodes": [],
  "countryFilter": [],
  "maxResults": 0,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "indicatorCode": {
    "label": "Indicator Code",
    "format": "string"
  },
  "indicatorName": {
    "label": "Indicator Name",
    "format": "string"
  },
  "country": {
    "label": "Spatial Code",
    "format": "string"
  },
  "spatialDimensionType": {
    "label": "Spatial Type",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "string"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "low": {
    "label": "Low CI",
    "format": "number"
  },
  "high": {
    "label": "High CI",
    "format": "number"
  },
  "dimension": {
    "label": "Dimension",
    "format": "string"
  },
  "parentLocation": {
    "label": "Region",
    "format": "string"
  },
  "rawValue": {
    "label": "Raw Value",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [WHO Global Health Observatory Scraper](https://apify.com/logiover/who-gho-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/who-gho-scraper) to learn more, explore other use cases, and run it yourself.