World Bank Data Scraper - GDP, Population & Indicators avatar

World Bank Data Scraper - GDP, Population & Indicators

Pricing

from $0.50 / 1,000 results

Go to Apify Store
World Bank Data Scraper - GDP, Population & Indicators

World Bank Data Scraper - GDP, Population & Indicators

$0.5/1K ๐Ÿ”ฅ Fast World Bank data scraper! GDP, population, inflation & 1000s of indicators by country & year. No key. JSON, CSV, Excel or API in seconds. Pull time series for economic research & dashboards โšก

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

World Bank Data Scraper ๐ŸŒ๐Ÿ“Š

Scrape World Bank economic indicators โ€” GDP, population, inflation, unemployment and 1000s more โ€” by country and year, straight into a clean, structured dataset. No API key, no login, no scraping headaches. One row per country / indicator / year, ready for research, dashboards and machine-learning pipelines.

Powered by the official World Bank Indicators API (open data), this actor turns messy paginated JSON into tidy time-series rows.

โœจ Why use this actor?

  • No API key required โ€” start pulling data immediately.
  • 1000s of indicators โ€” GDP, GDP per capita, population, inflation (CPI), unemployment, GDP growth, and thousands of other World Bank series.
  • Any country, any year range โ€” single countries, a custom list, or all.
  • Clean tabular output โ€” flat rows (country, indicator, year, value, โ€ฆ), perfect for CSV/Excel/Pandas.
  • Cheap & fast โ€” datacenter-friendly, ~$0.50 per 1,000 results.
  • Pagination handled โ€” full historical time series pulled automatically.

๐Ÿ’ก Use cases

  • Economic research โ€” build country panels for GDP, inflation and unemployment.
  • Data journalism โ€” chart long-run trends across nations in minutes.
  • Machine-learning features โ€” enrich models with macro indicators by country/year.
  • Dashboards & BI โ€” feed live macroeconomic data into Power BI, Tableau, Looker or Grafana.

๐Ÿ›  Input

FieldTypeDescription
modeselectScrape mode. indicators fetches the time series for each country ร— indicator.
countriesarrayISO 2/3-letter country codes, e.g. ["US","DE","CN","IN"]. Use ["all"] for every country.
indicatorsarrayWorld Bank indicator codes, e.g. ["NY.GDP.MKTP.CD","SP.POP.TOTL"].
dateFromstringOptional start year (YYYY), e.g. 2000.
dateTostringOptional end year (YYYY), e.g. 2023.
maxItemsintegerMax data points to collect (default 500, max 5000).

Example input

{
"mode": "indicators",
"countries": ["US", "DE", "CN", "IN"],
"indicators": ["NY.GDP.MKTP.CD", "SP.POP.TOTL"],
"dateFrom": "2015",
"dateTo": "2023",
"maxItems": 500
}

๐Ÿ“ค Output

Each item is a single observation:

{
"country": "United States",
"country_code": "USA",
"indicator": "GDP (current US$)",
"indicator_code": "NY.GDP.MKTP.CD",
"year": "2022",
"value": 26054614000000,
"unit": null,
"source": "worldbank",
"scraped_at": "2026-07-21T00:00:00+00:00"
}

๐Ÿ“š Common indicator codes

CodeIndicator
NY.GDP.MKTP.CDGDP (current US$)
NY.GDP.PCAP.CDGDP per capita (current US$)
NY.GDP.MKTP.KD.ZGGDP growth (annual %)
SP.POP.TOTLPopulation, total
SP.POP.GROWPopulation growth (annual %)
FP.CPI.TOTL.ZGInflation, consumer prices (annual %)
SL.UEM.TOTL.ZSUnemployment, total (% of labor force)
NE.EXP.GNFS.ZSExports of goods & services (% of GDP)
NE.IMP.GNFS.ZSImports of goods & services (% of GDP)
SP.DYN.LE00.INLife expectancy at birth (years)

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

๐Ÿ’ฐ Pricing

Pay-per-result at roughly $0.50 per 1,000 data points. Most economic-research runs cost just a few cents.

This actor uses the World Bank's open data API. World Bank data is generally provided under the CC BY 4.0 license โ€” please attribute the source. Use responsibly and in line with the World Bank's terms.


Keywords: world bank scraper, GDP data, population data, inflation data, economic indicators API, macroeconomic data, country statistics, world development indicators, GDP per capita, unemployment rate, economic research data, data journalism, time series, no api key.