# Ngdp Rpch IMF Economic Indicators

**Use case:** 

Explore NGDP RPCH with IMF Economic Indicators Scraper - Country Data. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "indicator": "NGDP_RPCH",
  "countryCodes": [
    "USA",
    "DEU",
    "IND"
  ],
  "maxResults": 3
}
```

## Output

```json
{
  "indicator": {
    "label": "Indicator",
    "format": "text"
  },
  "country_code": {
    "label": "Country Code",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "indicator_label": {
    "label": "Indicator Label",
    "format": "text"
  },
  "source_url": {
    "label": "Source Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [IMF Economic Indicators Scraper - Country Data](https://apify.com/benthepythondev/imf-economic-indicators-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/imf-economic-indicators-scraper) to learn more, explore other use cases, and run it yourself.