Aircraft Supply
CSAT — Czech Airlines Technics logo

CSAT — Czech Airlines Technics API

e-csat.com

Aircraft component stock, pricing and repair capability from Czech Airlines Technics, a Prague MRO that both sells components and overhauls them. Covers the online parts catalogue plus the surplus, wheels and brakes, emergency equipment and repair capability lists.

Actions
6
Category
Aircraft Supply
Login
Some actions
Output
JSON

Call the CSAT — Czech Airlines Technics API

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

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": "csat_search_emergency",
    "params": {
      "part_number": "",
      "exact": false
    }
  }'

6 actions on e-csat.com

Read

  • CSAT Part Detail

    csat_part_detailreadlogin required8 credits / call

    Look up one part in the CSAT (Czech Airlines Technics) online catalogue and return its stock, account price and every interchangeable alternative. The alternatives are the point: CSAT holds a lot of zero-stock parts whose substitute is on the shelf — M83248-1-018 has none while its alternative AS3209-018 has 118 — so asking only about the quoted part number can answer 'none' when CSAT could ship today. Punctuation is significant: M83248-1-018 resolves and M832481018 does not. A price is only reported as available when CSAT would actually sell at it, which means the part is in stock; everything else is quote-only. Requires a signed-in account.

    part_number
    string · required
  • Search CSAT Emergency Equipment

    csat_search_emergencyread5 credits / call

    Search the emergency equipment list published by CSAT (Czech Airlines Technics, Prague) — evacuation slides, off-wing slides, portable oxygen and aircraft batteries offered for purchase, exchange or loan. These units are not listed on the CSAT website; they are published only as a downloadable spreadsheet. This is the most detailed of CSAT's lists: each row is one serialised unit with its condition, date of manufacture, overhauling company and tag date, next overhaul due, certificate authorities, holding location and lead time. Nothing on this list is priced, so every line is a quote request; the result carries the address CSAT asks quotes to be sent to. Every result also reports when the list was last updated by CSAT, so a stale answer is visibly stale.

    part_number
    string
    exact
    boolean
    description
    string
    condition
    string
    locality
    string
    max_results
    integer
    include_facets
    boolean
  • Search CSAT Parts Catalogue

    csat_search_partsreadlogin required10 credits / call

    Search the online parts catalogue of CSAT (Czech Airlines Technics) — around 87,000 parts with stock, account pricing and interchangeable alternatives. Search matches part numbers, not descriptions: searching 'packing' returns nothing even though thousands of parts are described PACKING, so use a part number or part of one. Punctuation matters — M83248-1-018 finds the part and M832481018 does not. A price is only reported as available when CSAT would actually sell at it, which on this storefront means the part is in stock; everything else is quote-only. Requires a signed-in account. Note this is CSAT's website catalogue, which does not overlap with the surplus, wheels and brakes, emergency equipment or repair capability spreadsheets.

    query
    string · required
    max_results
    integer
    offset
    integer
    in_stock_only
    boolean
    include_alternatives
    boolean
  • Search CSAT Repair Capability

    csat_search_capabilityread5 credits / call

    Search what CSAT (Czech Airlines Technics, Prague) is approved to repair and overhaul in its own component shop. This is not an inventory list and answers a different question from the stock lists: a match means CSAT can work on that part, not that it has one to sell. Each row carries the manufacturer, ATA chapter, aircraft family, whether CSAT can issue an airworthiness release tag for the part, and the shop's approval level. Search by part number, ATA chapter, manufacturer or aircraft. The list is published only as a downloadable spreadsheet, not on the CSAT website, and every result reports when CSAT last updated it.

    part_number
    string
    exact
    boolean
    description
    string
    oem
    string
    ata
    string
    aircraft
    string
    release_tag
    boolean
    level
    string
    max_results
    integer
    include_facets
    boolean
  • Search CSAT Surplus Parts

    csat_search_surplusread5 credits / call

    Search the surplus aircraft parts list published by CSAT (Czech Airlines Technics, Prague). These parts are not listed on the CSAT website — they are published only as a downloadable spreadsheet, so this is the only way to find them. Each row is one physical unit with its own serial number, condition and aircraft type, and 88 of them are also flagged as parts CSAT can overhaul in its own shop. Nothing on this list is priced, so every line is a quote request; the result carries the address CSAT asks quotes to be sent to. Every result also reports when the list was last updated by CSAT, so a stale answer is visibly stale.

    part_number
    string
    exact
    boolean
    description
    string
    aircraft
    string
    condition
    string
    repairable_in_house
    boolean
    max_results
    integer
    include_facets
    boolean
  • Search CSAT Wheels and Brakes

    csat_search_wheels_brakesread5 credits / call

    Search the wheels and brakes exchange and sales list published by CSAT (Czech Airlines Technics, Prague). These units are not listed on the CSAT website — they are published only as a downloadable spreadsheet. Each row is one serialised wheel or brake with its condition, the tyre fitted to it if any, and the date and company of its airworthiness release tag. Nothing on this list is priced, so every line is a quote request; the result carries the address CSAT asks quotes to be sent to. Every result also reports when the list was last updated by CSAT, so a stale answer is visibly stale.

    part_number
    string
    exact
    boolean
    description
    string
    aircraft
    string
    condition
    string
    max_results
    integer
    include_facets
    boolean

CSAT — Czech Airlines Technics API questions

Is there an API for CSAT — Czech Airlines Technics?
CSAT — Czech Airlines Technics does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for e-csat.com. 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 CSAT — Czech Airlines Technics 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 e-csat.com changes its markup, Anakin updates the action.
Do I need a CSAT — Czech Airlines Technics account?
Some CSAT — Czech Airlines Technics actions read data that is only visible when signed in, so those need a credential you connect once. Actions marked "read" without a login requirement run anonymously.
What does the CSAT — Czech Airlines Technics 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 Aircraft Supply APIs

All Aircraft Supply sites