# Demo Pjan Eurostat Data

**Use case:** 

Explore demo pjan with Eurostat Data Scraper - EU Statistics Tables. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "datasetCode": "demo_pjan",
  "dimensionFilters": [
    "geo=DE",
    "sex=T",
    "age=TOTAL"
  ],
  "sinceTimePeriod": "2024",
  "language": "en",
  "maxResults": 3
}
```

## Output

```json
{
  "dataset_code": {
    "label": "Dataset Code",
    "format": "text"
  },
  "dataset_label": {
    "label": "Dataset Label",
    "format": "text"
  },
  "dimensions": {
    "label": "Dimensions",
    "format": "text"
  },
  "dimension_labels": {
    "label": "Dimension Labels",
    "format": "text"
  },
  "time_period": {
    "label": "Time Period",
    "format": "text"
  },
  "geo": {
    "label": "Geo",
    "format": "text"
  },
  "unit": {
    "label": "Unit",
    "format": "text"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "updated_at": {
    "label": "Updated At",
    "format": "date"
  },
  "source_url": {
    "label": "Source Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Eurostat Data Scraper - EU Statistics Tables](https://apify.com/benthepythondev/eurostat-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/eurostat-data-scraper) to learn more, explore other use cases, and run it yourself.