Aircraft Supply
DASI logo

DASI API

store.dasi.com

Aircraft spare parts from DASI, an aviation parts distributor based in Miami. Search by part number or keyword to see every available offer with its price, condition, quantity, lead time and stocking location, then check a specific listing's traceability and airworthiness certificates before you buy. Browsing works without an account; sign in to see your own contract pricing and certificate documents.

Actions
3
Category
Aircraft Supply
Login
Some actions
Output
JSON

Call the DASI API

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

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": "dasi_offer_detail",
    "params": {
      "inventory_id": "a0Hao000000qnkZEAQ"
    }
  }'

3 actions on store.dasi.com

Read

  • Listing Details & Certificates

    dasi_offer_detailread5 credits / call

    Everything DASI holds on one specific listing: serial number, hours and cycles since new, whether the part number is marked on the part, whether it is in original manufacturer packaging, the certificate type, issuing authority and date, traceability, and hazardous-material and export-control flags. Includes links to scanned certificates such as FAA 8130 forms. Use this to check a part's history and paperwork before buying it. Signing in is optional, but certificate documents are only available to signed-in accounts.

    inventory_id
    string · required
    include_documents
    boolean
  • Look Up a Part Number

    dasi_part_lookupread10 credits / call

    Every way to buy one exact part number from DASI, cheapest first. Shows the price range, how much stock exists in total, and a breakdown by condition, location and whether DASI or a third-party supplier ships it. If nothing matches the part number exactly, it lists the closest part numbers instead of guessing. Signing in is optional: you can look up parts without an account, and sign in to see your own contract pricing.

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

    dasi_search_partsread10 credits / call

    Search DASI for aircraft parts by part number or keyword. Results are grouped by part, and every offer shows its condition, price, quantity available, lead time, stocking location, traceability and certificate type. Offers with no price are marked as quote-only. Parts held by DASI and parts shipped by third-party suppliers are both included and labelled. Signing in is optional: you can search without an account, and sign in to see your own contract pricing.

    query
    string · required
    exact
    boolean
    max_results
    integer
    cursor
    string
    condition
    string
    location
    string
    trace_type
    string
    certificate_tag
    string
    max_lead_time_days
    integer
    quantity
    integer
    include_facets
    boolean

DASI API questions

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