{
  "@context": "https://freecostcalculator.com/api/cost/v1",
  "@type": "CostEstimate",
  "version": "1.0",
  "service": "siding",
  "serviceTitle": "Siding Replacement Cost Calculator",
  "category": "home-improvement",
  "state": "AZ",
  "stateName": "Arizona",
  "lastUpdated": "2026-04-19",
  "confidence": "moderate",
  "methodology": "https://freecostcalculator.com/methodology/",
  "corrections": "https://freecostcalculator.com/corrections/",
  "source": "FreeCostCalculator.com",
  "license": "CC BY 4.0 with attribution",
  "costDrivers": {
    "permits": {
      "model": "none",
      "pct": 0,
      "source": "siding_exempt"
    }
  },
  "averageProjectCost": {
    "low": 6216,
    "mid": 15368,
    "high": 34152
  },
  "inputs": [
    {
      "name": "sqft",
      "type": "number",
      "label": "Wall Area (sq ft)",
      "range": {
        "min": 500,
        "max": 5000
      }
    },
    {
      "name": "material",
      "type": "select",
      "label": "Siding Material",
      "options": [
        "fiber_cement",
        "wood"
      ],
      "range": {}
    }
  ],
  "links": {
    "calculator": "https://freecostcalculator.com/siding-cost-calculator/arizona/",
    "compare": "https://freecostcalculator.com/siding-cost-calculator/compare/",
    "allStates": "https://freecostcalculator.com/siding-cost-calculator/",
    "api": "https://freecostcalculator.com/api/cost/v1/siding/arizona.json"
  },
  "citation": {
    "text": "Siding Replacement Cost in Arizona: typical range $6,216 - $34,152. Source: FreeCostCalculator.com, updated 2026-04-19.",
    "url": "https://freecostcalculator.com/siding-cost-calculator/arizona/"
  }
}