WHO Global Health Observatory (GHO) Scraper avatar

WHO Global Health Observatory (GHO) Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
WHO Global Health Observatory (GHO) Scraper

WHO Global Health Observatory (GHO) Scraper

Scrape the WHO Global Health Observatory (GHO) - the world's most comprehensive public health statistics database. Access 2,000+ health indicators across 194 countries: life expectancy, disease burden, mortality rates, nutrition, tobacco use, mental health, and more. No authentication required.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract health statistics from the WHO Global Health Observatory — the world's most authoritative and comprehensive public health database with 2,000+ indicators across 194 countries, spanning life expectancy, disease burden, mortality, nutrition, tobacco use, mental health, maternal and child health, and more.

What It Does

This actor queries the public WHO GHO OData API (no authentication required) to retrieve structured health statistics including:

  • Indicator name and code
  • Country and WHO region
  • Year of measurement
  • Numeric value with confidence intervals (low/high estimates)
  • Sex/age dimensions when available

Modes

ModeDescription
getIndicatorDataFetch all data points for a specific WHO indicator code
searchIndicatorsSearch the WHO GHO catalog for indicators by keyword
listCountriesList all 234 countries and territories in the GHO

Input Parameters

FieldTypeDescription
modeselectgetIndicatorData, searchIndicators, or listCountries
indicatorCodestringWHO indicator code (e.g. WHOSIS_000001). Required for mode=getIndicatorData
searchKeywordstringKeyword to search indicators (e.g. diabetes, tobacco, mortality)
countryCodestringISO-3166 alpha-3 country code (e.g. USA, GBR, FRA)
regionCodeselectWHO region code (AFR, AMR, EUR, SEAR, EMR, WPR)
yearFromintegerInclude data from this year onward
yearTointegerInclude data up to this year
sexselectSex dimension filter (Both, Female, Male)
maxItemsintegerMaximum records to return (default 200, max 5000)

Output Fields

{
"indicatorCode": "WHOSIS_000001",
"indicatorName": "Life expectancy at birth (years)",
"countryCode": "USA",
"regionCode": "AMR",
"region": "Americas",
"country": "Americas",
"year": 2022,
"value": "76.1 [75.9-76.3]",
"numericValue": 76.1,
"lowEstimate": 75.9,
"highEstimate": 76.3,
"sex": "Both sexes",
"dataUpdatedAt": "2024-08-02",
"sourceUrl": "https://www.who.int/data/gho/data/indicators/indicator-details/GHO/WHOSIS_000001",
"recordType": "healthStatistic",
"scrapedAt": "2026-06-02T12:00:00+00:00"
}

Common Indicator Codes

CodeIndicator
WHOSIS_000001Life expectancy at birth (years)
WHOSIS_000002Healthy life expectancy (HALE) at birth (years)
WHOSIS_000007Healthy life expectancy (HALE) at age 60 (years)
MDG_0000000017Under-five mortality rate (per 1000 live births)
SA_0000001462Alcohol, recorded per capita consumption (15+)
NCD_BMI_30APrevalence of obesity (18+ years, age-standardized)

Use mode=searchIndicators with a keyword to discover more codes.

Example Use Cases

  • Global health research — Download life expectancy or disease burden data for all countries
  • Country comparisons — Compare health metrics across WHO regions
  • Time-series analysis — Track health trends by year for specific countries
  • Public health dashboards — Power data visualizations with authoritative WHO statistics

Data Source

Data comes from the WHO Global Health Observatory OData API (ghoapi.azureedge.net/api) — a free, publicly accessible API with no authentication required, maintained by the World Health Organization.

Frequently Asked Questions

How current is the data? The GHO is updated continuously. Most indicators have data through 2022 or 2023.

Are confidence intervals included? Yes — where available, the lowEstimate and highEstimate fields contain 95% confidence interval bounds.

Can I get data for a specific sex? Yes — use the sex filter (Both sexes, Female, Male).

What is the maximum dataset size? The API returns up to 5,000 records per run. For large indicators with many countries and years, use country or region filters to get specific subsets.