Travel
seats.aero logo

seats.aero API

seats.aero

seats.aero - award flight availability search, date-grid calendars, and flight details.

Actions
4
Category
Travel
Login
Not required
Output
JSON

Call the seats.aero API

Submit a task, then poll the job until it settles. This example runs sa_search_calendar.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "sa_search_calendar",
    "params": {
      "source": "delta"
    }
  }'

4 actions on seats.aero

Read

  • Award Calendar

    sa_search_calendarread3 credits / call

    Returns date-grid award availability for a loyalty program and route.

    source
    string · required
    route
    string
    origin_airport
    string
    destination_airport
    string
    origin_region
    string
    destination_region
    string
    carrier
    string
    min_seats
    integer
    direct_only
    boolean
  • Flight Details

    sa_flight_detailsread1 credit / call

    Returns live-enriched cabin-level detail for a search result using an enrichment token.

    token
    string · required
    origins
    string · required
    destinations
    string · required
    date
    string · required
    cabin
    string
    min_seats
    integer
    additional_days
    integer
    max_fees
    integer
  • Flight Search

    sa_search_flightsread1 credit / call

    Returns award seat availability by route and date across loyalty programs, with enrichment tokens.

    origins
    string · required
    destinations
    string · required
    date
    string · required
    cabin
    string
    min_seats
    integer
    additional_days
    integer
    max_fees
    integer
  • Loyalty Sources

    sa_list_sourcesread1 credit / call

    Returns all tracked loyalty programs plus route tokens and region data.

seats.aero API questions

Is there an API for seats.aero?
seats.aero does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for seats.aero. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape seats.aero data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when seats.aero changes its markup, Anakin updates the action.
Do I need a seats.aero account?
No. Every seats.aero action listed here runs anonymously — no account and no credentials required.
What does the seats.aero API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Travel APIs

All Travel sites