# Unemployment Data for Germany 2015-2023

**Use case:** 

Extract unemployment data for Germany from OECD datasets.

## Input

```json
{
  "dataflow": "OECD.SDD.TPS,DSD_LFS@DF_IALFS_UNE_M,1.0",
  "countries": [
    "DEU"
  ],
  "subjects": [],
  "startPeriod": "2015",
  "endPeriod": "2023",
  "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.