{
  "openapi": "3.0.1",
  "info": {
    "title": "Domain.com.au Scraper With Agents | $1 / 1k",
    "description": "Extract Australia real estate listings from Domain.com.au with agent details. Use suburb/search URLs to get structured data: address, price, beds/baths, property type, images, agent infos and more. Ideal for market analysis & lead generation.",
    "version": "1.0",
    "x-build-id": "7dVER7UZHQTJ93WF7"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/fatihtahta~domain-com-au-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-fatihtahta-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/fatihtahta~domain-com-au-scraper/runs": {
      "post": {
        "operationId": "runs-sync-fatihtahta-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/fatihtahta~domain-com-au-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-fatihtahta-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": {
          "saleType": {
            "title": "Property Market Type",
            "enum": [
              "buy",
              "rent",
              "sold"
            ],
            "type": "string",
            "description": "Choose the market segment to collect: properties for sale, properties for rent, or recently sold properties.",
            "default": "buy"
          },
          "location": {
            "title": "Enter a Suburb, Postcode or Area (eg. Perth Airport, 2026, 2060, canberra grammar school)",
            "type": "string",
            "description": "Enter the Domain suburb slug to target a location. Required when Start URLs are not provided."
          },
          "priceMin": {
            "title": "Minimum Price",
            "type": "integer",
            "description": "Set a minimum price for generated searches. Leave empty if you do not want a lower price boundary."
          },
          "priceMax": {
            "title": "Maximum Price",
            "type": "integer",
            "description": "Set a maximum price for generated searches. Leave empty if you do not want an upper price boundary."
          },
          "bedrooms": {
            "title": "Minimum Bedrooms",
            "enum": [
              "any",
              "1+",
              "2+",
              "3+",
              "4+",
              "5+"
            ],
            "type": "string",
            "description": "Filter generated searches by the minimum number of bedrooms.",
            "default": "any"
          },
          "bathrooms": {
            "title": "Minimum Bathrooms",
            "enum": [
              "any",
              "1+",
              "2+",
              "3+",
              "4+",
              "5+"
            ],
            "type": "string",
            "description": "Filter generated searches by the minimum number of bathrooms.",
            "default": "any"
          },
          "parking": {
            "title": "Minimum Parking Spaces",
            "enum": [
              "any",
              "1+",
              "2+",
              "3+",
              "4+",
              "5+"
            ],
            "type": "string",
            "description": "Filter generated searches by the minimum number of parking spaces.",
            "default": "any"
          },
          "propertySizeMin": {
            "title": "Minimum Property Size (m²)",
            "enum": [
              "any",
              "50",
              "75",
              "100",
              "200",
              "300",
              "400",
              "500",
              "600",
              "700",
              "800",
              "900",
              "1000",
              "1250",
              "1500",
              "2000",
              "3000",
              "4000",
              "5000",
              "6000",
              "7000",
              "8000",
              "9000",
              "10000"
            ],
            "type": "string",
            "description": "Set the minimum land or property size (m²) for generated searches.",
            "default": "any"
          },
          "propertySizeMax": {
            "title": "Maximum Property Size (m²)",
            "enum": [
              "any",
              "50",
              "75",
              "100",
              "200",
              "300",
              "400",
              "500",
              "600",
              "700",
              "800",
              "900",
              "1000",
              "1250",
              "1500",
              "2000",
              "3000",
              "4000",
              "5000",
              "6000",
              "7000",
              "8000",
              "9000",
              "10000"
            ],
            "type": "string",
            "description": "Set the maximum land or property size (m²) for generated searches.",
            "default": "any"
          },
          "features": {
            "title": "Desired Property Features",
            "type": "array",
            "description": "Select optional property features to narrow generated searches (for example, pool, balcony, or air conditioning).",
            "items": {
              "type": "string",
              "enum": [
                "Pets allowed",
                "Built in wardrobes",
                "Gas",
                "Garden / courtyard",
                "Balcony / deck",
                "Internal laundry",
                "Study",
                "Swimming pool",
                "Air conditioning"
              ],
              "enumTitles": [
                "Pets allowed",
                "Built in wardrobes",
                "Gas",
                "Garden / courtyard",
                "Balcony / deck",
                "Internal laundry",
                "Study",
                "Swimming pool",
                "Air conditioning"
              ]
            }
          },
          "newEstablished": {
            "title": "Property Age Preference",
            "enum": [
              "any",
              "new",
              "established"
            ],
            "type": "string",
            "description": "Filter generated searches by newer homes, established homes, or both.",
            "default": "any"
          },
          "excludeUnderOffer": {
            "title": "Exclude Under-Offer Listings (Buy Only)",
            "type": "boolean",
            "description": "When enabled, buy searches skip properties currently marked as under offer.",
            "default": false
          },
          "propertyTypes": {
            "title": "Included Property Types",
            "type": "array",
            "description": "Choose one or more property categories to include in generated searches.",
            "items": {
              "type": "string",
              "enum": [
                "All",
                "House",
                "Apartment",
                "Townhouse",
                "Retirement"
              ],
              "enumTitles": [
                "All",
                "House",
                "Apartment",
                "Townhouse",
                "Retirement"
              ]
            }
          },
          "startUrls": {
            "title": "Domain Start URLs",
            "type": "array",
            "description": "Paste one or more Domain.com.au page URLs to scrape. You can include search result pages or individual property listing pages. When provided, these override all query builder inputs.",
            "items": {
              "type": "string"
            }
          },
          "limit": {
            "title": "Maximum Listings to Save",
            "type": "integer",
            "description": "Maximum listings to save per query or start URL. Use a smaller number for quick sampling and validation, or a larger number for deeper market coverage.",
            "default": 50000
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}