Airport Weather & METAR Scraper avatar

Airport Weather & METAR Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Airport Weather & METAR Scraper

Airport Weather & METAR Scraper

Get real-time airport weather observations (METAR) and forecasts (TAF) from the FAA Aviation Weather Center. Covers thousands of airports worldwide. Provides temperature, wind, visibility, cloud layers, and raw METAR strings. Free, no auth or proxy required.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Get real-time airport weather observations (METAR) and terminal aerodrome forecasts (TAF) from the FAA Aviation Weather Center for thousands of airports worldwide. No API key, no proxy, no authentication required.

Features

  • METAR mode — current weather observations: temperature, dew point, wind, visibility, cloud layers, altimeter, raw METAR string
  • TAF mode — multi-period terminal forecasts with wind and condition breakdowns
  • Covers thousands of global airports using standard ICAO 4-letter codes
  • Completely free — powered by the official US government aviationweather.gov service
  • No proxy or authentication required

Data Source

All data comes from the FAA Aviation Weather Center public API (aviationweather.gov/api/data). This is the official US government source for aviation weather and is freely accessible worldwide.

Input

FieldTypeDefaultDescription
modeselectmetarmetar for current observations, taf for forecasts
stationIdsstringTop 10 US airportsComma-separated ICAO codes (e.g. KJFK,KLAX,EGLL,LFPG)
maxItemsinteger50Maximum records to return (1–500)

ICAO Airport Codes

ICAO codes are 4-letter identifiers. Common prefixes:

  • K — United States (e.g. KJFK, KLAX, KORD)
  • E — Northern Europe (e.g. EGLL London Heathrow, EDDF Frankfurt)
  • L — Southern Europe (e.g. LFPG Paris CDG, LIRF Rome)
  • Y — Australia (e.g. YSSY Sydney)
  • Z — China (e.g. ZBAA Beijing)

Output

METAR fields

FieldDescription
icaoIdICAO airport code
stationNameFull airport name
lat / lonStation coordinates
elevationMElevation in metres
observationTimeObservation timestamp (ISO 8601 UTC)
tempCTemperature in Celsius
dewpointCDew point in Celsius
windDirDegWind direction in degrees
windSpeedKtWind speed in knots
windGustKtWind gust in knots (if present)
visibilityMilesVisibility in statute miles
altimeterInHgAltimeter setting in inches of mercury
seaLevelPressureMbSea-level pressure in millibars
weatherConditionsPresent weather string (e.g. -RA, FG)
cloudLayersArray of cloud layers with cover and base altitude
rawMetarFull raw METAR string
metarTypeMETAR or SPECI
dataSourceAlways aviationweather.gov
recordTypeAlways metar
scrapedAtScrape timestamp (ISO 8601 UTC)

TAF fields

FieldDescription
icaoIdICAO airport code
stationNameFull airport name
lat / lonStation coordinates
issueTimeTAF issue time
validFrom / validToValidity period (ISO 8601 UTC)
forecastPeriodsArray of forecast periods with wind and conditions
rawTafFull raw TAF string
dataSourceAlways aviationweather.gov
recordTypeAlways taf
scrapedAtScrape timestamp (ISO 8601 UTC)

Example Inputs

Current weather at major US airports (METAR)

{
"mode": "metar",
"stationIds": "KJFK,KLAX,KORD,KATL,KDFW",
"maxItems": 10
}

Forecast for European hubs (TAF)

{
"mode": "taf",
"stationIds": "EGLL,LFPG,EDDF,LEMD,LIRF",
"maxItems": 10
}

Single airport lookup

{
"mode": "metar",
"stationIds": "KJFK",
"maxItems": 1
}

FAQ

Is this real-time data? Yes. METAR observations are updated every 20–60 minutes at most airports. TAFs are typically issued every 6 hours.

Do I need an API key or proxy? No. The FAA Aviation Weather Center API is free and publicly accessible worldwide without authentication or proxy.

What ICAO codes can I use? Any ICAO 4-letter airport code. The API covers thousands of airports globally, including major international hubs in the US, Europe, Asia, Australia, and beyond.

Why does my station return no data? Some small or private airfields do not report METAR/TAF. Try major commercial airports for reliable results.

What is the difference between METAR and TAF? METAR (Meteorological Aerodrome Report) is a snapshot of current conditions. TAF (Terminal Aerodrome Forecast) is a prediction of conditions over the next 24–30 hours, broken into time periods.