# Eurostat Regional Births Scraper

**Use case:** 

Scrape Eurostat regional births statistics by NUTS region and year. Export clean tabular natality data ready for demographic analysis.

## Input

```json
{
  "mode": "data",
  "datasetId": "demo_r_births",
  "geo": [],
  "time": [],
  "extraFilters": {},
  "maxItems": 25
}
```

## Output

```json
{
  "datasetId": {
    "label": "Dataset Id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "label": {
    "label": "Label",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "updated": {
    "label": "Updated",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Germany Federal Statistics (Destatis GENESIS) Scraper](https://apify.com/parseforge/destatis-genesis-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/destatis-genesis-scraper) to learn more, explore other use cases, and run it yourself.