[
  {
    "page": "https://www.the-calculator.com/#home-expression",
    "tool": "expression",
    "example": "Multiply with x",
    "inputs": {
      "expression": "(12.5 + 3) x 2"
    }
  },
  {
    "page": "https://www.the-calculator.com/#home-expression",
    "tool": "expression",
    "example": "Check operation order",
    "inputs": {
      "expression": "12.5 + 3 * 2"
    }
  },
  {
    "page": "https://www.the-calculator.com/online-calculator.html#examples",
    "tool": "expression",
    "example": "Multiply with x",
    "inputs": {
      "expression": "(12.5 + 3) x 2"
    }
  },
  {
    "page": "https://www.the-calculator.com/online-calculator.html#examples",
    "tool": "expression",
    "example": "Check operation order",
    "inputs": {
      "expression": "12.5 + 3 * 2"
    }
  },
  {
    "page": "https://www.the-calculator.com/percentage-calculator.html#examples",
    "tool": "percent",
    "example": "15% of 240 = 36",
    "inputs": {
      "mode": "part",
      "a": "240",
      "b": "15"
    }
  },
  {
    "page": "https://www.the-calculator.com/percentage-calculator.html#examples",
    "tool": "percent",
    "example": "80 to 100: 25% increase",
    "inputs": {
      "mode": "change",
      "a": "80",
      "b": "100"
    }
  },
  {
    "page": "https://www.the-calculator.com/percentage-calculator.html#examples",
    "tool": "percent",
    "example": "Find the original total",
    "inputs": {
      "mode": "total",
      "a": "36",
      "b": "15"
    }
  },
  {
    "page": "https://www.the-calculator.com/surface-calculation.html#examples",
    "tool": "area",
    "example": "4 × 3 m room",
    "inputs": {
      "shape": "rectangle",
      "a": "4",
      "b": "3"
    }
  },
  {
    "page": "https://www.the-calculator.com/surface-calculation.html#examples",
    "tool": "area",
    "example": "Circle, radius 3 m",
    "inputs": {
      "shape": "circle",
      "a": "3"
    }
  },
  {
    "page": "https://www.the-calculator.com/surface-calculation.html#examples",
    "tool": "areaSum",
    "example": "L-shaped room: 15 m²",
    "inputs": {
      "rectangles": "4 x 3\n2 x 1.5",
      "deduction": "0",
      "margin": "0"
    }
  },
  {
    "page": "https://www.the-calculator.com/surface-calculation.html#examples",
    "tool": "areaSum",
    "example": "Net 14 m², 10% allowance",
    "inputs": {
      "rectangles": "4 x 3\n2 x 1.5",
      "deduction": "1",
      "margin": "10"
    }
  },
  {
    "page": "https://www.the-calculator.com/volume-calculation.html#examples",
    "tool": "volume",
    "example": "1,000 L tank",
    "inputs": {
      "shape": "box",
      "unit": "m",
      "a": "2",
      "b": "1",
      "c": "0.5"
    }
  },
  {
    "page": "https://www.the-calculator.com/volume-calculation.html#examples",
    "tool": "volume",
    "example": "One-litre cube",
    "inputs": {
      "shape": "cube",
      "unit": "cm",
      "a": "10"
    }
  },
  {
    "page": "https://www.the-calculator.com/mean-calculator.html#examples",
    "tool": "mean",
    "example": "Weighted mean: 8",
    "inputs": {
      "values": "6;8;10",
      "weights": "1;2;1"
    }
  },
  {
    "page": "https://www.the-calculator.com/mean-calculator.html#examples",
    "tool": "mean",
    "example": "Mean 22, median 3",
    "inputs": {
      "values": "1;2;3;4;100",
      "weights": ""
    }
  },
  {
    "page": "https://www.the-calculator.com/fraction-calculator.html#examples",
    "tool": "fraction",
    "example": "1/2 + 1/3 = 5/6",
    "inputs": {
      "an": "1",
      "ad": "2",
      "op": "add",
      "bn": "1",
      "bd": "3"
    }
  },
  {
    "page": "https://www.the-calculator.com/fuel-consumption.html#examples",
    "tool": "fuelEconomy",
    "example": "6.5 L/100 km in both mpg units",
    "inputs": {
      "value": "6.5",
      "from": "l100"
    }
  },
  {
    "page": "https://www.the-calculator.com/fuel-consumption.html#examples",
    "tool": "fuelEconomy",
    "example": "40 US mpg",
    "inputs": {
      "value": "40",
      "from": "mpgus"
    }
  },
  {
    "page": "https://www.the-calculator.com/days-between-dates.html#examples",
    "tool": "dateDiff",
    "example": "Exclude start date: 9 days",
    "inputs": {
      "start": "2026-09-01",
      "end": "2026-09-10",
      "inclusive": "no"
    }
  },
  {
    "page": "https://www.the-calculator.com/add-days-to-date.html#examples",
    "tool": "addDate",
    "example": "Leap year: February 28 plus 1",
    "inputs": {
      "start": "2024-02-28",
      "days": "1",
      "mode": "add"
    }
  },
  {
    "page": "https://www.the-calculator.com/calculate-vat.html#examples",
    "tool": "tva",
    "example": "£100 plus 20% VAT",
    "inputs": {
      "currency": "GBP",
      "amount": "100",
      "mode": "ht",
      "rate": "20"
    }
  },
  {
    "page": "https://www.the-calculator.com/calculate-vat.html#examples",
    "tool": "tva",
    "example": "Remove VAT from £120",
    "inputs": {
      "currency": "GBP",
      "amount": "120",
      "mode": "ttc",
      "rate": "20"
    }
  },
  {
    "page": "https://www.the-calculator.com/vat-net-gross.html#examples",
    "tool": "tva",
    "example": "£100 plus 20% VAT",
    "inputs": {
      "currency": "GBP",
      "amount": "100",
      "mode": "ht",
      "rate": "20"
    }
  },
  {
    "page": "https://www.the-calculator.com/vat-net-gross.html#examples",
    "tool": "tva",
    "example": "Remove VAT from £120",
    "inputs": {
      "currency": "GBP",
      "amount": "120",
      "mode": "ttc",
      "rate": "20"
    }
  },
  {
    "page": "https://www.the-calculator.com/financial-calculator.html#examples",
    "tool": "compound",
    "example": "12% nominal annual",
    "inputs": {
      "currency": "USD",
      "initial": "1000",
      "monthly": "0",
      "rate": "12",
      "years": "1",
      "convention": "nominal"
    }
  },
  {
    "page": "https://www.the-calculator.com/financial-calculator.html#examples",
    "tool": "compound",
    "example": "12% effective annual",
    "inputs": {
      "currency": "USD",
      "initial": "1000",
      "monthly": "0",
      "rate": "12",
      "years": "1",
      "convention": "effective"
    }
  },
  {
    "page": "https://www.the-calculator.com/credit-calculator.html#examples",
    "tool": "loan",
    "example": "10,000 at 6% over 5 years",
    "inputs": {
      "currency": "USD",
      "principal": "10000",
      "rate": "6",
      "years": "5",
      "convention": "monthly",
      "propertyTax": "0",
      "homeInsurance": "0",
      "hoa": "0"
    }
  },
  {
    "page": "https://www.the-calculator.com/mortgage-calculator.html#examples",
    "tool": "loan",
    "example": "10,000 at 6% over 5 years",
    "inputs": {
      "currency": "USD",
      "principal": "10000",
      "rate": "6",
      "years": "5",
      "convention": "monthly",
      "propertyTax": "0",
      "homeInsurance": "0",
      "hoa": "0"
    }
  },
  {
    "page": "https://www.the-calculator.com/calculate-bmi.html#examples",
    "tool": "imc",
    "example": "70 kg and 175 cm",
    "inputs": {
      "units": "metric",
      "weight": "70",
      "height": "175"
    }
  },
  {
    "page": "https://www.the-calculator.com/calculate-bmi.html#examples",
    "tool": "imc",
    "example": "154 lb and 69 inches",
    "inputs": {
      "units": "imperial",
      "weight": "154",
      "height": "69"
    }
  },
  {
    "page": "https://www.the-calculator.com/due-date.html#examples",
    "tool": "pregnancy",
    "example": "January 1, 2026: 28-day cycle",
    "inputs": {
      "start": "2026-01-01",
      "cycle": "28"
    }
  },
  {
    "page": "https://www.the-calculator.com/metric-conversion.html#examples",
    "tool": "length",
    "example": "6 feet in metres",
    "inputs": {
      "value": "6",
      "from": "ft",
      "to": "m"
    }
  },
  {
    "page": "https://www.the-calculator.com/liter-conversion.html#examples",
    "tool": "liquid",
    "example": "2 US gallons in litres",
    "inputs": {
      "value": "2",
      "from": "galus",
      "to": "l"
    }
  },
  {
    "page": "https://www.the-calculator.com/liter-conversion.html#examples",
    "tool": "liquid",
    "example": "2 Imperial gallons in litres",
    "inputs": {
      "value": "2",
      "from": "galuk",
      "to": "l"
    }
  }
]