World Bank — GDP & Economic Indicators avatar

World Bank — GDP & Economic Indicators

Pricing

from $10.00 / 1,000 results

Go to Apify Store
World Bank — GDP & Economic Indicators

World Bank — GDP & Economic Indicators

This tool extracts Gross Domestic Product (GDP) data along with over 30 additional economic indicators directly from the World Bank Open Data API version 2. It operates without the need for an API key, making it accessible and easy to use for anyone interested in economic analysis.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

🏦 World Bank — GDP & Economic Indicators — Apify Actor

Scrapes GDP and 30+ economic indicators from the World Bank Open Data API v2. No API key required.

Features

  • 32 built-in indicators — GDP, GNI, inflation, unemployment, trade, debt, population, CO2, internet penetration, poverty, GINI, and more.
  • Flexible country selection — specific ISO codes, entire World Bank regions, or income-level groups.
  • Date ranges — any span from 1960 to present.
  • 3 output shapes — long (tidy), wide-by-year, or wide-by-indicator.
  • Auto-pagination — fetches all pages from the World Bank API automatically.
  • Human-readable formatting — values are formatted (e.g. $21.43T, 6.12%) alongside raw numbers.

Input Example

{
"indicators": ["NY.GDP.MKTP.CD", "NY.GDP.MKTP.KD.ZG", "FP.CPI.TOTL.ZG"],
"countries": "US;CN;IN;DE;JP;PK",
"dateRange": "2010:2023",
"regionFilter": "none",
"incomeLevelFilter": "none",
"skipEmptyValues": true,
"sortBy": "year_desc",
"outputFormat": "long",
"maxResults": 0
}

Available Indicators

CodeIndicator
NY.GDP.MKTP.CDGDP (current US$)
NY.GDP.MKTP.KD.ZGGDP Growth (annual %)
NY.GDP.PCAP.CDGDP Per Capita (current US$)
NY.GDP.PCAP.PP.CDGDP Per Capita, PPP
FP.CPI.TOTL.ZGInflation, CPI (annual %)
SL.UEM.TOTL.ZSUnemployment (% — ILO)
NE.EXP.GNFS.ZSExports (% of GDP)
NE.IMP.GNFS.ZSImports (% of GDP)
GC.DOD.TOTL.GD.ZSCentral Govt Debt (% of GDP)
BX.KLT.DINV.CD.WDFDI Net Inflows (US$)
PA.NUS.FCRFExchange Rate (LCU per US$)
SP.POP.TOTLPopulation, Total
SP.DYN.LE00.INLife Expectancy (years)
EN.ATM.CO2E.KTCO2 Emissions (kt)
IT.NET.USER.ZSInternet Users (%)
SI.POV.GINIGINI Index
...32 indicators total — see input UI

Output Fields (Long Format)

FieldDescription
indicator_idWorld Bank indicator code
indicator_nameHuman-readable indicator name
country_codeISO 3166-1 alpha-3 code
country_code_2ISO alpha-2 code
country_nameFull country name
yearData year
valueRaw numeric value
value_formattedFormatted string (e.g. $21.43T, 3.20%)
unitUnit of measurement
scaleScale factor
source_idWorld Bank source ID
source_nameData source name

Output Shapes

Long (default)

One row per country × year × indicator. Best for databases, charts, and further processing.

Wide by Year

One row per country × indicator with year columns (y2020, y2021, y2022…). Good for spreadsheet comparison across time.

Wide by Indicator

One row per country × year with indicator columns. Good for comparing multiple indicators side-by-side.

Region & Income Filters

Regions: East Asia & Pacific, Europe & Central Asia, Latin America & Caribbean, Middle East & North Africa, North America, South Asia, Sub-Saharan Africa.

Income Levels: High Income, Upper Middle Income, Lower Middle Income, Low Income.

When a region or income filter is set, it overrides the country list.

Data Source

All data from the World Bank Open Data API: https://api.worldbank.org/v2/

No API key required. Data spans 1960–present for most indicators.