# DWD Germany Weather Stations Full Export

**Use case:** 

Full Export of DWD Germany Weather Stations. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "stationFilter": "Berlin",
  "maxItems": 500
}
```

## Output

```json
{
  "station_id": {
    "label": "🆔 Station ID",
    "format": "text"
  },
  "station_name": {
    "label": "📍 Station",
    "format": "text"
  },
  "latitude": {
    "label": "🧭 Lat",
    "format": "number"
  },
  "longitude": {
    "label": "🧭 Lon",
    "format": "number"
  },
  "temperature": {
    "label": "🌡️ Temp °C",
    "format": "number"
  },
  "humidity": {
    "label": "💧 Humidity %",
    "format": "number"
  },
  "wind": {
    "label": "💨 Wind m/s",
    "format": "number"
  },
  "pressure": {
    "label": "📊 Pressure hPa",
    "format": "number"
  },
  "observation_time": {
    "label": "🕒 Observed",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [DWD Germany Weather Stations Scraper](https://apify.com/parseforge/dwd-germany-weather-stations-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/dwd-germany-weather-stations-scraper) to learn more, explore other use cases, and run it yourself.