{
  "openapi": "3.0.1",
  "info": {
    "title": "Estimador Aire Acondicionado Comercial",
    "description": "Actor para generar estimados detallados de proyectos de aire acondicionado comercial en construcción. Calcula costos de equipos, materiales, mano de obra e instalación para sistemas HVAC comerciales.",
    "version": "0.0",
    "x-build-id": "LCemSdKzsaL8qhv13"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/nicovitaler~estimador-aire-acondicionado-comercial/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-nicovitaler-estimador-aire-acondicionado-comercial",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/nicovitaler~estimador-aire-acondicionado-comercial/runs": {
      "post": {
        "operationId": "runs-sync-nicovitaler-estimador-aire-acondicionado-comercial",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/nicovitaler~estimador-aire-acondicionado-comercial/run-sync": {
      "post": {
        "operationId": "run-sync-nicovitaler-estimador-aire-acondicionado-comercial",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "areaTotal",
          "tipoEdificio",
          "tipoSistema",
          "ubicacion"
        ],
        "properties": {
          "nombreProyecto": {
            "title": "Nombre del Proyecto",
            "type": "string",
            "description": "Nombre o identificador del proyecto de construcción.",
            "default": "Proyecto HVAC Comercial"
          },
          "tipoEdificio": {
            "title": "Tipo de Edificio",
            "enum": [
              "oficina",
              "comercio_retail",
              "restaurante",
              "hotel",
              "hospital",
              "bodega_industrial",
              "centro_comercial",
              "edificio_mixto",
              "otro"
            ],
            "type": "string",
            "description": "Tipo de edificio o instalación comercial.",
            "default": "oficina"
          },
          "areaTotal": {
            "title": "Área Total (m²)",
            "minimum": 10,
            "maximum": 100000,
            "type": "number",
            "description": "Área total del espacio a climatizar en metros cuadrados."
          },
          "numeroPisos": {
            "title": "Número de Pisos",
            "minimum": 1,
            "maximum": 100,
            "type": "integer",
            "description": "Cantidad de pisos que requieren climatización.",
            "default": 1
          },
          "tipoSistema": {
            "title": "Tipo de Sistema HVAC",
            "enum": [
              "split_ducto",
              "vrf_vrv",
              "chiller_fan_coil",
              "paquete_rooftop",
              "mini_split_multi",
              "ptac",
              "aire_central"
            ],
            "type": "string",
            "description": "Tipo de sistema de aire acondicionado a instalar.",
            "default": "split_ducto"
          },
          "capacidadToneladas": {
            "title": "Capacidad Estimada (Toneladas de Refrigeración)",
            "minimum": 0,
            "type": "number",
            "description": "Capacidad estimada del sistema en toneladas de refrigeración. Si no sabe, deje en 0 para cálculo automático.",
            "default": 0
          },
          "ubicacion": {
            "title": "Ubicación / Ciudad",
            "type": "string",
            "description": "Ciudad o región del proyecto (afecta factores climáticos y precios locales).",
            "default": "Miami, FL"
          },
          "nivelCalidad": {
            "title": "Nivel de Calidad de Equipos",
            "enum": [
              "economico",
              "estandar",
              "premium"
            ],
            "type": "string",
            "description": "Nivel de calidad de los equipos y materiales.",
            "default": "estandar"
          },
          "incluyeAutomatizacion": {
            "title": "Incluir Sistema de Automatización/BMS",
            "type": "boolean",
            "description": "¿Incluir sistema de automatización de edificio (BMS/BAS) y termostatos programables?",
            "default": false
          },
          "incluyeExtraccion": {
            "title": "Incluir Ventilación/Extracción Mecánica",
            "type": "boolean",
            "description": "¿Incluir sistema de ventilación mecánica y extracción de aire?",
            "default": true
          },
          "incluyeRefrigeracion": {
            "title": "Incluir Cuartos de Refrigeración Comercial",
            "type": "boolean",
            "description": "¿El proyecto incluye áreas de refrigeración comercial (cámaras frías, walk-in coolers)?",
            "default": false
          },
          "numeroCuartosFrios": {
            "title": "Número de Cuartos Fríos",
            "minimum": 0,
            "type": "integer",
            "description": "Cantidad de cuartos fríos o cámaras frigoríficas (si aplica).",
            "default": 0
          },
          "margenContratista": {
            "title": "Margen del Contratista (%)",
            "minimum": 0,
            "maximum": 60,
            "type": "number",
            "description": "Porcentaje de overhead y utilidad del contratista.",
            "default": 20
          },
          "moneda": {
            "title": "Moneda",
            "enum": [
              "USD",
              "MXN",
              "COP",
              "PEN",
              "CLP",
              "ARS"
            ],
            "type": "string",
            "description": "Moneda para el estimado.",
            "default": "USD"
          },
          "notasAdicionales": {
            "title": "Notas Adicionales",
            "type": "string",
            "description": "Cualquier requisito especial, condición del sitio u observación adicional."
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}