{
  "openapi": "3.0.1",
  "info": {
    "title": "Austria Ediktsdatei Scraper",
    "description": "Scrapes Austrian judicial auction listings (Gerichtliche Versteigerungen) from edikte.justiz.gv.at, including property details, dates, valuations and PDF documents.",
    "version": "1.0",
    "x-build-id": "0lMkrllVk1VaKwQzd"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/confidential_gnat~austria-ediktsdatei-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-confidential_gnat-austria-ediktsdatei-scraper",
        "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/confidential_gnat~austria-ediktsdatei-scraper/runs": {
      "post": {
        "operationId": "runs-sync-confidential_gnat-austria-ediktsdatei-scraper",
        "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/confidential_gnat~austria-ediktsdatei-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-confidential_gnat-austria-ediktsdatei-scraper",
        "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": {
          "startUrls": {
            "title": "Start URLs",
            "type": "array",
            "description": "Optional. Paste a ready-made search-result URL or a single listing URL from edikte.justiz.gv.at. When set, the filters below are ignored.",
            "default": [],
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "keyword": {
            "title": "Keyword (full-text)",
            "type": "string",
            "description": "Full-text search term, same as the 'Suchtext' field on the site (e.g. 'chh')."
          },
          "categories": {
            "title": "Property categories",
            "type": "array",
            "description": "Property categories to include ('Kategorien'). Leave empty for all.",
            "items": {
              "type": "string",
              "enum": [
                "EH",
                "ZH",
                "MH",
                "MW",
                "MSH",
                "GGH",
                "RH",
                "HAN",
                "WE",
                "EW",
                "MAI",
                "DTW",
                "DGW",
                "GA",
                "GW",
                "UL",
                "BBL",
                "LF",
                "GL",
                "SE",
                "BR",
                "SO"
              ],
              "enumTitles": [
                "Einfamilienhaus",
                "Zweifamilienhaus",
                "Mehrfamilienhaus",
                "Mietwohnhaus",
                "Mietshaus",
                "gemischt genutztes Haus",
                "Reihenhaus",
                "Hausanteil",
                "Wohnungseigentumsobjekt",
                "Eigentumswohnung",
                "Maisonette",
                "Dachterrassenwohnung",
                "Dachgeschoßwohnung",
                "Garconniere",
                "Gartenwohnung",
                "unbebaute Liegenschaft",
                "bebaubare Liegenschaft",
                "land- und forstwirtschaftlich genutzte Liegenschaft",
                "gewerbliche Liegenschaft",
                "Superädifikat",
                "Baurecht",
                "Sonstiges"
              ]
            },
            "default": []
          },
          "dateFrom": {
            "title": "Auction date from (DD.MM.YYYY)",
            "type": "string",
            "description": "Start of the auction date range, in DD.MM.YYYY format (e.g. 01.09.2026)."
          },
          "dateTo": {
            "title": "Auction date to (DD.MM.YYYY)",
            "type": "string",
            "description": "End of the auction date range, in DD.MM.YYYY format (e.g. 30.09.2026)."
          },
          "minValue": {
            "title": "Minimum estimated value (EUR)",
            "minimum": 0,
            "type": "integer",
            "description": "Lower bound of the estimated value ('Schätzwert'), in EUR."
          },
          "maxValue": {
            "title": "Maximum estimated value (EUR)",
            "minimum": 0,
            "type": "integer",
            "description": "Upper bound of the estimated value ('Schätzwert'), in EUR."
          },
          "city": {
            "title": "City",
            "type": "string",
            "description": "City of the property ('Ort'), e.g. Wien."
          },
          "postalCode": {
            "title": "Postal code",
            "type": "string",
            "description": "4-digit Austrian postal code ('PLZ'), e.g. 1180."
          },
          "state": {
            "title": "State (Bundesland)",
            "enum": [
              "Wien",
              "Niederösterreich",
              "Oberösterreich",
              "Burgenland",
              "Steiermark",
              "Kärnten",
              "Salzburg",
              "Tirol",
              "Vorarlberg"
            ],
            "type": "string",
            "description": "Austrian state to restrict results to."
          },
          "titleKeywords": {
            "title": "Filter results by edict title",
            "type": "array",
            "description": "Only scrape listings whose edict title contains one of these strings (partial, case-insensitive). E.g. 'Zusc' matches 'Zuschlag mit Überbot'. Leave empty to scrape all results.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum number of listings to scrape per search. Set 0 for no limit.",
            "default": 5
          },
          "projectName": {
            "title": "Project name (cross-run caching)",
            "type": "string",
            "description": "Optional. When set, scraped listing URLs are remembered under this name and skipped in later runs with the same project name — so each run only returns new listings."
          },
          "downloadPdfs": {
            "title": "Download PDF files to storage",
            "type": "boolean",
            "description": "When enabled, appraisal PDFs are downloaded into this run's key-value store and their storage links are returned in the `storedPdfUrls` output field. Increases run time and storage usage; the original source links are always returned in `pdfUrls`.",
            "default": false
          },
          "maxFileMb": {
            "title": "Max PDF size (MB)",
            "minimum": 1,
            "maximum": 100,
            "type": "integer",
            "description": "PDFs larger than this are skipped instead of downloaded. Appraisal documents on this site can exceed 15 MB.",
            "default": 20
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Proxy settings. The site works without a proxy, so proxies are off by default to keep runs cheap.",
            "default": {
              "useApifyProxy": 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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}