# GDP Data for South Korea 2010-2020

**Use case:** 

Extract GDP data for South Korea from OECD datasets.

## Input

```json
{
  "dataflow": "OECD.ECO.MAD,DSD_EO@DF_EO,1.2",
  "countries": [
    "KOR"
  ],
  "subjects": [],
  "startPeriod": "2010",
  "endPeriod": "2020",
  "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.