Aircraft Supply
Satair Market logo

Satair Market API

market.satair.com

Airbus' B2B marketplace for aircraft spare parts, from Satair's own stock and third-party sellers. Find any part with live prices, availability and certificates, then vet the supplier before you buy.

Actions
5
Category
Aircraft Supply
Login
Some actions
Output
JSON

Call the Satair Market API

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

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": "sat_find_parts",
    "credential_id": "<your-credential-id>",
    "params": {
      "query": "NAS1149"
    }
  }'

5 actions on market.satair.com

Read

  • Find Aircraft Parts

    sat_find_partsreadlogin required10 credits / call

    Search Satair Market by part number or keyword. Every offer comes back with its condition, certificate type, manufacturer, seller, price with volume discounts, stock and availability date, ship-from country, minimum order quantity and standard pack quantity. Exact matches are flagged, since part-number search is fuzzy and often returns close variants. Listings sold by quote are labelled as such. Codes copied from the site like "446484:F5341" work as-is.

    query
    string · required
    quantity
    integer
    page
    integer
    page_size
    integer
    condition
    string
    seller
    string
    manufacturer
    string
    certificate
    string
    satair_direct_only
    boolean
    include_stock_locations
    boolean
  • Listing & Supplier Detail

    sat_listing_detailreadlogin required5 credits / call

    Check one listing in depth before buying, using any listing id from Find Aircraft Parts. Returns the part's traceability — serial number, trace type, last airworthiness certificate and who issued it — plus the supplier's approvals (PART 21/145 EASA and FAA, ISO 9001/14001, AS/EN 9100, NADCAP) with expiry dates, contacts, ship-from address and published certificates, though most suppliers publish none. Current price, stock and the full part record are included. New stock has no prior service history, so traceability fields are empty for those.

    listing_id
    string · required
    quantity
    integer
  • Offer Detail & Supplier Approvals

    sat_offer_detailreadlogin required10 credits / call

    Get the full detail of one listing before you buy. Includes serial number, trace type, last airworthiness certificate date and issuing organisation, current price, stock and delivery terms, plus the supplier's approvals and certifications with expiry dates, contacts and ship-from location.

    offer_id
    string · required
    quantity
    integer
  • Part Price & Availability

    sat_part_lookupreadlogin required10 credits / call

    Compare every supplier selling one part number, priced and stock-checked. Each listing shows the description, manufacturer, condition, certificate type, availability date, ship-from location and country, price with bulk discounts, minimum order quantity and standard pack quantity. The cheapest available option is summarised, and unpriced listings say why.

    part_number
    string · required
    quantity
    integer
    max_offers
    integer
  • Search Aircraft Parts

    sat_search_partsreadlogin required10 credits / call

    Search Satair Market for aircraft parts by part number or keyword, with price and stock included. Each listing shows the description, manufacturer, condition, certificate type, availability date, where it ships from, minimum order quantity and price. Listings sold by quote are marked quote-only.

    query
    string · required
    page
    integer
    page_size
    integer
    condition
    string
    seller
    string
    manufacturer
    string
    certificate
    string
    satair_direct_only
    boolean
    include_pricing
    boolean
    quantity
    integer
    include_pack_quantity
    boolean

Satair Market API questions

Is there an API for Satair Market?
Satair Market does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for market.satair.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 Satair Market 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 market.satair.com changes its markup, Anakin updates the action.
Do I need a Satair Market account?
Some Satair Market 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 Satair Market 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