Aviation Weather Scraper: METAR & TAF by Airport avatar

Aviation Weather Scraper: METAR & TAF by Airport

Pricing

Pay per usage

Go to Apify Store
Aviation Weather Scraper: METAR & TAF by Airport

Aviation Weather Scraper: METAR & TAF by Airport

Pull current METAR or TAF reports for one or more airports by ICAO code from the aviationweather.gov public data API. No login, no proxy, no browser.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Naimur Hasan

Naimur Hasan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 hours ago

Last modified

Categories

Share

Aviation Weather Scraper

Pulls current METAR or TAF reports for one or more airports, by ICAO code, from the FAA's aviationweather.gov public data API. No login, no proxy, no browser.

Input

FieldTypeNotes
icaoIdsarrayRequired. ICAO airport codes, e.g. ["KJFK", "EGLL"].
reportTypestringmetar | taf. Default metar.

Output

METAR rows: station, observedAt, tempC, dewpointC, windDirDeg, windSpeedKt, visibilityMi, altimeterInHg, weather, rawText.

TAF rows: station, issuedAt, validFrom, validTo, rawText.

Notes

  • An ICAO code with no current report is simply absent from the response — aviationweather.gov does not report an error for it.
  • METAR and TAF have different fields, so the output shape depends on reportType; this Actor does not try to force both into one schema.