Cornerstone Coatings API:  GET /tools/api/quote?format=html&pails=10&postal=M5V2T6

You successfully got a response, change the params in the URL to get another real-time response.
See https://cornerstonecoatings.com/tools/api for full scheme.
Remove "&format=html" to get a JSON response.

{
  "success": true,
  "currency": "CAD",
  "freight_accuracy": "exact",
  "address": {
    "label": "M5V 2T6, ON, CA"
  },
  "product": {
    "pails": 10,
    "pail_price": 115,
    "subtotal": 1150,
    "currency": "CAD"
  },
  "shipping": {
    "prices_are_discounted": false,
    "options": [
      {
        "rank": 1,
        "carrier": "Quik X",
        "price": 307.67,
        "currency": "CAD",
        "transit": "6 to 10 business days"
      },
      {
        "rank": 2,
        "carrier": "Day & Ross",
        "price": 340.04,
        "currency": "CAD",
        "transit": "7 to 10 business days"
      },
      {
        "rank": 3,
        "carrier": "Manitoulin TLX",
        "price": 526.45,
        "currency": "CAD",
        "transit": "7 to 10 business days"
      },
      {
        "rank": 4,
        "carrier": "TST Solutions",
        "price": 635.63,
        "currency": "CAD",
        "transit": "7 to 10 business days"
      }
    ],
    "cheapest": {
      "carrier": "Quik X",
      "price": 307.67,
      "transit": "6 to 10 business days"
    },
    "discount_note": "Orders of 36+ pails receive $1,000 CAD off shipping.",
    "note": "All prices in CAD for Canadian destinations."
  },
  "inventory_status": {
    "in_stock": true,
    "message": "In stock, ready to ship from Edmonton, Alberta."
  },
  "checkout_url": "https://cart.cornerstonecoatings.com/r/578a070dce4b/api",
  "user_summary": "Quote for 10 pails to M5V 2T6, ON, CA (all prices CAD):
Product: $1,150 CAD (10 pails at $115/pail)
Cheapest shipping: $307.67 CAD via Quik X (6 to 10 business days)
Tip: Add 26 more pails (36 total) to get $1,000 CAD off shipping.
Stock: In stock, ready to ship from Edmonton, Alberta.", "recommendation": { "pallet_quantity": 36, "pallet_subtotal": 4140, "extra_pails": 26, "extra_product_cost": 2990, "shipping_discount": 1000, "shipping_discount_currency": "CAD", "message": "Add 26 more pails (36 total) to get $1,000 CAD off shipping." } }