# Global Digital Economy & Connectivity Data

## Links

- Product page URL: https://www.agentpmt.com/marketplace/digital-economy-technology
- Product markdown URL: https://www.agentpmt.com/marketplace/digital-economy-technology?format=agent-md
- Product JSON URL: https://www.agentpmt.com/marketplace/digital-economy-technology?format=agent-json

## Overview

- Product ID: 6980db8871cad8f61bf5b1d9
- Vendor: Apoth3osis
- Type: data
- Unit type: request
- Price: 500 credits
- Categories: Data Science, Developer Tools, Data Processing, Academic & Scientific Research, Public Records & Government Data, Civic Data & Demographics
- Generated at: 2026-05-21T08:23:38.603Z

### Page Description

Explore digital economy and technology adoption data for any country in the world. Look up internet penetration rates, mobile subscriptions, broadband access, e-government readiness scores, and ICT infrastructure indicators. Track digital growth, identify connectivity gaps, and compare how countries are progressing in the digital era — all from a comprehensive global data set.

### Agent Description

Query internet penetration, mobile subscriptions, broadband access, e-government readiness, and ICT infrastructure indicators for any country or region. Supports digital divide analysis, adoption rate comparisons, trend tracking, and regional benchmarking.

## Details

### Details

Explore digital economy and technology adoption data for any country in the world. Look up internet penetration rates, mobile subscriptions, broadband access, e-government readiness scores, and ICT infrastructure indicators. Track digital growth, identify connectivity gaps, and compare how countries are progressing in the digital era — all from a comprehensive global data set.

### Actions

- `query_digital_data` (5 credits): Fetch digital economy and technology indicator data for a country or region, including internet penetration, mobile subscriptions, broadband access, ICT trade metrics, and digital divide analysis.

### Use Cases

Research internet penetration rates by country, Compare mobile subscription trends across regions, Track broadband access growth over time, Analyze e-government readiness scores, Study the digital divide between countries, Monitor ICT infrastructure development, Assess digital adoption rates by region, Research technology access gaps, Support policy research on digital inclusion, Compare connectivity metrics across income groups

### Workflows Using This Tool

No public workflows currently reference this product.

### Related Content

No related content is currently linked to this product.

## Integration Details

### DynamicMCP

- Setup page URL: https://www.agentpmt.com/dynamic-mcp
- Claude setup guide: https://www.agentpmt.com/dynamic-mcp?platform=claude#videos
- ChatGPT setup guide: https://www.agentpmt.com/dynamic-mcp?platform=chatgpt#videos
- Cursor setup guide: https://www.agentpmt.com/dynamic-mcp?platform=cursor#videos
- Windsurf setup guide: https://www.agentpmt.com/dynamic-mcp?platform=windsurf#videos

STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections. This lightweight connector routes requests to `https://api.agentpmt.com/mcp`. All tool execution happens in the cloud and the server cannot edit any files on your computer.

```bash
npm install -g @agentpmt/mcp-router
agentpmt-setup
```

### REST API

The live page renders cURL, Python, JavaScript, and Node.js examples. Logged-in users see those examples prefilled with their own API and budget credentials.

- Purchase endpoint: https://api.agentpmt.com/products/purchase
- Authorization format: `Bearer <base64(apiKey:budgetKey)>`

```bash
curl -X POST "https://api.agentpmt.com/products/purchase" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer eW91ci1hcGkta2V5LWhlcmU6eW91ci1idWRnZXQta2V5LWhlcmU=" \
  -d '{
    "product_id": "6980db8871cad8f61bf5b1d9",
    "parameters": {
      "action": "query_digital_data",
      "country_or_region": "example_country_or_region",
      "digital_aspect": "all",
      "calculate_digital_divide": false,
      "time_period": "latest",
      "include_regional_comparison": true,
      "include_trends": true
    }
  }'
```

### Autonomous Agents

Do not use the abbreviated instructions in this product markdown for wallet-based invocation. Retrieve the full External Agent API markdown document instead.

- External Agent API page URL: https://www.agentpmt.com/external-agent-api
- External Agent API markdown URL: https://www.agentpmt.com/external-agent-api?format=agent-md

### Schema

#### Parameters

- Schema type: actions

