{
  "openapi": "3.0.1",
  "info": {
    "title": "Dubizzle Scraper — UAE Property & Used Cars",
    "description": "Scrape Dubizzle (UAE) property for sale/rent and used-car listings. Extract price, beds, baths, size, car make, model, year, mileage, location, seller and photos. No API key, no login.",
    "version": "1.0",
    "x-build-id": "Zan7caeaJ0DJWk0jL"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/logiover~dubizzle-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-logiover-dubizzle-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/logiover~dubizzle-scraper/runs": {
      "post": {
        "operationId": "runs-sync-logiover-dubizzle-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/logiover~dubizzle-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-logiover-dubizzle-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": {
          "section": {
            "title": "Section",
            "enum": [
              "property-for-sale",
              "property-for-rent",
              "motors"
            ],
            "type": "string",
            "description": "What to scrape.",
            "default": "property-for-sale"
          },
          "propertyCategory": {
            "title": "Property category",
            "enum": [
              "residential",
              "commercial",
              "land",
              "multiple-units"
            ],
            "type": "string",
            "description": "Property type group (property sections only).",
            "default": "residential"
          },
          "emirate": {
            "title": "Emirate",
            "enum": [
              "dubai",
              "abu-dhabi",
              "sharjah",
              "ajman",
              "ras-al-khaimah",
              "fujairah",
              "umm-al-quwain"
            ],
            "type": "string",
            "description": "Emirate to search.",
            "default": "dubai"
          },
          "emirates": {
            "title": "Emirates (advanced, multi-select)",
            "type": "array",
            "description": "Optional: search several emirates at once. Accepted: dubai, abu-dhabi, sharjah, ajman, ras-al-khaimah, fujairah, umm-al-quwain.",
            "items": {
              "type": "string"
            }
          },
          "area": {
            "title": "Area / neighbourhood (free text)",
            "type": "string",
            "description": "Optional area name, e.g. 'Dubai Marina', 'Al Quoz', 'Jumeirah Village Circle'. Must match Dubizzle's location naming.",
            "default": ""
          },
          "categorySlugPath": {
            "title": "Category slug path (advanced)",
            "type": "string",
            "description": "Optional exact category path. Motors example: 'motors/used-cars/toyota' or 'motors/used-cars/toyota/land-cruiser'. Property example: 'property-for-sale/residential/apartments'.",
            "default": ""
          },
          "query": {
            "title": "Keyword (free text)",
            "type": "string",
            "description": "Optional full-text search, e.g. 'sea view', 'GCC specs', 'motivated seller'.",
            "default": ""
          },
          "priceMin": {
            "title": "Minimum price (AED)",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum price / rent. 0 = no minimum.",
            "default": 0
          },
          "priceMax": {
            "title": "Maximum price (AED)",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum price / rent. 0 = no maximum.",
            "default": 0
          },
          "bedsMin": {
            "title": "Minimum bedrooms (property)",
            "minimum": 0,
            "maximum": 20,
            "type": "integer",
            "description": "Minimum bedrooms. 0 = any.",
            "default": 0
          },
          "bathsMin": {
            "title": "Minimum bathrooms (property)",
            "minimum": 0,
            "maximum": 20,
            "type": "integer",
            "description": "Minimum bathrooms. 0 = any.",
            "default": 0
          },
          "furnished": {
            "title": "Furnishing (property)",
            "enum": [
              "any",
              "furnished",
              "unfurnished"
            ],
            "type": "string",
            "description": "Filter by furnishing (property sections only).",
            "default": "any"
          },
          "yearMin": {
            "title": "Minimum year (motors)",
            "minimum": 0,
            "maximum": 2030,
            "type": "integer",
            "description": "Minimum model year (motors only). 0 = any.",
            "default": 0
          },
          "yearMax": {
            "title": "Maximum year (motors)",
            "minimum": 0,
            "maximum": 2030,
            "type": "integer",
            "description": "Maximum model year (motors only). 0 = any.",
            "default": 0
          },
          "kilometersMax": {
            "title": "Maximum mileage km (motors)",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum kilometres on the odometer (motors only). 0 = any.",
            "default": 0
          },
          "sortBy": {
            "title": "Sort by",
            "enum": [
              "newest",
              "oldest",
              "price-asc",
              "price-desc",
              "year-desc",
              "year-asc",
              "km-asc",
              "default"
            ],
            "type": "string",
            "description": "Result ordering. Year/mileage sorts apply to motors.",
            "default": "newest"
          },
          "maxResults": {
            "title": "Max results",
            "minimum": 1,
            "maximum": 10000,
            "type": "integer",
            "description": "Maximum ads to collect. Dubizzle caps deep pagination at 10,000 per query; narrow filters to reach more.",
            "default": 500
          },
          "algoliaApiKey": {
            "title": "Algolia key override (advanced)",
            "type": "string",
            "description": "Optional. Only needed if Dubizzle rotates its public search key and the actor starts returning 403.",
            "default": ""
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Optional. The Algolia endpoint works without a proxy; enable Apify Proxy for very large volumes."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}