{
  "openapi": "3.0.1",
  "info": {
    "title": "Inmuebles24 Scraper | $1.5 / 1k | Fast & Reliable",
    "description": "Extract structured Mexico property listings from Inmuebles24 with pricing data, seller details, medias, and property attributes and more. Built for enterprise-grade real estate intelligence, lead enrichment, market analysis, and automated data pipelines.",
    "version": "0.0",
    "x-build-id": "h54KOBn11dW8lJOGr"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/fatihtahta~inmuebles24-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-fatihtahta-inmuebles24-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~inmuebles24-scraper/runs": {
      "post": {
        "operationId": "runs-sync-fatihtahta-inmuebles24-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~inmuebles24-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-fatihtahta-inmuebles24-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": {
          "sort_by": {
            "title": "Arrange Listing Order",
            "enum": [
              "most_relevant",
              "lowest_price",
              "newest",
              "highest_price",
              "most_viewed",
              "price_reduced",
              "top_sellers"
            ],
            "type": "string",
            "description": "Sort results by relevance, lowest price, highest price, newest listings, most viewed listings, price reductions, or top sellers.",
            "default": "most_relevant"
          },
          "deal_type": {
            "title": "Choose the Deal Type",
            "enum": [
              "all",
              "rent",
              "buy",
              "foreclosure",
              "short_term",
              "new_development",
              "lease_transfer"
            ],
            "type": "string",
            "description": "Select rentals, properties for sale, short-term stays, new developments, foreclosures, lease transfers, or all deal types. Keeping All preserves the site's broad default search behavior.",
            "default": "all"
          },
          "location": {
            "title": "Choose Target Locations",
            "type": "array",
            "description": "Enter one or more location names, such as benito juarez or ciudad de mexico. More specific names usually produce more focused listing results.",
            "items": {
              "type": "string"
            }
          },
          "min_price": {
            "title": "Set a Minimum Price",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the lowest acceptable listing price. Leave this empty when there is no minimum budget or valuation threshold."
          },
          "max_price": {
            "title": "Set a Maximum Price",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the highest acceptable listing price. Leave this empty when there is no maximum budget or valuation threshold."
          },
          "seller_type": {
            "title": "Filter by Seller Type",
            "enum": [
              "real_estate_agency",
              "direct_listing"
            ],
            "type": "string",
            "description": "Choose real estate agency listings or direct listings. Leave this empty when both seller types are useful."
          },
          "publication_date": {
            "title": "Filter by Publication Date",
            "enum": [
              "since_yesterday",
              "today",
              "last_week",
              "last_15_days",
              "last_30_days",
              "last_45_days"
            ],
            "type": "string",
            "description": "Choose a publication window such as today, since yesterday, last week, or the last 15, 30, or 45 days."
          },
          "property_type": {
            "title": "Select Property Types",
            "uniqueItems": true,
            "type": "array",
            "description": "Select one or more categories, including apartments, houses, land, offices, warehouses, developments, commercial spaces, ranches, or villas.",
            "items": {
              "type": "string",
              "enum": [
                "apartment",
                "house",
                "land_lot",
                "condo_house",
                "commercial_space",
                "commercial_warehouse",
                "zoned_property",
                "shared_apartment",
                "horizontal_development",
                "mixed_development",
                "vertical_development",
                "duplex",
                "building",
                "orchard",
                "urban_income_property",
                "mall_retail_unit",
                "industrial_warehouse",
                "office",
                "country_house",
                "ranch",
                "commercial_land",
                "industrial_land",
                "villa"
              ],
              "enumTitles": [
                "Apartment | Departamento",
                "House | Casa",
                "Land / Lot | Terreno / Lote",
                "Condo House | Casa en condominio",
                "Commercial Space | Local comercial",
                "Commercial Warehouse | Bodega comercial",
                "Zoned Property (Land Use House) | Casa uso de suelo",
                "Shared Apartment | Departamento compartido",
                "Horizontal Development | Desarrollo horizontal",
                "Mixed Development (Horizontal/Vertical) | Desarrollo horizontal/vertical",
                "Vertical Development | Desarrollo vertical",
                "Duplex | Dúplex",
                "Building | Edificio",
                "Orchard / Farm Plot | Huerta",
                "Urban Income Property | Inmueble productivo urbano",
                "Mall Retail Unit | Local en centro comercial",
                "Industrial Warehouse | Nave industrial",
                "Office | Oficina",
                "Country House / Estate | Quinta",
                "Ranch | Rancho",
                "Commercial Land | Terreno comercial",
                "Industrial Land | Terreno industrial",
                "Villa | Villa"
              ]
            }
          },
          "min_bedroom": {
            "title": "Set Minimum Bedrooms",
            "enum": [
              "1",
              "2",
              "3",
              "4",
              "5"
            ],
            "type": "string",
            "description": "Use this to exclude listings that do not meet the minimum bedroom count for your target audience."
          },
          "max_bedroom": {
            "title": "Set Maximum Bedrooms",
            "enum": [
              "1",
              "2",
              "3",
              "4",
              "5"
            ],
            "type": "string",
            "description": "Use this to include only listings with no more than the selected number of bedrooms."
          },
          "min_bathroom": {
            "title": "Set Minimum Bathrooms",
            "enum": [
              "1",
              "2",
              "3",
              "4",
              "5"
            ],
            "type": "string",
            "description": "Use this to exclude listings below the selected bathroom count."
          },
          "min_parking": {
            "title": "Set Parking Requirements",
            "enum": [
              "0",
              "1",
              "2",
              "3",
              "4"
            ],
            "type": "string",
            "description": "Choose 0 for listings with no parking spaces. Choose 1+, 2+, 3+, or 4+ to require at least that many spaces."
          },
          "min_building_area": {
            "title": "Set a Minimum Building Area",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the minimum built or covered area in square meters. This is useful for excluding spaces that are too small."
          },
          "max_building_area": {
            "title": "Set a Maximum Building Area",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the maximum built or covered area in square meters. This is useful for keeping results within a desired property scale."
          },
          "min_land_area": {
            "title": "Set a Minimum Land Area",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the minimum land or lot area in square meters. This helps exclude properties with insufficient outdoor or plot space."
          },
          "max_land_area": {
            "title": "Set a Maximum Land Area",
            "minimum": 0,
            "type": "integer",
            "description": "Enter the maximum land or lot area in square meters. This helps keep results within the property size range you want."
          },
          "multimedia": {
            "title": "Require The Given Media",
            "uniqueItems": true,
            "type": "array",
            "description": "Select 360 tours, videos, or floor plans when you only want listings that include those media types.",
            "items": {
              "type": "string",
              "enum": [
                "360_tour",
                "video",
                "floor_plan"
              ],
              "enumTitles": [
                "360 Tour",
                "Video",
                "Floor Plan"
              ]
            }
          },
          "building_age": {
            "title": "Filter by Property Age",
            "enum": [
              "under_construction",
              "brand_new",
              "up_to_5_years",
              "up_to_10_years",
              "up_to_20_years",
              "up_to_50_years",
              "over_50_years"
            ],
            "type": "string",
            "description": "Choose under-construction, brand-new, recent, older, or long-established properties according to the age bands available on Inmuebles24."
          },
          "view": {
            "title": "Filter by Property View",
            "enum": [
              "front_facing",
              "interior_facing"
            ],
            "type": "string",
            "description": "Choose front-facing or interior-facing listings. Leave this empty to include properties with any stated view."
          },
          "limit": {
            "title": "Set a Result Limit per Location",
            "minimum": 1,
            "type": "integer",
            "description": "Enter the maximum number of listings to save for each location. Leave this empty to collect all matching listings the actor can reach."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}