```json
{
  "actions": {
    "query_digital_data": {
      "description": "Fetch digital economy and technology indicator data for a country or region, including internet penetration, mobile subscriptions, broadband access, ICT trade metrics, and digital divide analysis.",
      "properties": {
        "country_or_region": {
          "type": "string",
          "description": "Country or region name in plain language (e.g., 'South Korea', 'Kenya', 'World')",
          "required": true
        },
        "digital_aspect": {
          "type": "string",
          "description": "Digital aspect to query: 'internet', 'mobile', 'broadband', 'e_government', 'ict', 'infrastructure', or 'all'",
          "required": false,
          "default": "all",
          "enum": [
            "internet",
            "mobile",
            "broadband",
            "e_government",
            "ict",
            "infrastructure",
            "all"
          ]
        },
        "calculate_digital_divide": {
          "type": "boolean",
          "description": "Calculate digital access gaps (100% minus current access rates) for internet, broadband, and mobile",
          "required": false,
          "default": false
        },
        "time_period": {
          "type": "string",
          "description": "Time period: 'latest', 'last_5_years', 'last_10_years', 'YYYY:YYYY' range, or single 'YYYY' year",
          "required": false,
          "default": "latest"
        },
        "include_regional_comparison": {
          "type": "boolean",
          "description": "Include comparison data with digital leaders (World average, High Income, South Korea, Singapore)",
          "required": false,
          "default": true
        },
        "include_trends": {
          "type": "boolean",
          "description": "Include trend analysis with CAGR calculations when historical data is available",
          "required": false,
          "default": true
        }
      }
    }
  },
  "properties": {
    "action": {
      "type": "string",
      "description": "Action to perform: 'get_instructions' for documentation, 'query_digital_data' to fetch data",
      "required": true,
      "enum": [
        "get_instructions",
        "query_digital_data"
      ]
    },
    "country_or_region": {
      "type": "string",
      "description": "Country or region name in plain language (e.g., 'South Korea', 'Kenya', 'World')",
      "required": false
    },
    "digital_aspect": {
      "type": "string",
      "description": "Digital aspect: 'internet', 'mobile', 'broadband', 'e_government', 'ict', 'infrastructure', or 'all'",
      "required": false,
      "default": "all",
      "enum": [
        "internet",
        "mobile",
        "broadband",
        "e_government",
        "ict",
        "infrastructure",
        "all"
      ]
    },
    "calculate_digital_divide": {
      "type": "boolean",
      "description": "Calculate digital access gaps (100% - current access rates)",
      "required": false
    },
    "time_period": {
      "type": "string",
      "description": "Time period: 'latest' (most recent), 'last_10_years', 'last_5_years', or specific range 'YYYY:YYYY' (e.g., '2015:2020')",
      "required": false,
      "default": "latest"
    },
    "include_regional_comparison": {
      "type": "boolean",
      "description": "Include regional/global comparison data for digital leaders",
      "required": false,
      "default": true
    },
    "include_trends": {
      "type": "boolean",
      "description": "Include trend analysis and growth rates if historical data available",
      "required": false,
      "default": true
    }
  }
}
```

### Usage Instructions

# Digital Economy & Technology Data

Access comprehensive digital economy statistics from the World Bank's World Development Indicators database covering 200+ countries. Query internet penetration, mobile and broadband infrastructure, ICT trade metrics, digital divide analysis, and regional comparisons using natural language country names.

## Actions

### query_digital_data

Fetch digital economy and technology indicator data for a country or region.

**Required Parameters:**
- `action` (string): Must be `"query_digital_data"`
- `country_or_region` (string): Country or region name in plain language (e.g., `"South Korea"`, `"Kenya"`, `"World"`)

**Optional Parameters:**
- `digital_aspect` (string, default: `"all"`): Digital domain to query. One of:
  - `"internet"` - Internet users (% of population and total count)
  - `"mobile"` - Mobile cellular subscriptions (total and per 100 people) and fixed telephone subscriptions
  - `"broadband"` - Fixed broadband (total and per 100 people) and mobile broadband subscriptions
  - `"ict"` - ICT goods exports/imports, ICT service exports, high-tech exports (value and % of manufactured)
  - `"infrastructure"` - Secure internet servers, telephone subscriptions, fixed broadband
  - `"e_government"` - E-government context (limited; World Bank data does not include EGDI directly)
  - `"all"` - All available digital indicators
- `calculate_digital_divide` (boolean, default: `false`): Calculate digital access gaps (100% minus current access rates) for internet, broadband, and mobile
- `time_period` (string, default: `"latest"`): Time period for data. Options:
  - `"latest"` - Most recent available data
  - `"last_5_years"` - Last 5 years of data
  - `"last_10_years"` - Last 10 years of data
  - `"YYYY:YYYY"` - Specific year range (e.g., `"2015:2020"`). Years must be between 1960 and current year.
  - `"YYYY"` - A single year (e.g., `"2020"`)
- `include_regional_comparison` (boolean, default: `true`): Include comparison data with digital leaders (World average, High Income countries, South Korea, Singapore)
- `include_trends` (boolean, default: `true`): Include trend analysis with CAGR (Compound Annual Growth Rate) calculations when historical data is available

**Example - Latest internet data with digital divide:**
```json
{
  "action": "query_digital_data",
  "country_or_region": "Kenya",
  "digital_aspect": "internet",
  "time_period": "latest",
  "calculate_digital_divide": true
}
```

**Example - Broadband growth trends:**
```json
{
  "action": "query_digital_data",
  "country_or_region": "South Korea",
  "digital_aspect": "broadband",
  "time_period": "last_10_years",
  "include_trends": true
}
```

