# Indicator (pull facts) WHO Global Health Observatory

**Use case:** 

Extract WHO Global Health Observatory Indicators data filtered by Indicator (pull facts). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "mode": "indicator",
  "indicatorCode": "MDG_0000000001"
}
```

## Output

```json
{
  "indicatorCode": {
    "label": "Indicator Code",
    "format": "text"
  },
  "indicatorName": {
    "label": "Indicator",
    "format": "text"
  },
  "spatialDimType": {
    "label": "Spatial Type",
    "format": "text"
  },
  "countryCode": {
    "label": "Country (ISO-3)",
    "format": "text"
  },
  "parentLocation": {
    "label": "Region",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "sex": {
    "label": "Sex",
    "format": "text"
  },
  "ageGroup": {
    "label": "Age Group",
    "format": "text"
  },
  "value": {
    "label": "Value (raw)",
    "format": "text"
  },
  "numericValue": {
    "label": "Value (numeric)",
    "format": "number"
  },
  "low": {
    "label": "Low",
    "format": "number"
  },
  "high": {
    "label": "High",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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