World Bank — GDP & Economic Indicators
Pricing
from $10.00 / 1,000 results
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
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
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
| Code | Indicator |
|---|---|
NY.GDP.MKTP.CD | GDP (current US$) |
NY.GDP.MKTP.KD.ZG | GDP Growth (annual %) |
NY.GDP.PCAP.CD | GDP Per Capita (current US$) |
NY.GDP.PCAP.PP.CD | GDP Per Capita, PPP |
FP.CPI.TOTL.ZG | Inflation, CPI (annual %) |
SL.UEM.TOTL.ZS | Unemployment (% — ILO) |
NE.EXP.GNFS.ZS | Exports (% of GDP) |
NE.IMP.GNFS.ZS | Imports (% of GDP) |
GC.DOD.TOTL.GD.ZS | Central Govt Debt (% of GDP) |
BX.KLT.DINV.CD.WD | FDI Net Inflows (US$) |
PA.NUS.FCRF | Exchange Rate (LCU per US$) |
SP.POP.TOTL | Population, Total |
SP.DYN.LE00.IN | Life Expectancy (years) |
EN.ATM.CO2E.KT | CO2 Emissions (kt) |
IT.NET.USER.ZS | Internet Users (%) |
SI.POV.GINI | GINI Index |
| ... | 32 indicators total — see input UI |
Output Fields (Long Format)
| Field | Description |
|---|---|
indicator_id | World Bank indicator code |
indicator_name | Human-readable indicator name |
country_code | ISO 3166-1 alpha-3 code |
country_code_2 | ISO alpha-2 code |
country_name | Full country name |
year | Data year |
value | Raw numeric value |
value_formatted | Formatted string (e.g. $21.43T, 3.20%) |
unit | Unit of measurement |
scale | Scale factor |
source_id | World Bank source ID |
source_name | Data 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.