{
  "openapi": "3.0.1",
  "info": {
    "title": "Immobiliare.it / Properties",
    "description": "🏠 $4.00/1,000 results. Just paste a Search URL. Remove photo watermarks. Clean and normalize all data automatically. Export to JSON/Excel. 🇮🇹 Incolla l'URL e ricevi dati già puliti, normalizzati e foto senza watermark.",
    "version": "0.0",
    "x-build-id": "qs4CQVn95J1UnycaG"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/loykos~immobiliare-listings/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-loykos-immobiliare-listings",
        "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/loykos~immobiliare-listings/runs": {
      "post": {
        "operationId": "runs-sync-loykos-immobiliare-listings",
        "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/loykos~immobiliare-listings/run-sync": {
      "post": {
        "operationId": "run-sync-loykos-immobiliare-listings",
        "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",
        "properties": {
          "searchUrl": {
            "title": "Search URL",
            "type": "string",
            "description": "Paste the full URL of a search on immobiliare.it. Example: https://www.immobiliare.it/vendita-case/roma/?prezzoMinimo=100000"
          },
          "enrichData": {
            "title": "Advanced Data [BETA]",
            "type": "boolean",
            "description": "Enable data enrichment (full description, floorplan, surface breakdown, dates [...]). Increases execution time and uses Apify Residential proxy, billed to your Apify account. See the README for more details.",
            "default": false
          },
          "removalWatermark": {
            "title": "Immobiliare.it Watermark Removal",
            "type": "boolean",
            "description": "Retrieve listing photos without the immobiliare.it watermark. Does not remove the advertiser's watermark.",
            "default": true
          },
          "maxPages": {
            "title": "Maximum Pages",
            "minimum": 1,
            "maximum": 80,
            "type": "integer",
            "description": "Maximum number of pages to extract. The maximum limit on immobiliare.it is 80.",
            "default": 1
          },
          "monitoringMode": {
            "title": "Monitoring Mode",
            "type": "boolean",
            "description": "Requires execution as a Task: monitoring mode saves (and charges) only new listings compared to previous runs of the same task.",
            "default": false
          },
          "place": {
            "title": "Place Name",
            "type": "string",
            "description": "Name of the place to search (e.g. 'Roma', 'Milano'). Uses the autocomplete API to find the city."
          },
          "idContratto": {
            "title": "Contract Type",
            "enum": [
              "1",
              "2",
              "14"
            ],
            "type": "string",
            "description": "Contract type: 1=sale, 2=rent, 14=auction",
            "default": "1"
          },
          "idCategoria": {
            "title": "Property Category",
            "enum": [
              "1",
              "6",
              "4",
              "22",
              "20",
              "23",
              "26",
              "21",
              "25",
              "24"
            ],
            "type": "string",
            "description": "Property category: 1=houses, 6=new construction, 4=rooms, 22=garages/parking, 20=buildings, 23=offices/coworking, 26=shops/commercial, 21=warehouses, 25=industrial, 24=land",
            "default": "1"
          },
          "idTipologia": {
            "title": "Property Type",
            "enum": [
              "4",
              "5",
              "7",
              "11",
              "12",
              "13",
              "14",
              "31",
              "100",
              "44",
              "46",
              "47",
              "49",
              "101",
              "102",
              "103",
              "104",
              "105",
              "106",
              "107",
              "108",
              "109",
              "110",
              "112",
              "87"
            ],
            "type": "string",
            "description": "Property type"
          },
          "prezzoMinimo": {
            "title": "Minimum Price",
            "type": "integer",
            "description": "Minimum price in euros"
          },
          "prezzoMassimo": {
            "title": "Maximum Price",
            "type": "integer",
            "description": "Maximum price in euros"
          },
          "superficieMinima": {
            "title": "Minimum Surface",
            "type": "integer",
            "description": "Minimum surface in sqm"
          },
          "superficieMassima": {
            "title": "Maximum Surface",
            "type": "integer",
            "description": "Maximum surface in sqm"
          },
          "localiMinimo": {
            "title": "Minimum Rooms",
            "type": "integer",
            "description": "Minimum number of rooms"
          },
          "localiMassimo": {
            "title": "Maximum Rooms",
            "type": "integer",
            "description": "Maximum number of rooms"
          },
          "bagni": {
            "title": "Bathrooms",
            "enum": [
              "1",
              "2",
              "3",
              "4"
            ],
            "type": "string",
            "description": "Number of bathrooms"
          },
          "stato": {
            "title": "Property Condition",
            "enum": [
              "1",
              "2",
              "5",
              "6"
            ],
            "type": "string",
            "description": "Property condition"
          },
          "classeEnergetica": {
            "title": "Energy Class",
            "enum": [
              "8",
              "5",
              "2"
            ],
            "type": "string",
            "description": "Minimum energy class"
          },
          "tipoProprieta": {
            "title": "Ownership Type",
            "enum": [
              "1",
              "5",
              "9",
              "13",
              "17",
              "21"
            ],
            "type": "string",
            "description": "Ownership type"
          },
          "fasciaPiano": {
            "title": "Floor Range",
            "type": "array",
            "description": "Floor range",
            "items": {
              "type": "string",
              "enum": [
                "10",
                "20",
                "30"
              ],
              "enumTitles": [
                "Piano terra (Ground floor)",
                "Intermedio (Intermediate)",
                "Ultimo (Top floor)"
              ]
            }
          },
          "boxAuto": {
            "title": "Parking Space",
            "type": "array",
            "description": "Garage / Parking space",
            "items": {
              "type": "string",
              "enum": [
                "1",
                "3",
                "4"
              ],
              "enumTitles": [
                "Garage singolo (Single garage)",
                "Garage doppio (Double garage)",
                "Posto auto (Parking space)"
              ]
            }
          },
          "riscaldamenti": {
            "title": "Heating",
            "type": "array",
            "description": "Heating type",
            "items": {
              "type": "string",
              "enum": [
                "1",
                "2",
                "10"
              ],
              "enumTitles": [
                "Autonomo (Independent)",
                "Centralizzato (Centralized)",
                "A pavimento (Underfloor)"
              ]
            }
          },
          "balconeOterrazzo": {
            "title": "Balcony or Terrace",
            "type": "array",
            "description": "Balcony or terrace",
            "items": {
              "type": "string",
              "enum": [
                "balcone",
                "terrazzo"
              ],
              "enumTitles": [
                "Balcone (Balcony)",
                "Terrazzo (Terrace)"
              ]
            }
          },
          "giardino": {
            "title": "Garden",
            "type": "array",
            "description": "Garden",
            "items": {
              "type": "string",
              "enum": [
                "10",
                "20"
              ],
              "enumTitles": [
                "Private",
                "Common"
              ]
            }
          },
          "ascensore": {
            "title": "Elevator",
            "type": "boolean",
            "description": "Filter only properties with elevator"
          },
          "cantina": {
            "title": "Cellar",
            "type": "boolean",
            "description": "Filter only properties with cellar"
          },
          "piscina": {
            "title": "Pool",
            "type": "boolean",
            "description": "Filter only properties with pool"
          },
          "arredato": {
            "title": "Furnished",
            "type": "boolean",
            "description": "Filter only furnished properties"
          },
          "noAste": {
            "title": "Exclude Auctions",
            "type": "boolean",
            "description": "Exclude properties at auction"
          },
          "virtualTour": {
            "title": "Virtual Tour",
            "type": "boolean",
            "description": "Filter only properties with virtual tour"
          },
          "keyword": {
            "title": "Keywords",
            "type": "array",
            "description": "Search keywords",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}