{
  "openapi": "3.0.1",
  "info": {
    "title": "Imobiliare.ro Scraper $0.65/1K — Romania Real Estate & Agencies",
    "description": "Scrape Imobiliare.ro real estate listings across Romania, for sale and rent: EUR price, m², rooms, floor, year built, full description, photos, GPS and the agency. Bucharest, Cluj-Napoca, Timișoara or any county. Median 66 fields per row; listing pages add dates and amenities. No login.",
    "version": "0.1",
    "x-build-id": "ElSndbJgct9G0Pfee"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/oswaldocarabano~imobiliare-ro-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-oswaldocarabano-imobiliare-ro-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/oswaldocarabano~imobiliare-ro-scraper/runs": {
      "post": {
        "operationId": "runs-sync-oswaldocarabano-imobiliare-ro-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/oswaldocarabano~imobiliare-ro-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-oswaldocarabano-imobiliare-ro-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": {
          "outputType": {
            "title": "What to extract",
            "enum": [
              "listings",
              "agencies"
            ],
            "type": "string",
            "description": "One row type per run. Listings (default) gives one row per property with up to 100 fields. Agencies gives one row per real-estate agency or developer found in the search, including the portal's top-agency block with active listing counts. Private sellers never become agency rows.",
            "default": "listings"
          },
          "offerType": {
            "title": "Operation",
            "enum": [
              "sale",
              "rent"
            ],
            "type": "string",
            "description": "For sale or for rent.",
            "default": "sale"
          },
          "propertyType": {
            "title": "Property type",
            "enum": [
              "apartments",
              "studios",
              "houses",
              "land",
              "commercial",
              "offices"
            ],
            "type": "string",
            "description": "Counts across Romania measured on 23 Sep 2026. Land exists only for sale and offices only for rent on imobiliare.ro.",
            "default": "apartments"
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "The location part of an imobiliare.ro search URL. Examples: bucuresti · bucuresti/sector-1 · judetul-cluj/cluj-napoca · judetul-timis/timisoara · judetul-iasi/iasi · judetul-ilfov. Leave empty for all of Romania. An unknown location is reported as an error row instead of silently returning the whole country.",
            "default": "bucuresti"
          },
          "startUrls": {
            "title": "Search URLs (optional)",
            "type": "array",
            "description": "Paste imobiliare.ro search result URLs (with any filters you set on the site) instead of using the fields above. Only search pages are accepted, e.g. https://www.imobiliare.ro/vanzare-apartamente/bucuresti?price=50000-100000",
            "default": [],
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "sort": {
            "title": "Sort by",
            "enum": [
              "default",
              "latest",
              "lowest-price",
              "highest-price"
            ],
            "type": "string",
            "description": "Only sort orders verified against the live site to change the result order.",
            "default": "default"
          },
          "minPrice": {
            "title": "Minimum price (EUR)",
            "minimum": 0,
            "type": "integer",
            "description": "Only listings priced at or above this. Verified to narrow the result set (Bucharest apartments: 25,983 → 25,726 with 50,000)."
          },
          "maxPrice": {
            "title": "Maximum price (EUR)",
            "minimum": 0,
            "type": "integer",
            "description": "Only listings priced at or below this. Verified (Bucharest apartments: 25,983 → 5,733 with 100,000)."
          },
          "rooms": {
            "title": "Rooms",
            "type": "array",
            "description": "Only listings with these room counts. 4 means 4 or more. Leave empty for any.",
            "items": {
              "type": "string",
              "enum": [
                "1",
                "2",
                "3",
                "4"
              ],
              "enumTitles": [
                "1 room",
                "2 rooms",
                "3 rooms",
                "4+ rooms"
              ]
            },
            "default": []
          },
          "maxItems": {
            "title": "Maximum rows",
            "minimum": 1,
            "maximum": 100000,
            "type": "integer",
            "description": "Hard cap on rows delivered (listings, or agencies). The site pages through at most 9,990 results per search; above that the actor continues by sub-location automatically.",
            "default": 100
          },
          "includeDetails": {
            "title": "Also scrape each listing page",
            "type": "boolean",
            "description": "Adds creation, publication and modification dates, street, bathrooms, every characteristic and amenity group, coordinates, and the agency's legal name, address, profile and agents. A listing page costs about 20x the bandwidth of a search result, so it is billed as a separate event and is off by default.",
            "default": false
          },
          "includeCoordinates": {
            "title": "Add coordinates from the map",
            "type": "boolean",
            "description": "One extra request per search adds latitude and longitude to every listing the portal map knows about (all of them on searches under 10,000 results). No extra charge.",
            "default": true
          },
          "includePrivateSellerContact": {
            "title": "Include private sellers' names",
            "type": "boolean",
            "description": "About 17% of advertisers are private persons (up to 55% of Bucharest rentals). By default their name, account and any phone number or e-mail written in the description are hidden. Agencies and developers are always delivered in full. Turn this on only if you have a lawful basis to process personal data under the GDPR.",
            "default": false
          },
          "maxConcurrency": {
            "title": "Maximum concurrency",
            "minimum": 1,
            "maximum": 8,
            "type": "integer",
            "description": "Parallel requests. 3 is plenty: 36 requests in a burst (8 in parallel) got no refusals, and staying well below that keeps the scraper working next month.",
            "default": 3
          },
          "maxCacheAgeDays": {
            "title": "Maximum cache age for listing pages (days)",
            "minimum": 0,
            "maximum": 30,
            "type": "integer",
            "description": "Only applies to listing (detail) pages of agencies and developers, when a cache is configured. 0 always fetches fresh.",
            "default": 7
          },
          "proxyConfiguration": {
            "title": "Proxy",
            "type": "object",
            "description": "Optional. The actor reaches imobiliare.ro directly and switches to an alternative route automatically if the site starts refusing requests.",
            "default": {
              "useApifyProxy": false
            }
          }
        }
      },
      "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}