# Aviation Weather METAR Data Export

**Use case:** 

Data Export of Aviation Weather METAR. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "stations": "KJFK,KLAX,KORD",
  "hoursBefore": 2
}
```

## Output

```json
{
  "station": {
    "label": "🛫 Station",
    "format": "text"
  },
  "observedAt": {
    "label": "🕒 Observed At",
    "format": "text"
  },
  "raw": {
    "label": "📝 Raw METAR",
    "format": "text"
  },
  "temp": {
    "label": "🌡️ Temp",
    "format": "number"
  },
  "dewpoint": {
    "label": "💧 Dewpoint",
    "format": "number"
  },
  "windDir": {
    "label": "🧭 Wind Dir",
    "format": "number"
  },
  "windSpeed": {
    "label": "💨 Wind Speed",
    "format": "number"
  },
  "visibility": {
    "label": "👁️ Visibility",
    "format": "text"
  },
  "ceiling": {
    "label": "☁️ Ceiling",
    "format": "number"
  },
  "flightCategory": {
    "label": "🚦 Flight Category",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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