# Japan CPI Data from 2018 to 2022

**Use case:** 

Scrape Consumer Price Index data for Japan from OECD.

## Input

```json
{
  "dataflow": "OECD.SDD.TPS,DSD_PRICES@DF_PRICES_ALL,1.0",
  "countries": [
    "JPN"
  ],
  "subjects": [],
  "startPeriod": "2018",
  "endPeriod": "2022",
  "maxObservations": 500
}
```

## Output

```json
{
  "countryName": {
    "label": "Country",
    "format": "text"
  },
  "subjectName": {
    "label": "Indicator",
    "format": "text"
  },
  "period": {
    "label": "Period",
    "format": "text"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "unit": {
    "label": "Unit",
    "format": "text"
  },
  "frequency": {
    "label": "Frequency",
    "format": "text"
  },
  "dataflowName": {
    "label": "Dataset",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [OECD Data Scraper - Macro & Economic Time Series](https://apify.com/scrapers_lat/oecd-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/oecd-data-scraper) to learn more, explore other use cases, and run it yourself.