WHO Global Health Observatory Data Scraper avatar

WHO Global Health Observatory Data Scraper

Pricing

Pay per usage

Go to Apify Store
WHO Global Health Observatory Data Scraper

WHO Global Health Observatory Data Scraper

Search and download 3,000+ WHO health indicators across 196 countries. Cleaned, categorized data with normalized country names and WHO regions. No API key required.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Chris Wakefield

Chris Wakefield

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

13 hours ago

Last modified

Categories

Share

Chris The Dev

WHO Global Health Observatory Data Scraper

Search and download 3,000+ health indicators from the World Health Organization's Global Health Observatory (GHO) โ€” covering 196 countries across mortality, disease burden, nutrition, immunization, health financing, and more.

Data is cleaned, categorized, and normalized with proper country names, WHO regions, indicator categories, and readable value formatting.

Features

  • ๐Ÿ” Search by keyword โ€” find indicators by disease, topic, or category
  • ๐ŸŒ 196 countries โ€” filter by specific countries or get global data
  • ๐Ÿ“Š 3,070 indicators โ€” life expectancy, mortality, HIV/AIDS, TB, malaria, diabetes, cancer, nutrition, immunization, WASH, health financing, and more
  • ๐Ÿงน Normalized output โ€” proper country names, WHO regions, categorized indicators, cleaned values
  • ๐Ÿ“… Time series โ€” multi-year data with confidence intervals where available
  • ๐Ÿ”„ Wide or long format โ€” choose your preferred output structure
  • ๐Ÿ†“ Free data โ€” WHO GHO is publicly available, no API key required

Input Parameters

ParameterTypeRequiredDefaultDescription
indicatorCodesstring[]No*Life expectancy, mortality, etc.Specific WHO indicator codes
searchQuerystringNoโ€”Search indicators by keyword
categorystringNoโ€”Filter by category code
countriesstring[]NoAllISO 3-letter country codes
yearStartintegerNoEarliestStart year for data
yearEndintegerNoLatestEnd year for data
maxResultsintegerNo1000Max data points per indicator
includeMetadatabooleanNotrueInclude indicator names & categories
includeTimelinebooleanNotrueAll years vs latest only
outputFormatselectNolonglong (one row per point) or wide (one row per country)

*Either indicatorCodes or searchQuery must be provided.

Example Input

{
"searchQuery": "diabetes",
"countries": ["GBR", "USA", "DEU", "FRA", "JPN"],
"maxResults": 500,
"includeMetadata": true,
"includeTimeline": true,
"outputFormat": "long"
}

Example Output

{
"indicatorCode": "NCD_DIABETES_TREATMENT_CRUDE",
"indicatorName": "Diabetes treatment coverage, crude",
"indicatorCategory": "Diabetes",
"indicatorCategoryCode": "DIABETES",
"countryCode": "GBR",
"countryName": "United Kingdom",
"whoRegion": "Europe",
"year": 2022,
"value": 85.3,
"valueDisplay": "85.30",
"sex": "Both sexes",
"ageGroup": "All ages"
}

Use Cases

  • Public health research โ€” disease prevalence, mortality trends, healthcare access
  • NGO program planning โ€” identify countries with greatest health needs
  • Pharma market intelligence โ€” disease burden by country for market sizing
  • Academic research โ€” reproducible health data for papers and studies
  • Government policy โ€” benchmark against WHO health targets and SDGs
  • Data journalism โ€” fact-checking and data-driven health reporting

Indicator Categories

CategoryExamples
MortalityUnder-5 mortality, maternal deaths, infant mortality
HIV/AIDSPrevalence, treatment coverage, deaths
TBDetection rate, treatment success
MalariaIncidence, mortality
DiabetesPrevalence, treatment coverage
CancerSurvival rates, screening
NutritionWasting, stunting, overweight
ImmunizationDTP3, MCV2 coverage
Mental HealthDepression, suicide rates
Health FinancingExpenditure, out-of-pocket costs
WASHSanitation, drinking water
EnvironmentalAir pollution

Data Source

This actor uses the WHO Global Health Observatory API (ghoapi.azureedge.net). The GHO is the World Health Organization's gateway to health-related statistics for its 194 member states. Data is publicly available and regularly updated.