World Bank API - Global Development Database
Pricing
from $0.01 / 1,000 results
World Bank API - Global Development Database
Access World Bank global development indicators. Get GDP, population, poverty rates, education, health metrics, and economic data for 200+ countries spanning 60+ years of historical data
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
The Howlers
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
15 days ago
Last modified
Categories
Share
World Bank API - Global Development Data
Access World Bank global development indicators. Get GDP, population, poverty rates, education, health metrics, and economic data for 200+ countries spanning 60+ years.
Quick Start
Test with Demo Mode (free, no API key needed)
{"demoMode": true}
Run with real data
{"demoMode": false,"task": "get_indicator","limit": 100}
Input Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
task | string | "get_indicator" | Yes* | The operation to perform |
indicatorCode | string | - | No | World Bank indicator code (e.g., NY.GDP.MKTP.CD) |
countryCode | string | - | No | ISO 3166-1 alpha-2 or alpha-3 country code |
region | string | - | No | World Bank region code |
incomeLevel | string | - | No | Country income classification |
startYear | integer | - | No | Start year for data range |
endYear | integer | - | No | End year for data range |
limit | integer | 100 | No | Maximum number of results to return |
webhookUrl | string | - | No | URL to receive results via webhook |
demoMode | boolean | true | No | Run with sample data (no API required) |
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| API Request | Each World Bank API request processed | $0.01 |
Demo mode is free -- no charges for sample data.
Troubleshooting
"API error 429" or "Rate limit"
Too many requests. Wait a minute and try again, or reduce the number of items per run.
No results or empty dataset
Check the run log for error messages. Common causes:
- Invalid input format (check the examples above)
- The target data doesn't exist or is too small to track
How do I test without an API key?
Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.
Built by John Rippy | Actor Arsenal