Aircraft Supply
Proponent ProCart logo

Proponent ProCart API

procart.proponent.com

Aircraft spare parts from Proponent, one of the largest independent aerospace parts distributors. Look up your account's pricing and stock for up to 500 part numbers at a time, see volume discount tiers and approved alternate parts, and check shelf life, export codes and country of origin before you buy. An account is required, as pricing and availability differ by customer.

Actions
3
Category
Aircraft Supply
Login
Some actions
Output
JSON

Call the Proponent ProCart API

Submit a task, then poll the job until it settles. This example runs pro_part_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": "pro_part_detail",
    "credential_id": "<your-credential-id>",
    "params": {
      "part_numbers": ["M83248/1-018"]
    }
  }'

3 actions on procart.proponent.com

Read

  • Part Details & Compliance

    pro_part_detailreadlogin required8 credits / call

    The full record for specific Proponent part numbers: shelf life, part condition, export control codes (ECCN, Schedule B, HTS), hazardous-material status, REACH and RoHS compliance, weight and dimensions, volume price tiers, stock at each warehouse with dates for inbound shipments, and details of the batch actually held — manufacturer, cure date, country of origin and CAGE code. Use this to check a part before buying it.

    part_numbers
    array · required
    include_stock
    boolean
    include_price_breaks
    boolean
  • Part Price & Availability

    pro_part_lookupreadlogin required10 credits / call

    Look up your account's price, stock and approved alternate parts for up to 500 aircraft part numbers at once. Each result shows the description, unit price at your quantity, volume discount tiers, quantity on hand at each warehouse with dates for inbound shipments, lead time and export codes. Proponent often supplies an equivalent part in place of the one you asked for, so every result states what was substituted and what it replaces. The cheapest option you can actually order is summarised for you.

    part_numbers
    array · required
    quantity
    integer
    include_price_breaks
    boolean
    include_details
    boolean
    include_substitutes
    boolean
  • Search Parts Catalogue

    pro_search_partsreadlogin required5 credits / call

    Find part numbers in Proponent's catalogue from a keyword or a partial part number, when you do not yet know the exact number. Returns the matching part numbers with their descriptions. This is a catalogue lookup only and carries no price or stock — use Part Price & Availability once you have the number.

    query
    string · required
    max_results
    integer
    contains
    string
    exclude_prepak
    boolean

Proponent ProCart API questions

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