{
  "openapi": "3.0.1",
  "info": {
    "title": "Rumah123 Scraper With Agents | Fast & Reliable",
    "description": "Extract structured Indonesian property listings from Rumah123 with agent data, pricing, locations, and property details. Built for enterprise-grade real estate intelligence, lead generation, and automated CRM or analytics pipelines across Indonesia markets.",
    "version": "0.0",
    "x-build-id": "XrOVUuJ9EL5ydLQ3f"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/fatihtahta~rumah123-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-fatihtahta-rumah123-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~rumah123-scraper/runs": {
      "post": {
        "operationId": "runs-sync-fatihtahta-rumah123-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~rumah123-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-fatihtahta-rumah123-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": "Choose sale or rent listings",
            "enum": [
              "sale",
              "rent"
            ],
            "type": "string",
            "description": "Select whether the run should collect properties listed for sale or properties listed for rent.",
            "default": "sale"
          },
          "sortOrder": {
            "title": "Set result order",
            "enum": [
              "recommended",
              "price-asc",
              "price-desc",
              "posted-desc",
              "posted-asc",
              "land-size-desc",
              "building-size-desc"
            ],
            "type": "string",
            "description": "Pick the order used for the collected listings. Use the recommended order for a balanced default, or choose a price, recency, or size order for a more targeted review.",
            "default": "recommended"
          },
          "location": {
            "title": "Choose search location",
            "type": "string",
            "description": "Enter a Rumah123 location keyword such as `Jakarta Selatan`, `Bandung`, or a street or area name. Leave blank when you want a broader market-wide search."
          },
          "promotions": {
            "title": "Include promotional listing types",
            "uniqueItems": true,
            "type": "array",
            "description": "Select one or more promotion tags to narrow the run to matching listings. Leave empty to include listings regardless of promotion status.",
            "items": {
              "type": "string",
              "enum": [
                "promotion",
                "price-reduced",
                "free-fees",
                "zero-dp",
                "bank-owned",
                "njop"
              ],
              "enumTitles": [
                "Promo | promotion or discount",
                "Turun Harga | price reduced",
                "Free Biaya | free fees",
                "DP 0% | zero down payment",
                "Aset Bank | bank-owned property",
                "NJOP | government assessed value"
              ]
            },
            "default": []
          },
          "property-type": {
            "title": "Choose property categories",
            "uniqueItems": true,
            "type": "array",
            "description": "Select one or more property types to narrow the result set. Leave empty to include all supported property categories for the selected listing market.",
            "items": {
              "type": "string",
              "enum": [
                "house",
                "apartment",
                "land",
                "shophouse",
                "factory",
                "office",
                "commercial-space",
                "warehouse",
                "villa",
                "boarding-house",
                "hotel"
              ],
              "enumTitles": [
                "Rumah | house",
                "Apartemen | apartment",
                "Tanah | land or plot",
                "Ruko | shophouse",
                "Pabrik | factory",
                "Perkantoran | office space",
                "Ruang Usaha | commercial space",
                "Gudang | warehouse",
                "Villa | villa",
                "Kost | boarding house",
                "Hotel | hotel"
              ]
            },
            "default": []
          },
          "min_price": {
            "title": "Set minimum price (IDR)",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the lowest listing price to include. Leave blank when there is no minimum budget requirement."
          },
          "max_price": {
            "title": "Set maximum price (IDR)",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the highest listing price to include. Leave blank when there is no upper budget limit."
          },
          "min_bedrooms": {
            "title": "Set minimum bedrooms",
            "enum": [
              "1",
              "2",
              "3",
              "4"
            ],
            "type": "string",
            "description": "Choose the minimum bedroom count required for a listing to be included."
          },
          "min_bathrooms": {
            "title": "Set minimum bathrooms",
            "enum": [
              "1",
              "2",
              "3",
              "4"
            ],
            "type": "string",
            "description": "Choose the minimum bathroom count required for a listing to be included."
          },
          "min_floors": {
            "title": "Set minimum floors",
            "enum": [
              "1",
              "2",
              "3",
              "4"
            ],
            "type": "string",
            "description": "Choose the minimum floor count required for a listing to be included."
          },
          "furninshing_condition": {
            "title": "Choose furnishing condition",
            "uniqueItems": true,
            "type": "array",
            "description": "Select one or more furnishing conditions to include. Leave empty to include listings regardless of furnishing status.",
            "items": {
              "type": "string",
              "enum": [
                "fully-furnished",
                "partially-furnished",
                "unfurnished"
              ],
              "enumTitles": [
                "Furnished | fully furnished",
                "Semi Furnished | partially furnished",
                "Unfurnished | unfurnished"
              ]
            },
            "default": []
          },
          "property_facilities": {
            "title": "Choose required facilities",
            "uniqueItems": true,
            "type": "array",
            "description": "Select one or more facilities to narrow results to listings that mention those features. Leave empty to avoid filtering by amenities.",
            "items": {
              "type": "string",
              "enum": [
                "air-conditioning",
                "parking",
                "cctv",
                "security",
                "wifi"
              ],
              "enumTitles": [
                "AC | air conditioning",
                "Akses Parkir | parking access",
                "CCTV | security cameras",
                "Keamanan | security",
                "Wifi / Internet | WiFi or internet"
              ]
            },
            "default": []
          },
          "min_land_size": {
            "title": "Set minimum land size (sqm)",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the smallest land area to include. Leave blank when there is no minimum land size requirement."
          },
          "max_land_size": {
            "title": "Set maximum land size (sqm)",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the largest land area to include. Leave blank when there is no upper land size limit."
          },
          "min_building_size": {
            "title": "Set minimum building size (sqm)",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the smallest building area to include. Leave blank when there is no minimum building size requirement."
          },
          "max_building_size": {
            "title": "Set maximum building size (sqm)",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the largest building area to include. Leave blank when there is no upper building size limit."
          },
          "startUrls": {
            "title": "Add Rumah123 URLs",
            "type": "array",
            "description": "Paste one or more Rumah123 search result pages or listing URLs. Use this for precise collection from known pages, saved searches, or specific listings.",
            "items": {
              "type": "string"
            }
          },
          "limit": {
            "title": "Set maximum listings per target",
            "minimum": 1,
            "type": "integer",
            "description": "Enter the maximum number of listings to collect from each search or direct URL. Increase this for broader coverage, or keep it smaller for faster test runs."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}