# Latest FAA Airport Status

**Use case:** 

Explore Latest with FAA Airport Status Scraper - Delays and Closures. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "airportIds": "",
  "maxResults": 3
}
```

## Output

```json
{
  "airport_id": {
    "label": "Airport Id",
    "format": "text"
  },
  "airport_name": {
    "label": "Airport Name",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "event_types": {
    "label": "Event Types",
    "format": "text"
  },
  "event_text": {
    "label": "Event Text",
    "format": "text"
  },
  "event_start": {
    "label": "Event Start",
    "format": "date"
  },
  "event_end": {
    "label": "Event End",
    "format": "date"
  },
  "event_updated_at": {
    "label": "Event Updated At",
    "format": "date"
  },
  "arrival_rate": {
    "label": "Arrival Rate",
    "format": "number"
  },
  "arrival_runways": {
    "label": "Arrival Runways",
    "format": "text"
  },
  "departure_runways": {
    "label": "Departure Runways",
    "format": "text"
  },
  "configuration_updated_at": {
    "label": "Configuration Updated At",
    "format": "date"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [FAA Airport Status Scraper - Delays and Closures](https://apify.com/benthepythondev/faa-airport-status-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/faa-airport-status-scraper) to learn more, explore other use cases, and run it yourself.