World Bank Development Indicators avatar

World Bank Development Indicators

Pricing

from $2.00 / 1,000 results

Go to Apify Store
World Bank Development Indicators

World Bank Development Indicators

Fetch normalized development indicators from the World Bank API. 29,500+ indicators (GDP, population, poverty, education, health, climate, trade) across 295 countries. Returns cleaned data with human-readable names.

Pricing

from $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

7 days ago

Last modified

Share

Chris The Dev

World Bank Development Indicators

Fetch normalized development indicators from the World Bank API — 29,500+ indicators across 295 countries with human-readable names, clean values, and structured output.

Features

  • 🔍 29,500+ indicators — GDP, population, unemployment, inflation, poverty, education, health, environment, trade, and more
  • 🌍 295 countries & regions — Full country name normalization from ISO codes
  • 📊 Normalized output — Indicator codes mapped to readable names with units and categories
  • Multi-indicator queries — Fetch multiple indicators across multiple countries in one run
  • 📅 Year range filtering — Optional start/end year to focus on specific periods
  • 📋 Human-readable summary — Formatted table in run log + key-value store OUTPUT

Input Parameters

ParameterTypeRequiredDescription
indicatorCodesstring[]✅ YesWorld Bank indicator codes (e.g., NY.GDP.MKTP.CD)
countryCodesstring[]NoISO 2-letter country codes (e.g., US, GB, CN). Empty = all countries
yearStartstringNoStart year (e.g., 2020)
yearEndstringNoEnd year (e.g., 2023)
maxResultsintegerNoMax data points to return (default: 500, max: 10000)

Common Indicator Codes

CodeDescriptionCategory
NY.GDP.MKTP.CDGDP (current USD)Economy
NY.GDP.MKTP.KD.ZGGDP Growth (annual %)Economy
NY.GDP.PCAP.CDGDP per Capita (current USD)Economy
SP.POP.TOTLPopulation, TotalPopulation
SP.DYN.LE00.INLife Expectancy at BirthPopulation
SL.UEM.TOTL.ZSUnemployment (% of labor force)Labor
FP.CPI.TOTL.ZGInflation, CPI (annual %)Economy
SI.POV.GINIGini IndexPoverty
SE.ADT.LITR.ZSAdult Literacy RateEducation
IT.NET.USER.ZSInternet Users (% of population)Tech
EN.ATM.CO2E.PCCO2 Emissions per CapitaEnvironment
SH.XPD.CHEX.GD.ZSHealth Expenditure (% of GDP)Health

Full list: Browse all indicators at https://data.worldbank.org/indicator

Example Input

{
"indicatorCodes": ["NY.GDP.MKTP.CD", "SP.POP.TOTL", "SL.UEM.TOTL.ZS"],
"countryCodes": ["US", "GB", "CN", "DE", "JP"],
"yearStart": "2020",
"yearEnd": "2023",
"maxResults": 200
}

Example Output

==========================================================================================
WORLD BANK DEVELOPMENT INDICATORS
==========================================================================================
Data Points: 20
GDP (current USD) (USD) — Economy
─────────────────────────────────────────────────────────────────────────────────
Country Year Value
────────────────────────────── ────── ────────────────────
China 2023 17,794,781,971,833.20
Germany 2023 4,456,079,436,987.32
Japan 2023 4,212,945,273,882.21
United Kingdom 2023 3,340,660,970,834.16
United States 2023 27,360,935,000,000.00

Use Cases

  • Economic research — Compare GDP, inflation, and trade across countries
  • Investment analysis — Screen countries by growth, debt, and market indicators
  • Policy research — Track poverty, education, and health outcomes globally
  • Data journalism — Source clean, authoritative data for visualizations
  • AI/ML pipelines — Feed normalized development data into models and dashboards

Data Source

This Actor fetches data from the World Bank Data API (https://api.worldbank.org/v2). All data is licensed under the Creative Commons Attribution 4.0 (CC-BY 4.0) license. Free to use — no API key required.

Built with ❤️ by Chris The Dev