**Example - All digital indicators with comparison:**
```json
{
  "action": "query_digital_data",
  "country_or_region": "India",
  "digital_aspect": "all",
  "time_period": "latest",
  "calculate_digital_divide": true,
  "include_regional_comparison": true
}
```

**Example - ICT trade for a specific period:**
```json
{
  "action": "query_digital_data",
  "country_or_region": "China",
  "digital_aspect": "ict",
  "time_period": "2015:2020"
}
```

**Example - Mobile coverage for a region:**
```json
{
  "action": "query_digital_data",
  "country_or_region": "Sub-Saharan Africa",
  "digital_aspect": "mobile",
  "time_period": "latest"
}
```

## Supported Countries and Regions

Accepts plain-language names. Examples of supported inputs:

- **Countries**: `"United States"`, `"USA"`, `"India"`, `"South Korea"`, `"Nigeria"`, `"Brazil"`, `"Singapore"`, `"Kenya"`, etc. (200+ countries)
- **Regions**: `"Sub-Saharan Africa"`, `"Latin America"`, `"Middle East"`, `"South Asia"`, `"East Asia"`, `"Europe"`
- **Income groups**: `"Low Income"`, `"Lower Middle Income"`, `"Upper Middle Income"`, `"High Income"`, `"OECD"`
- **Global**: `"World"` or `"Global"`
- **ISO3 codes**: 3-letter codes like `"USA"`, `"IND"`, `"KOR"` are also accepted

Country names support partial matching, so `"UK"` maps to United Kingdom and `"America"` maps to USA.

## Available Indicators

### Internet Access
- Internet Users (% of population)
- Internet Users (total number)

### Mobile and Telephony
- Mobile Cellular Subscriptions (total)
- Mobile Subscriptions (per 100 people)
- Fixed Telephone Subscriptions

### Broadband
- Fixed Broadband Subscriptions (total)
- Fixed Broadband (per 100 people)
- Mobile Broadband Subscriptions

### ICT Trade
- ICT Goods Exports (% of total goods exports)
- ICT Goods Imports (% of total goods imports)
- ICT Service Exports (% of service exports)
- High-Technology Exports (current US$)
- High-Tech Exports (% of manufactured exports)

### Infrastructure and R&D
- Secure Internet Servers (per million people)
- Researchers in R&D (per million people)
- R&D Expenditure (% of GDP)

## Response Structure

Responses include:
- **Indicator data** with latest values, proper units (%, per 100 people, total numbers, current US$), year, and source
- **Trend analysis** with absolute change, percent change, direction (increasing/decreasing/stable), data point count, and CAGR when applicable
- **Digital divide analysis** (when enabled): internet access gap, fixed broadband gap, mobile coverage status
- **Regional comparison** benchmarked against World average, High Income countries, South Korea, and Singapore
- **Insights** covering internet penetration levels, mobile adoption, broadband infrastructure, ICT export significance, digital expansion rates, and SDG 9.c progress
- **SDG 9.c alignment** (Universal and affordable access to internet)

## Digital Divide Analysis

When `calculate_digital_divide` is `true`, the response includes:
- **Internet access gap**: Current access percentage and the gap (100% minus access)
- **Fixed broadband gap**: Current subscriptions per 100 people and gap to universal access
- **Mobile coverage**: Subscriptions per 100 people and whether coverage exceeds population (multiple devices per person)

## Workflows

1. **Digital Readiness Assessment**: Query all digital indicators for a country with regional comparison to benchmark against digital leaders
2. **Digital Divide Analysis**: Enable `calculate_digital_divide` for internet and broadband aspects to quantify access gaps
3. **ICT Trade Research**: Use `digital_aspect: "ict"` with trends to track technology export growth over time
4. **Infrastructure Planning**: Query broadband and infrastructure aspects over the last 10 years to identify growth patterns
5. **SDG 9.c Monitoring**: Query internet penetration with regional comparison to assess progress toward universal access

## Notes

- Data sourced from World Bank World Development Indicators
- Mobile subscriptions can exceed 100 per 100 people due to multiple SIMs/devices per person
- Fixed broadband means wired broadband subscriptions, not mobile broadband
- Mobile broadband refers to internet via mobile networks (3G, 4G, 5G)
- ICT goods include computers, telecom equipment, and consumer electronics
- High-tech exports include aerospace, computers, pharmaceuticals, and instruments
- Secure internet servers are measured per 1 million people
- The E-Government Development Index (EGDI) is not available in World Bank data; the `"e_government"` aspect returns an empty indicator set
- Data availability varies by country and indicator; most recent data may be 1-2 years old
- When an unrecognized `digital_aspect` is provided, the tool defaults to internet and mobile indicators
- Regional comparison benchmarks against World, High Income, South Korea, and Singapore using internet_users, mobile_subscriptions_per100, and fixed_broadband_per100
- Trend CAGR is only calculated for multi-year periods where both start and end values are positive

### Frequently Asked Questions

No linked FAQs are currently available.

### Dependencies

This product has no public dependency products.