WHO Global Health Data Tracker avatar

WHO Global Health Data Tracker

Pricing

from $1.00 / 1,000 item processeds

Go to Apify Store
WHO Global Health Data Tracker

WHO Global Health Data Tracker

Collect country-level public health statistics from the WHO Global Health Observatory (GHO) — life expectancy, infant mortality, HIV prevalence, obesity, PM2.5 exposure, alcohol consumption, and 2,000+ more indicators. Filter by country, year range, and indicator. No API key required.

Pricing

from $1.00 / 1,000 item processeds

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Collect country-level public health statistics from the WHO Global Health Observatory (GHO) — life expectancy, infant mortality, HIV prevalence, obesity, PM2.5 air pollution, alcohol consumption, and 2,000+ more indicators across 190+ countries.

No API key required. Powered by the official WHO GHO OData API.


Use Cases

  • Public health research — download multi-decade time series for academic analysis
  • Pharmaceutical market sizing — disease prevalence by country and year
  • ESG & impact investing — health outcome benchmarks across emerging markets
  • Policy analysis — compare health expenditure vs. outcomes across nations
  • Journalism & data visualization — structured WHO data without manual CSV downloads

Modes

ModeDescription
dataFetch health observations for selected indicators, countries, and year range
indicatorsList all available WHO indicators with codes and names
countriesList all available countries with ISO3 codes

Key Indicators

CodeDescription
WHOSIS_000001Life expectancy at birth (years)
WHOSIS_000015Infant mortality rate (per 1,000 live births)
MDG_0000000026HIV/AIDS prevalence (%)
SDGPM25PM2.5 air pollution exposure (μg/m³)
NCD_BMI_30AObesity rate among adults (%)
SA_0000001462Alcohol consumption (litres per capita)

Use mode: indicators to browse all 2,000+ indicator codes.


Input

{
"mode": "data",
"indicators": ["WHOSIS_000001", "WHOSIS_000015", "NCD_BMI_30A"],
"countries": ["KOR", "USA", "CHN", "DEU", "JPN"],
"yearFrom": 2010,
"yearTo": 2023
}
ParameterTypeDefaultDescription
modestringdatadata, indicators, or countries
indicatorsarray6 defaultsWHO indicator codes (e.g. WHOSIS_000001)
countriesarrayallISO 3-letter country codes (e.g. KOR, USA)
yearFrominteger2010Minimum year (inclusive). Set 0 for no limit.
yearTointeger2023Maximum year (inclusive). Set 0 for no limit.
maxIndicatorsinteger50Max results when mode=indicators

Output

Each record in mode: data contains:

{
"indicator_code": "WHOSIS_000001",
"indicator_name": "Life expectancy at birth (years)",
"country_code": "KOR",
"country_name": "Republic of Korea",
"year": 2022,
"value": 83.6,
"value_display": "83.6 [82.8-84.4]",
"sex": "Both sexes",
"dim2": null,
"dim3": null,
"source": "WHO GHO"
}

A SUMMARY key is also saved to the Key-Value Store with record counts per indicator.


Pricing

EventPrice
Actor start$0.005 (once)
Per health observation returned$0.001

A typical run fetching 6 indicators for 10 countries over 10 years returns ~600–3,000 records, costing $0.60–$3.00.


Data Source

WHO Global Health Observatory — https://www.who.int/data/gho

Data is updated by WHO on a rolling basis. Most indicators are updated annually. Historical data goes back to the 1990s for many indicators.


Feedback

If this actor helps your public health research, a review helps others find it: Leave a review on Apify Store


Keywords: WHO health data scraper, World Health Organization statistics, global health indicators API, life expectancy by country, infant mortality rate data, HIV prevalence statistics, obesity rate tracker, WHO GHO data extractor, public health statistics, country health metrics, WHO open data API, air quality health data, global disease statistics, no API key required