ConsoleCatalog
Sign in
Car Part logo

Car Part

car-part.comAutomotiveno auth

Used and salvage auto parts by year, make, model, part, and zip.

Part Quote Details

ASYNCREADNo auth

Returns quote details for a part including pricing, seller contact, fitment, and vehicle info.

ParametersFormJSON

Part name or keyword for the quote request

Vehicle make and model for the quoted part

Vehicle model year for the quote request

US zip code associated with the quote request

Inventory row sequence number from the listing results

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_car_part_com_part_quote_detail",
    "params": {
      "part_keyword": "Alternator",
      "make_model": "Acura MDX",
      "year": "2024",
      "zip_code": "90210",
      "seq_num": "18000000115305416"
    }
  }'