VOOZH about

URL: https://apify.com/crawlerbros/who-gho-health-data-scraper

โ‡ฑ WHO Global Health Observatory (GHO) Scraper ยท Apify


๐Ÿ‘ 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

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

13 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.

You might also like

WHO Global Health Observatory Data Search

ryanclinton/who-gho-search

Search the World Health Organization's Global Health Observatory for health statistics across 194 member countries.

WHO Global Health Observatory Indicators Scraper

parseforge/who-gho-health-indicators-scraper

Pull global health indicators from the WHO Global Health Observatory. Returns indicator name, country, year, value, and dimension breakdowns for 9,000+ WHO health metrics: life expectancy, mortality, vaccination coverage, NCDs, mental health, SDG targets.

WHO GHO Indicators Scraper

parseforge/who-gho-indicators-scraper

Browse the World Health Organization Global Health Observatory indicator catalog filtered by name fragment. Returns indicator codes, full names, and descriptive metadata that pair with the GHO data endpoint. Useful for global health dashboards, epidemiology research, and policy reporting.

WHO GHO Data Scraper

parseforge/who-gho-data-scraper

Pull observation values from the WHO Global Health Observatory for any indicator code such as WHOSIS_000001 for life expectancy. Returns country, region, year, sex, value, and dimensions. Useful for health analytics, country benchmarking, and longitudinal public health studies.

CDC API Public Health & Disease Database

alizarin_refrigerator-owner/cdc-api-public-health-disease-database

Access CDC public health data including disease surveillance, vaccination rates, mortality statistics, and health indicators. Track outbreaks, chronic diseases, and population health metrics by state and demographic.

Mental Health Email Scraper

contacts-api/mental-health-email-scraper

Mental health email scraper to extract verified emails from therapists, counselors, clinics, and mental health organizations ๐Ÿ“ง๐Ÿง  Perfect for healthcare outreach, partnerships, and mental health lead generation.

WHO Health Intelligence Scraper

agrawalheyramb/who-health-intelligence-scraper

Aggregates WHO health data from multiple APIs: Publications (18K+ documents with PDF text extraction), GHO Statistics, and ClinicalTrials.gov. Features NLP location detection and alert keyword matching.