Cornerstone Coatings API:  GET /tools/api/quote?format=html&pails=30&zip=77036

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": "USD",
  "freight_accuracy": "exact",
  "address": {
    "label": "77036, TX, US"
  },
  "product": {
    "pails": 30,
    "pail_price": 86,
    "subtotal": 2580,
    "currency": "USD"
  },
  "shipping": {
    "prices_are_discounted": false,
    "options": [
      {
        "rank": 1,
        "carrier": "FedEx Freight® Economy",
        "price": 848.52,
        "currency": "USD",
        "transit": "7 to 10 business days"
      },
      {
        "rank": 2,
        "carrier": "FedEx Freight® Priority",
        "price": 881.52,
        "currency": "USD",
        "transit": "6 to 10 business days"
      },
      {
        "rank": 3,
        "carrier": "TST Solutions",
        "price": 906.88,
        "currency": "USD",
        "transit": "10 to 11 business days"
      },
      {
        "rank": 4,
        "carrier": "ABF",
        "price": 1091.85,
        "currency": "USD",
        "transit": "10 business days"
      },
      {
        "rank": 5,
        "carrier": "R&L",
        "price": 1207.71,
        "currency": "USD",
        "transit": "10 to 12 business days"
      },
      {
        "rank": 6,
        "carrier": "Estes Express",
        "price": 1242.32,
        "currency": "USD",
        "transit": "7 to 10 business days"
      },
      {
        "rank": 7,
        "carrier": "Manitoulin TLX",
        "price": 1480.1,
        "currency": "USD",
        "transit": "11 to 13 business days"
      },
      {
        "rank": 8,
        "carrier": "Saia Motor",
        "price": 1481.31,
        "currency": "USD",
        "transit": "10 to 12 business days"
      },
      {
        "rank": 9,
        "carrier": "Old Dominion",
        "price": 1564.73,
        "currency": "USD",
        "transit": "10 business days"
      },
      {
        "rank": 10,
        "carrier": "XPO Logistics",
        "price": 1800.36,
        "currency": "USD",
        "transit": "10 to 11 business days"
      }
    ],
    "cheapest": {
      "carrier": "FedEx Freight® Economy",
      "price": 848.52,
      "transit": "7 to 10 business days"
    },
    "discount_note": "Orders of 36+ pails receive $1,000 CAD off shipping.",
    "note": "All prices in USD for US destinations."
  },
  "inventory_status": {
    "in_stock": true,
    "message": "In stock, ready to ship from Edmonton, Alberta."
  },
  "checkout_url": "https://cart.cornerstonecoatings.com/r/0e521b5ff97b/api",
  "user_summary": "Quote for 30 pails to 77036, TX, US (all prices USD):
Product: $2,580 USD (30 pails at $86/pail)
Cheapest shipping: $848.52 USD via FedEx Freight® Economy (7 to 10 business days)
Tip: Add 6 more pails (36 total) to get $720 USD off shipping.
Stock: In stock, ready to ship from Edmonton, Alberta.", "recommendation": { "pallet_quantity": 36, "pallet_subtotal": 3096, "extra_pails": 6, "extra_product_cost": 516, "shipping_discount": 720, "shipping_discount_currency": "USD", "message": "Add 6 more pails (36 total) to get $720 USD off shipping." } }