# WHO GHO Data Full Export

**Use case:** 

Full Export of WHO GHO Data. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "indicatorCode": "WHOSIS_000001",
  "maxItems": 500
}
```

## Output

```json
{
  "IndicatorCode": {
    "label": "🔹 IndicatorCode",
    "format": "text"
  },
  "SpatialDim": {
    "label": "🔹 SpatialDim",
    "format": "text"
  },
  "TimeDim": {
    "label": "🔹 TimeDim",
    "format": "text"
  },
  "NumericValue": {
    "label": "🔹 NumericValue",
    "format": "text"
  },
  "Comments": {
    "label": "🔹 Comments",
    "format": "text"
  },
  "url": {
    "label": "🔹 url",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

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