{
  "openapi": "3.0.1",
  "info": {
    "title": "Immovlan.be Scraper",
    "description": "Scrape property listings from Immovlan.be - including sales, rentals, regions, prices, features, and agent contacts. Ideal for real estate analytics, market research, and portal development. Fast, structured, and customizable extraction from Belgium’s leading property site.",
    "version": "1.0",
    "x-build-id": "uaJn4xJH6W8ZHm6vu"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/lexis-solutions~immovlan/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-lexis-solutions-immovlan",
        "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/lexis-solutions~immovlan/runs": {
      "post": {
        "operationId": "runs-sync-lexis-solutions-immovlan",
        "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/lexis-solutions~immovlan/run-sync": {
      "post": {
        "operationId": "run-sync-lexis-solutions-immovlan",
        "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": [
          "maxItems"
        ],
        "properties": {
          "startUrls": {
            "title": "Start URLs",
            "type": "array",
            "description": "URLs to start with.",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "propertyTypes": {
            "title": "Property Types",
            "type": "array",
            "description": "Property Types",
            "items": {
              "type": "string",
              "enum": [
                "apartment",
                "house",
                "business",
                "land",
                "garage",
                "investment-property",
                "student-housing",
                "miscellaneous"
              ],
              "enumTitles": [
                "Apartment",
                "House",
                "Business",
                "Land",
                "Garage",
                "Investment Property",
                "Student Housing",
                "Miscellaneous Property"
              ]
            }
          },
          "propertySubTypes": {
            "title": "Property Sub Types",
            "type": "array",
            "description": "Property Sub Types",
            "items": {
              "type": "string",
              "enum": [
                "apartment",
                "ground-floor",
                "studio",
                "penthouse",
                "duplex",
                "loft",
                "triplex",
                "residence",
                "master-house",
                "mixed-building",
                "villa",
                "bungalow",
                "cottage",
                "chalet",
                "mansion",
                "commercial-building",
                "office-space",
                "business-surface",
                "industrial-building",
                "farming-site",
                "land",
                "development-site",
                "farmland",
                "to-parcel-out-site",
                "industrial-ground",
                "wood",
                "green-zone",
                "recreational-land",
                "other",
                "parking",
                "garage",
                "investment-property",
                "student-flat",
                "undetermined-property"
              ],
              "enumTitles": [
                "Apartment",
                "Ground Floor",
                "Studio",
                "Penthouse",
                "Duplex",
                "Loft",
                "Triplex",
                "Residence",
                "Master House",
                "Mixed Building",
                "Villa",
                "Bungalow",
                "Cottage",
                "Chalet",
                "Mansion",
                "Commercial Building",
                "Office Space",
                "Business Surface",
                "Industrial Building",
                "Farming Site",
                "Land",
                "Development Site",
                "Farmland",
                "To Parcel Out Site",
                "Industrial Ground",
                "Wood",
                "Green Zone",
                "Recreational Land",
                "Other",
                "Parking",
                "Garage",
                "Investment Property",
                "Student Flat",
                "Undetermined Property"
              ]
            }
          },
          "transactionTypes": {
            "title": "Transaction Types",
            "enum": [
              "for-sale",
              "for-rent",
              "to-share",
              "in-public-sale"
            ],
            "type": "string",
            "description": "Transaction Types"
          },
          "location": {
            "title": "Location",
            "type": "array",
            "description": "Enter query for location",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "maxItems": {
            "title": "Maximum number of items",
            "type": "integer",
            "description": "Maximum number of items that will be extracted per original start URL.",
            "default": 10
          },
          "minPrice": {
            "title": "Minimum price",
            "type": "integer",
            "description": "Minimum price"
          },
          "maxPrice": {
            "title": "Maximum price",
            "type": "integer",
            "description": "Maximum price"
          },
          "epcRatings": {
            "title": "EPC Ratings",
            "type": "array",
            "description": "EPC Ratings",
            "items": {
              "type": "string",
              "enum": [
                "excellent",
                "good",
                "poor",
                "bad",
                "unknown"
              ],
              "enumTitles": [
                "Excellent",
                "Good",
                "Poor",
                "Bad",
                "Unknown"
              ]
            }
          },
          "minBedrooms": {
            "title": "Minimum number of bedrooms",
            "type": "integer",
            "description": "Minimum number of bedrooms"
          },
          "maxBedrooms": {
            "title": "Maximum number of bedrooms",
            "type": "integer",
            "description": "Maximum number of bedrooms"
          },
          "sortBy": {
            "title": "Sort by",
            "enum": [
              "recentAds",
              "priceLowToHigh",
              "priceHighToLow",
              "bedroomsLowToHigh",
              "bedroomsHighToLow",
              "surfaceLowToHigh",
              "surfaceHighToLow",
              "zipCodeLowToHigh",
              "zipCodeHighToLow"
            ],
            "type": "string",
            "description": "Sort by"
          },
          "isNewConstruction": {
            "title": "Include new construction",
            "type": "boolean",
            "description": "Include new construction"
          },
          "isLifeAnnuity": {
            "title": "Include life annuity sales",
            "type": "boolean",
            "description": "Include life annuity sales"
          },
          "minLivableSurface": {
            "title": "Minimum livable surface",
            "type": "integer",
            "description": "Minimum livable surface"
          },
          "maxLivableSurface": {
            "title": "Maximum livable surface",
            "type": "integer",
            "description": "Maximum livable surface"
          },
          "minTotalSurface": {
            "title": "Minimum total surface",
            "type": "integer",
            "description": "Minimum total surface"
          },
          "maxTotalSurface": {
            "title": "Maximum total surface",
            "type": "integer",
            "description": "Maximum total surface"
          },
          "constructionTypes": {
            "title": "Construction Types",
            "type": "array",
            "description": "Construction Types",
            "items": {
              "type": "string",
              "enum": [
                "rowHouse",
                "semiDetachedHouse",
                "detachedHouse"
              ],
              "enumTitles": [
                "Row House",
                "Semi Detached House",
                "Detached House"
              ]
            }
          },
          "propertyConditions": {
            "title": "Property Conditions",
            "type": "array",
            "description": "Property Conditions",
            "items": {
              "type": "string",
              "enum": [
                "new",
                "excellent",
                "fully-renovated",
                "normal",
                "to-be-renovated"
              ],
              "enumTitles": [
                "New",
                "Excellent",
                "Fully Renovated",
                "Normal",
                "To Renovated"
              ]
            }
          },
          "providers": {
            "title": "Providers",
            "type": "array",
            "description": "Providers",
            "items": {
              "type": "string",
              "enum": [
                "privateuser",
                "prouser"
              ],
              "enumTitles": [
                "Private Persons",
                "Professionals"
              ]
            }
          },
          "moreOptions": {
            "title": "More Options",
            "type": "array",
            "description": "More Options",
            "items": {
              "type": "string",
              "enum": [
                "isnew",
                "hasgarden",
                "hascellar",
                "hassolarpanels",
                "islowenergybuilding",
                "hasvideo",
                "isimportantupdate",
                "hasterrace",
                "isfurnished",
                "hassolarthermicpanels",
                "isserviceappartement",
                "hasvirtualvisit",
                "hasgarage",
                "hasswimmingpool",
                "hasheatpump",
                "hasfloorheating",
                "hasdisabledaccess",
                "hasbalcony"
              ],
              "enumTitles": [
                "Recent",
                "Garden",
                "Cellar",
                "Solar panels",
                "Low-energy house",
                "Video",
                "Modified",
                "Terrace",
                "Furnished",
                "Solar thermic panels",
                "Service flat",
                "Virtual visit",
                "Garage",
                "Swimming pool",
                "Heat pump",
                "Floor heating",
                "Access for disabled",
                "Balcony"
              ]
            }
          },
          "proxyConfiguration": {
            "title": "Proxy Configuration",
            "type": "object",
            "description": "Your proxy configuration from Apify",
            "default": {
              "useApifyProxy": false,
              "apifyProxyGroups": []
            }
          },
          "debugMode": {
            "title": "Debug Mode",
            "type": "boolean",
            "description": "Activate to see detailed logs",
            "default": false
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}