{
  "openapi": "3.0.1",
  "info": {
    "title": "Domain.com.au Property Scraper",
    "description": "Domain.com.au scraper & API for Australian real estate: search property for sale & rent and export address, price, beds, baths, parking, land size, property type, agent & agency, inspection times, photos and coordinates. Australia property market data and lead gen — fast, no login.",
    "version": "1.2",
    "x-build-id": "vOH1aEYsYjNjvQ5V9"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/haketa~domain-com-au-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-haketa-domain-com-au-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/haketa~domain-com-au-scraper/runs": {
      "post": {
        "operationId": "runs-sync-haketa-domain-com-au-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/haketa~domain-com-au-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-haketa-domain-com-au-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": {
          "listingType": {
            "title": "Listing Type",
            "enum": [
              "sale",
              "rent",
              "sold"
            ],
            "type": "string",
            "description": "What kind of listings do you want? Properties for sale, rentals, or recently sold homes.",
            "default": "sale"
          },
          "suburbs": {
            "title": "Suburbs / Areas",
            "type": "array",
            "description": "Pick one or more popular Australian suburbs and regions to search. Leave everything as-is to run a ready mixed sample across major capital cities.",
            "items": {
              "type": "string",
              "enum": [
                "sydney-nsw-2000",
                "sydney-region-nsw",
                "parramatta-nsw-2150",
                "bondi-beach-nsw-2026",
                "chatswood-nsw-2067",
                "newcastle-nsw-2300",
                "wollongong-nsw-2500",
                "melbourne-vic-3000",
                "melbourne-region-vic",
                "south-yarra-vic-3141",
                "richmond-vic-3121",
                "st-kilda-vic-3182",
                "geelong-vic-3220",
                "brisbane-city-qld-4000",
                "brisbane-region-qld",
                "south-brisbane-qld-4101",
                "surfers-paradise-qld-4217",
                "gold-coast-region-qld",
                "cairns-city-qld-4870",
                "perth-wa-6000",
                "perth-region-wa",
                "fremantle-wa-6160",
                "adelaide-sa-5000",
                "adelaide-region-sa",
                "glenelg-sa-5045",
                "hobart-tas-7000",
                "canberra-act-2600",
                "darwin-city-nt-0800"
              ],
              "enumTitles": [
                "Sydney CBD (NSW)",
                "Sydney - All Regions (NSW)",
                "Parramatta (NSW)",
                "Bondi Beach (NSW)",
                "Chatswood (NSW)",
                "Newcastle (NSW)",
                "Wollongong (NSW)",
                "Melbourne CBD (VIC)",
                "Melbourne - All Regions (VIC)",
                "South Yarra (VIC)",
                "Richmond (VIC)",
                "St Kilda (VIC)",
                "Geelong (VIC)",
                "Brisbane City (QLD)",
                "Brisbane - All Regions (QLD)",
                "South Brisbane (QLD)",
                "Surfers Paradise (QLD)",
                "Gold Coast - All Regions (QLD)",
                "Cairns City (QLD)",
                "Perth CBD (WA)",
                "Perth - All Regions (WA)",
                "Fremantle (WA)",
                "Adelaide CBD (SA)",
                "Adelaide - All Regions (SA)",
                "Glenelg (SA)",
                "Hobart (TAS)",
                "Canberra (ACT)",
                "Darwin City (NT)"
              ]
            },
            "default": [
              "sydney-nsw-2000",
              "melbourne-vic-3000",
              "brisbane-city-qld-4000"
            ]
          },
          "customSuburbs": {
            "title": "Custom Suburbs (advanced)",
            "type": "array",
            "description": "Optional. Add extra suburbs not in the dropdown above. Format: suburb-state-postcode, e.g. manly-nsw-2095 or south-yarra-vic-3141. Leave empty unless you need a specific suburb.",
            "items": {
              "type": "string"
            }
          },
          "startUrls": {
            "title": "Start URLs (advanced)",
            "type": "array",
            "description": "Optional. Paste ready Domain.com.au search or listing page links for fully custom filtered searches. Most users can leave this empty and use the suburb picker above.",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "propertyTypes": {
            "title": "Property Types",
            "type": "array",
            "description": "Filter to specific property types, or leave empty to include all types.",
            "items": {
              "type": "string",
              "enum": [
                "house",
                "apartment",
                "townhouse",
                "villa",
                "land",
                "rural",
                "unitBlock",
                "retire",
                "studio"
              ],
              "enumTitles": [
                "House",
                "Apartment / Unit",
                "Townhouse",
                "Villa",
                "Land / Development Site",
                "Rural / Acreage",
                "Block of Units",
                "Retirement Living",
                "Studio"
              ]
            },
            "default": []
          },
          "minBedrooms": {
            "title": "Min Bedrooms",
            "minimum": 0,
            "maximum": 10,
            "type": "integer",
            "description": "Only show properties with at least this many bedrooms. Leave at 0 for no minimum.",
            "default": 0
          },
          "maxBedrooms": {
            "title": "Max Bedrooms",
            "minimum": 0,
            "maximum": 10,
            "type": "integer",
            "description": "Only show properties with at most this many bedrooms. Leave at 0 for no maximum.",
            "default": 0
          },
          "minPrice": {
            "title": "Min Price (AUD)",
            "minimum": 0,
            "type": "integer",
            "description": "Only show properties priced at or above this amount. Leave at 0 for no minimum.",
            "default": 0
          },
          "maxPrice": {
            "title": "Max Price (AUD)",
            "minimum": 0,
            "type": "integer",
            "description": "Only show properties priced at or below this amount. Leave at 0 for no maximum.",
            "default": 0
          },
          "auctionOnly": {
            "title": "Auction Listings Only",
            "type": "boolean",
            "description": "Turn on to keep only properties going to auction.",
            "default": false
          },
          "scrapeDetails": {
            "title": "Include Rich Detail",
            "type": "boolean",
            "description": "Turn on to visit each listing page for extra data: full description, features, inspection times, school catchments and floor plans. More complete, but slower.",
            "default": false
          },
          "maxListings": {
            "title": "Max Listings",
            "minimum": 0,
            "type": "integer",
            "description": "Total number of listings to collect across all suburbs. Set 0 for unlimited.",
            "default": 0
          },
          "maxPages": {
            "title": "Max Pages per Suburb",
            "minimum": 0,
            "type": "integer",
            "description": "How many result pages to read per suburb. Each page returns about 20 listings. Set 0 for unlimited.",
            "default": 5
          },
          "proxyConfiguration": {
            "title": "Proxy Configuration",
            "type": "object",
            "description": "Proxy settings. Australian residential proxies are strongly recommended for reliable results — keep the default."
          },
          "requestDelay": {
            "title": "Request Delay (ms)",
            "minimum": 0,
            "maximum": 30000,
            "type": "integer",
            "description": "Delay between requests in milliseconds. Keep above 1000 for reliable results.",
            "default": 1500
          },
          "maxConcurrency": {
            "title": "Parallel Searches (advanced)",
            "minimum": 1,
            "maximum": 10,
            "type": "integer",
            "description": "How many suburbs to search at the same time. Higher finishes faster; lower is gentler on the site. Leave empty for the recommended default.",
            "default": 2
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}