# WHO Malaria Cases in African Countries

**Use case:** 

Obtain data on malaria cases for Nigeria, Ghana, Kenya, Tanzania, Mozambique, Ethiopia, and Zambia. Access values, year specifics, and demographic details.

## Input

```json
{
  "mode": "indicatorData",
  "indicatorCodes": [
    "MALARIA_EST_CASES"
  ],
  "countryFilter": [
    "NGA",
    "GHA",
    "KEN",
    "TZA",
    "MOZ",
    "ETH",
    "ZMB"
  ],
  "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.