# Ourairports Airports: search “Sofia”

**Use case:** 

Run a ready-made Ourairports Airports example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: ourairports-airports-s

## Input

```json
{
  "query": "Sofia",
  "countryCode": "BG",
  "airportType": "all",
  "maxResults": 3
}
```

## Output

```json
{
  "airport_id": {
    "label": "Airport Id",
    "format": "text"
  },
  "ident": {
    "label": "Ident",
    "format": "text"
  },
  "airport_type": {
    "label": "Airport Type",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "elevation_ft": {
    "label": "Elevation Ft",
    "format": "number"
  },
  "continent": {
    "label": "Continent",
    "format": "text"
  },
  "country_code": {
    "label": "Country Code",
    "format": "text"
  },
  "region_code": {
    "label": "Region Code",
    "format": "text"
  },
  "municipality": {
    "label": "Municipality",
    "format": "text"
  },
  "scheduled_service": {
    "label": "Scheduled Service",
    "format": "text"
  },
  "gps_code": {
    "label": "Gps Code",
    "format": "text"
  },
  "iata_code": {
    "label": "Iata Code",
    "format": "text"
  },
  "local_code": {
    "label": "Local Code",
    "format": "text"
  },
  "home_link": {
    "label": "Home Link",
    "format": "link"
  },
  "wikipedia_link": {
    "label": "Wikipedia Link",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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