WHO Global Health Observatory Data Scraper avatar

WHO Global Health Observatory Data Scraper

Pricing

$2.00 / 1,000 results

Go to Apify Store
WHO Global Health Observatory Data Scraper

WHO Global Health Observatory Data Scraper

Access 2,700+ WHO health indicators across 194 countries. Mortality, immunization, diseases, health systems — normalized and ready for analysis. Free API, no key needed.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Chris Wakefield

Chris Wakefield

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 hours ago

Last modified

Categories

Share

Chris The Dev

WHO Global Health Observatory Data Scraper 🌍

Access 2,700+ health indicators from the World Health Organization's Global Health Observatory — the definitive source for global health statistics. Normalized, searchable, and ready for analysis.

What This Actor Does

Fetches health data from the WHO GHO API across 194 countries and WHO regions. Covers mortality, diseases, immunization, health systems, environmental health, nutrition, and more. All results are normalized with proper country names and clean indicator descriptions.

Input Parameters

ParameterTypeRequiredDescription
indicatorCodesstring[]Yes*WHO indicator codes (e.g. VACCINECOVERAGE_DTP1, WHS2_102)
searchKeywordstringYes*Keyword to search indicators (e.g. "mortality", "tuberculosis", "immunization")
countryCodesstring[]NoFilter by ISO 3166-1 alpha-3 codes (e.g. GBR, USA, FRA)
yearMinintegerNoEarliest year to include
yearMaxintegerNoLatest year to include
maxResultsintegerNoMax data points (default: 500, max: 5000)
spatialDimTypestringNoSpatial dimension: COUNTRY (default), REGION, WORLDBANKINCOMEGROUP

*Either indicatorCodes OR searchKeyword must be provided.

Example Input

{
"indicatorCodes": ["VACCINECOVERAGE_DTP1", "WHS2_102", "NCDMORT307"],
"countryCodes": ["GBR", "USA", "FRA", "DEU"],
"yearMin": 2015,
"maxResults": 100
}

Or search by keyword:

{
"searchKeyword": "tuberculosis",
"countryCodes": ["ZAF", "IND", "CHN"],
"maxResults": 200
}

Example Output

Each dataset item contains:

{
"IndicatorCode": "VACCINECOVERAGE_DTP1",
"IndicatorName": "DTP3 immunization coverage among one-year-olds (%)",
"SpatialDim": "GBR",
"SpatialDimType": "COUNTRY",
"LocationNormalized": "United Kingdom",
"SpatialTypeNormalized": "Country",
"TimeDim": 2023,
"NumericValue": 94.0,
"Value": "94",
"Low": null,
"High": null
}

Results include normalized country names, clean indicator descriptions, and a human-readable summary table in the console output.

CodeDescription
WHS2_102Life expectancy at birth (years)
WHOSIS_000001Infant mortality rate (per 1000 live births)
NCDMORT307NCD mortality rate (age-standardized)
VACCINECOVERAGE_DTP1DTP3 immunization coverage (%)
SA_0000001837Alcohol poisoning deaths per 100,000
NCD_HYP_PREVALENCE_AHypertension prevalence (age-standardized)
NCD_DIABETES_PREVALENCE_CRUDEDiabetes prevalence
TOBACCO_MPOWER_M1_TOBACCOUSESMOKINGTobacco use monitoring
CHILDMORT5TO14Mortality rate for 5-14 year-olds
PHE_HHAIR_PROP_POP_CLEAN_FUELSClean cooking fuel access

Use Cases

  • Public health research: Cross-country comparisons of disease burden and health outcomes
  • Pharma market intelligence: Disease prevalence data for market sizing
  • Health journalism: Data-driven stories on global health trends
  • NGO reporting: Track health indicators for grant proposals and impact reports
  • Insurance risk modeling: Population health statistics for actuarial analysis
  • Academic research: Multi-year, multi-country health datasets

Data Source

WHO Global Health Observatory — the World Health Organization's gateway to health-related statistics. Data is licensed under CC BY-NC-SA 3.0 IGO.

Features

  • 2,700+ indicators across 194 countries
  • Keyword search — find indicators by disease, topic, or measurement
  • Country/region filtering — ISO codes or WHO regions
  • Year range filtering — focus on specific time periods
  • Normalized output — proper country names, clean descriptions
  • Multi-dimensional — country, region, and World Bank income group views