# Kjfk,Egll Aviation Weather METAR

**Use case:** 

Explore KJFK,EGLL with Aviation Weather METAR Scraper - Airport Observations. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "stationIds": "KJFK,EGLL",
  "maxResults": 3
}
```

## Output

```json
{
  "station_id": {
    "label": "Station Id",
    "format": "text"
  },
  "observed_at": {
    "label": "Observed At",
    "format": "date"
  },
  "raw_metar": {
    "label": "Raw Metar",
    "format": "text"
  },
  "temperature_c": {
    "label": "Temperature C",
    "format": "text"
  },
  "dewpoint_c": {
    "label": "Dewpoint C",
    "format": "text"
  },
  "wind_direction": {
    "label": "Wind Direction",
    "format": "text"
  },
  "wind_speed_kt": {
    "label": "Wind Speed Kt",
    "format": "text"
  },
  "visibility_sm": {
    "label": "Visibility Sm",
    "format": "text"
  },
  "altimeter_hpa": {
    "label": "Altimeter Hpa",
    "format": "text"
  },
  "flight_category": {
    "label": "Flight Category",
    "format": "text"
  },
  "clouds": {
    "label": "Clouds",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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