# Medium Airport OurAirports Global Airport Database

**Use case:** 

Extract OurAirports Global Airport Database data filtered by Medium Airport. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "country": "US",
  "type": "medium_airport",
  "hasScheduledService": false
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "ident": {
    "label": "Ident",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lon",
    "format": "number"
  },
  "elevationFt": {
    "label": "Elev (ft)",
    "format": "number"
  },
  "continent": {
    "label": "Continent"
  },
  "isoCountry": {
    "label": "Country",
    "format": "text"
  },
  "isoRegion": {
    "label": "Region",
    "format": "text"
  },
  "municipality": {
    "label": "City",
    "format": "text"
  },
  "scheduledService": {
    "label": "Scheduled",
    "format": "text"
  },
  "icaoCode": {
    "label": "ICAO",
    "format": "text"
  },
  "iataCode": {
    "label": "IATA",
    "format": "text"
  },
  "gpsCode": {
    "label": "Gps code"
  },
  "localCode": {
    "label": "Local code"
  },
  "homeLink": {
    "label": "Website",
    "format": "link"
  },
  "wikipediaLink": {
    "label": "Wikipedia",
    "format": "link"
  },
  "keywords": {
    "label": "Keywords"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [OurAirports Global Airport Database Scraper](https://apify.com/parseforge/ourairports-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ourairports-scraper) to learn more, explore other use cases, and run it yourself.