# World Bank Data Latest Results

**Use case:** 

Latest Results of World Bank Data. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "countryCodes": [
    "US",
    "CN",
    "GB",
    "DE",
    "JP"
  ],
  "indicatorCode": "NY.GDP.MKTP.CD",
  "maxItems": 25
}
```

## Output

```json
{
  "countryId": {
    "label": "Country id"
  },
  "countryName": {
    "label": "🌍 Country",
    "format": "text"
  },
  "indicatorId": {
    "label": "Indicator id"
  },
  "indicatorName": {
    "label": "📊 Indicator",
    "format": "text"
  },
  "year": {
    "label": "📅 Year",
    "format": "number"
  },
  "value": {
    "label": "💹 Value",
    "format": "number"
  },
  "unit": {
    "label": "Unit"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [World Bank Data Scraper](https://apify.com/parseforge/world-bank-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/world-bank-scraper) to learn more, explore other use cases, and run it yourself.