{
  "openapi": "3.0.1",
  "info": {
    "title": "PropertyFinder.ae UAE Real Estate Listings",
    "description": "Turn buyer-authorized or licensed Gulf property exports into privacy-aware evidence, freshness, confidence gaps, review priority, and human actions without scraping, browser automation, or external-source requests.",
    "version": "0.3",
    "x-build-id": "J8OBL8Opgh3DJ09Md"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/zinin~propertyfinder-gulf/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-zinin-propertyfinder-gulf",
        "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/zinin~propertyfinder-gulf/runs": {
      "post": {
        "operationId": "runs-sync-zinin-propertyfinder-gulf",
        "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/zinin~propertyfinder-gulf/run-sync": {
      "post": {
        "operationId": "run-sync-zinin-propertyfinder-gulf",
        "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": {
          "schemaVersion": {
            "title": "Contract version",
            "enum": [
              "2.0"
            ],
            "type": "string",
            "description": "Closed public input contract version.",
            "default": "2.0"
          },
          "authorization": {
            "title": "Rights confirmation",
            "enum": [
              "I confirm I am authorized to process and deliver these property records"
            ],
            "type": "string",
            "description": "Required for paid property records.",
            "default": "I confirm I am authorized to process and deliver these property records"
          },
          "sourceContext": {
            "title": "Source context",
            "enum": [
              "provider_licensed_export",
              "broker_owned_inventory",
              "owner_authorized_export",
              "other_authorized_source"
            ],
            "type": "string",
            "description": "Buyer-attested origin category for the authorized records.",
            "default": "provider_licensed_export"
          },
          "listings": {
            "title": "Authorized property records",
            "minItems": 1,
            "maxItems": 100,
            "type": "array",
            "description": "One to 100 closed property records. No descriptions, photos, seller/agent contacts, free-text notes or buyer profiles are accepted.",
            "items": {
              "type": "object",
              "additionalProperties": false,
              "required": [
                "listingId",
                "listingUrl",
                "title",
                "price",
                "currency",
                "dealType",
                "sourceName",
                "sourceLicense"
              ],
              "properties": {
                "listingId": {
                  "title": "Listing ID",
                  "description": "Stable identifier from the authorized source export.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 160,
                  "pattern": "\\S"
                },
                "listingUrl": {
                  "title": "Recorded listing URL",
                  "description": "HTTPS evidence reference; recorded but never fetched or verified.",
                  "type": "string",
                  "minLength": 9,
                  "maxLength": 500,
                  "pattern": "^https://"
                },
                "title": {
                  "title": "Listing title",
                  "description": "Minimal buyer-supplied title without contacts or free-form description.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 240,
                  "pattern": "\\S"
                },
                "price": {
                  "title": "Supplied price",
                  "description": "Positive price copied from the authorized source; not a valuation.",
                  "type": "number",
                  "minimum": 0.01,
                  "maximum": 10000000000
                },
                "currency": {
                  "title": "Currency",
                  "description": "Three to eight letter currency code from the authorized source.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 8,
                  "pattern": "^[A-Za-z]{3,8}$"
                },
                "dealType": {
                  "title": "Deal type",
                  "description": "Whether the supplied record is offered for sale or rent.",
                  "type": "string",
                  "enum": [
                    "sale",
                    "rent"
                  ]
                },
                "propertyType": {
                  "title": "Property type",
                  "description": "Optional supplied type such as Apartment or Villa.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 120,
                  "pattern": "\\S"
                },
                "bedrooms": {
                  "title": "Bedrooms",
                  "description": "Optional nonnegative bedroom count supplied by the source.",
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 100
                },
                "areaSqm": {
                  "title": "Area (m²)",
                  "description": "Optional positive supplied floor area in square metres.",
                  "type": "number",
                  "minimum": 0.01,
                  "maximum": 10000000
                },
                "location": {
                  "title": "Location label",
                  "description": "Optional locality label supplied by the authorized source.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 240,
                  "pattern": "\\S"
                },
                "latitude": {
                  "title": "Latitude",
                  "description": "Optional supplied latitude; it is not independently geocoded.",
                  "type": "number",
                  "minimum": -90,
                  "maximum": 90
                },
                "longitude": {
                  "title": "Longitude",
                  "description": "Optional supplied longitude; it is not independently geocoded.",
                  "type": "number",
                  "minimum": -180,
                  "maximum": 180
                },
                "listedAt": {
                  "title": "Source listed at",
                  "description": "Optional UTC listing timestamp supplied by the authorized source.",
                  "type": "string",
                  "maxLength": 40,
                  "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{1,9})?Z$"
                },
                "sourceName": {
                  "title": "Licensed source label",
                  "description": "Traceable buyer-supplied label for the authorized export source.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 200,
                  "pattern": "\\S"
                },
                "sourceLicense": {
                  "title": "Rights statement",
                  "description": "Buyer-supplied statement describing downstream processing and delivery rights.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 500,
                  "pattern": "\\S"
                },
                "sourceRetrievedAt": {
                  "title": "Source retrieved at",
                  "description": "Optional UTC time when the buyer's authorized source export was obtained.",
                  "type": "string",
                  "maxLength": 40,
                  "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{1,9})?Z$"
                }
              }
            }
          },
          "deal_type": {
            "title": "Legacy deal type",
            "enum": [
              "sell",
              "rent"
            ],
            "type": "string",
            "description": "Migration only. No source is fetched; one free diagnostic is emitted."
          },
          "emirate": {
            "title": "Legacy emirate",
            "maxLength": 80,
            "type": "string",
            "description": "Migration only and never used for a source request."
          },
          "max_items": {
            "title": "Legacy max results",
            "minimum": 1,
            "maximum": 2000,
            "type": "integer",
            "description": "Migration only and ignored."
          },
          "max_pages": {
            "title": "Legacy max pages",
            "minimum": 1,
            "maximum": 50,
            "type": "integer",
            "description": "Migration only and ignored."
          },
          "max_listing_age_days": {
            "title": "Legacy max listing age",
            "minimum": 1,
            "maximum": 3650,
            "type": "integer",
            "description": "Migration only and ignored."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}