# World Bank Indicators in United States

**Use case:** 

Find and extract World Bank Indicators in United States. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "indicator": "NY.GDP.MKTP.CD",
  "country": "United States",
  "startYear": 2020,
  "endYear": 2025,
  "maxItems": 10
}
```

## Output

```json
{
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "country_code": {
    "label": "🔤 Country Code",
    "format": "text"
  },
  "indicator_code": {
    "label": "🔧 Indicator Code",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "date"
  },
  "value": {
    "label": "💰 Value",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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