retaildigital-commercee-commerceinternettradeworld-bankICTlogisticsretail-readinesscountriestime-seriesGDPconsumer-spending
Global Digital Commerce Readiness by Country (1980-2023)
About this data
Comprehensive dataset of 25 digital commerce, trade, and economic readiness indicators for 261 countries spanning 1980-2023. Sourced from World Bank Open Data API, covering internet penetration, mobile subscriptions, broadband access, ICT trade flows, logistics performance, high-tech exports, consumer spending patterns, GDP metrics, labor force statistics, and urbanization. Ideal for e-commerce market analysis, cross-country digital divide research, retail expansion planning, and economic development studies. Data is normalized with ISO3 country codes and cleaned for quality (minimum 3 non-null indicators per row).
Schema
| Name | Type | Description |
|---|---|---|
| country_iso3 | string | |
| country_name | string | |
| year | string | |
| Individuals using Internet (% of population) | string | |
| Mobile cellular subscriptions (per 100 people) | string | |
| Fixed broadband subscriptions (per 100 people) | string | |
| Secure Internet servers (per 1M people) | string | |
| High-technology exports (% of manufactured exports) | string | |
| ICT goods imports (% total goods imports) | string | |
| ICT goods exports (% total goods exports) | string | |
| ICT service exports (% of service exports) | string | |
| Logistics performance index (1-5) | string | |
| Trade (% of GDP) | string | |
| Trade in services (% of GDP) | string | |
| GDP per capita (current USD) | string | |
| Population total | string | |
| Services value added (% of GDP) | string | |
| Taxes on goods & services (% of revenue) | string | |
| Merchandise trade (% of GDP) | string | |
| Account ownership at financial institution (%) | string | |
| Total labor force | string | |
| Household consumption expenditure (% of GDP) | string | |
| Household consumption per capita (constant 2015 USD) | string | |
| Consumer price index (2010 = 100) | string | |
| GDP growth (annual %) | string | |
| Unemployment rate (% of total labor force) | string | |
| GINI index (World Bank estimate) | string | |
| Urban population (% of total) | string |
Sample Data
Preview a sample of the data before downloading.
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Global Digital Commerce Readin" })
// Found: f561a123-f74a-41b2-ba9d-ca1ac838c3a9
get_download_url({ dataset_id: "f561a123-f74a-41b2-ba9d-ca1ac838c3a9" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/f561a123-f74a-41b2-ba9d-ca1ac838c3a9/download-url