{
  "input": {
    "appliances": [
      {
        "name": "Fridge",
        "watts": 60,
        "hours": 24
      }
    ],
    "backup_days": 2,
    "region": "us-south",
    "peak_sun_hours": 5.5,
    "battery_type": "lifepo4",
    "temperature": "normal"
  },
  "result": {
    "daily_energy_wh": 1440,
    "battery_capacity_wh": 3600,
    "solar_panel_watts": 350,
    "inverter_watts": 75,
    "estimated_cost_usd": {
      "low": 1743,
      "high": 3068
    }
  },
  "recommended_products": [
    {
      "brand": "Fossibot",
      "model": "F3600",
      "capacity_wh": 3840,
      "price_usd": 1899,
      "sunsee_score": 74,
      "links": {
        "sunsee_page": "https://sunsee.cc/products/fossibot-f3600",
        "amazon": "https://www.amazon.com/s?k=Fossibot%20F3600%20portable%20power%20station&tag=sunsee06-20"
      }
    },
    {
      "brand": "Dabbsson",
      "model": "DBS3500",
      "capacity_wh": 3500,
      "price_usd": 1799,
      "sunsee_score": 66,
      "links": {
        "sunsee_page": "https://sunsee.cc/products/dabbsson-dbs3500",
        "amazon": "https://www.amazon.com/s?k=Dabbsson%20DBS3500%20portable%20power%20station&tag=sunsee06-20"
      }
    },
    {
      "brand": "AFERIY",
      "model": "P310",
      "capacity_wh": 3600,
      "price_usd": 1799,
      "sunsee_score": 66,
      "links": {
        "sunsee_page": "https://sunsee.cc/products/aferiy-p310",
        "amazon": "https://www.amazon.com/s?k=AFERIY%20P310%20portable%20power%20station&tag=sunsee06-20"
      }
    }
  ],
  "_attribution": "Calculated by SunSee (sunsee.cc). Affiliate links included.",
  "_methodology": "https://sunsee.cc/score"
}