World Bank Development Indicators avatar

World Bank Development Indicators

Pricing

from $0.90 / 1,000 results

Go to Apify Store
World Bank Development Indicators

World Bank Development Indicators

Query 14,000+ World Bank indicators across 200+ countries: GDP, inflation, trade, health, education, environment, governance, energy, and more.

Pricing

from $0.90 / 1,000 results

Rating

0.0

(0)

Developer

Cynix Dev

Cynix Dev

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Query 14,000+ World Bank indicators across 200+ countries from the World Bank Open Data API. No API key required.

World Bank

What it does

This actor queries the World Bank's public SDMX-JSON API and returns structured rows of indicator data — one row per country per year per indicator.

Available Indicators

Over 14,000 indicators are available. Use the preset dropdown for quick access to curated bundles, or enter custom indicator IDs directly.

Preset Bundles

PresetIndicators Included
Macro EconomicGDP, GDP growth, inflation, GNI, GDP per capita, PPP
TradeExports, imports, balance of payments, FDI inflows
HealthLife expectancy, infant mortality, health spending, fertility
EducationSchool enrollment (primary/secondary/tertiary), literacy, spending
Energy & ClimateElectricity consumption, renewables, CO2 emissions, PM2.5
GovernanceCPIA, government effectiveness, rule of law, corruption, voice
Debt & FinanceGovernment debt, reserves, money supply, remittances, interest rates
GenderFemale labor participation, parliament seats, education parity
Indicator IDDescription
NY.GDP.MKTP.CDGDP (current US$)
FP.CPI.TOTL.ZGInflation, consumer prices (annual %)
SP.DYN.LE00.INLife expectancy at birth
EN.ATM.CO2E.PCCO2 emissions (metric tons per capita)
SE.XPD.TOTL.GD.ZSGovernment expenditure on education (% of GDP)
GE.ESTGovernment effectiveness estimate
GC.DOD.TOTL.GD.ZSCentral government debt (% of GDP)
SL.TLF.CACT.FE.ZSLabor force, female (% of total)

Browse all indicators at data.worldbank.org/indicator.

Example Inputs

Get GDP data for G7 countries (2018-2024)

{
"indicators": ["NY.GDP.MKTP.CD"],
"preset": "none",
"countries": ["US", "GB", "DE", "FR", "IT", "JP", "CA"],
"startYear": 2018,
"endYear": 2024,
"maxRecordsPerIndicator": 1000
}

Use a preset for macro economic overview

{
"indicators": [],
"preset": "macro_economic",
"countries": ["AU", "NZ", "SG"],
"startYear": 2020,
"endYear": 2024,
"maxRecordsPerIndicator": 5000
}

Output

Each record contains:

FieldDescription
countryCountry name (e.g. "United States")
country_codeISO 3-letter code (e.g. "USA")
indicator_idIndicator code (e.g. "NY.GDP.MKTP.CD")
indicator_nameFull indicator name
yearObservation year
valueNumeric value (empty if no data)
unitMeasurement unit
sourceData source database
scraped_atISO timestamp of data fetch

Data Source

World Bank Open Data — free and open access to global development data. Licensed under CC BY 4.0.

Use Cases

  • Macro research: GDP, inflation, trade balance across economies
  • ESG analysis: CO2 emissions, renewable energy, governance scores
  • Development consulting: Education, health, poverty indicators
  • Journalism: Data-driven stories on global trends
  • Academic research: Panel data for econometric analysis

Rate Limits

The World Bank API allows ~1,000 requests per hour without authentication. This actor paginates efficiently (1,000 records per page) to stay within limits.

Limitations

  • Data availability varies by country and indicator (not all countries report all years)
  • Some indicators have a 1-2 year publication lag
  • The API returns null values for missing data points