# Inflation Rate, Average Consumer Prices (% change) IMF

**Use case:** 

Extract IMF Data | Global Economic Indicators data filtered by Inflation Rate, Average Consumer Prices (% change). Export structured results ready for

## Input

```json
{
  "maxItems": 10,
  "indicator": "PCPIPCH",
  "countryCodes": [
    "US",
    "GB",
    "DE",
    "JP",
    "CN",
    "FR",
    "IT",
    "CA",
    "KR",
    "AU"
  ],
  "startYear": 2010,
  "endYear": 2023
}
```

## Output

```json
{
  "indicator": {
    "label": "📊 Indicator Code",
    "format": "text"
  },
  "indicatorName": {
    "label": "📈 Indicator Name",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "countryCode": {
    "label": "🏳️ Code",
    "format": "text"
  },
  "year": {
    "label": "📅 Year",
    "format": "text"
  },
  "value": {
    "label": "💹 Value",
    "format": "number"
  },
  "unit": {
    "label": "📐 Unit",
    "format": "text"
  },
  "frequency": {
    "label": "🔁 Frequency",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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