{
  "openapi": "3.0.1",
  "info": {
    "title": "Funda Property Search Scraper",
    "description": "The Funda.nl Property Search Scraper extracts property information from Funda.nl. Capture data such as price, address, description and more by providing Property Search Query URLs.",
    "version": "0.0",
    "x-build-id": "ovOlfoMtnqYVyza9s"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/ecomscrape~funda-property-search-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-ecomscrape-funda-property-search-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/ecomscrape~funda-property-search-scraper/runs": {
      "post": {
        "operationId": "runs-sync-ecomscrape-funda-property-search-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/ecomscrape~funda-property-search-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-ecomscrape-funda-property-search-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": {
          "urls": {
            "title": "URLs of the Product list page urls to scrape",
            "type": "array",
            "description": "Add the URLs of the Product list page urls you want to scrape. You can paste URLs one by one, or use the Bulk edit section to add a prepared list.",
            "items": {
              "type": "string"
            }
          },
          "ignore_url_failures": {
            "title": "Ignore URL failures",
            "type": "boolean",
            "description": "If true, the scraper will continue running even if some URLs fail to be scraped after the maximum number of retries is reached."
          },
          "location": {
            "title": "Location to search, ensure location is valid",
            "type": "string",
            "description": "Enter the Location to search for items, Goto website, choose location and start search, copy location value from url and paste here. (e.g. https://www.funda.nl/zoeken/koop?selected_area=[%22zwijndrecht/bloemenbuurt-dahlia-geranium,5km%22] -> location=[%22zwijndrecht/bloemenbuurt-dahlia-geranium,5km%22])"
          },
          "operation_type": {
            "title": "Filter Items by Operation Type",
            "enum": [
              "koop",
              "huur"
            ],
            "type": "string",
            "description": "Filter items by Operation Type"
          },
          "published_date": {
            "title": "Filter Items by Published Date",
            "enum": [
              "",
              "1",
              "3",
              "5",
              "10",
              "30"
            ],
            "type": "string",
            "description": "Filter items by Published Date"
          },
          "min_living_area": {
            "title": "Filter Items by Minimum Living Area",
            "enum": [
              "",
              "50",
              "75",
              "100",
              "125",
              "150",
              "175",
              "200",
              "250"
            ],
            "type": "string",
            "description": "Filter items by Minimum Living Area"
          },
          "max_living_area": {
            "title": "Filter Items by Maximum Living Area",
            "enum": [
              "",
              "50",
              "75",
              "100",
              "125",
              "150",
              "175",
              "200",
              "250"
            ],
            "type": "string",
            "description": "Filter items by Maximum Living Area"
          },
          "min_plot_area": {
            "title": "Filter Items by Minimum Plot Area",
            "enum": [
              "",
              "250",
              "500",
              "750",
              "1000",
              "1500",
              "2500",
              "5000"
            ],
            "type": "string",
            "description": "Filter items by Minimum Plot Area"
          },
          "max_plot_area": {
            "title": "Filter Items by Maximum Plot Area",
            "enum": [
              "",
              "250",
              "500",
              "750",
              "1000",
              "1500",
              "2500",
              "5000"
            ],
            "type": "string",
            "description": "Filter items by Maximum Plot Area"
          },
          "min_price": {
            "title": "Filter Items by Minimum Price",
            "enum": [
              "0",
              "50000",
              "75000",
              "100000",
              "125000",
              "150000",
              "175000",
              "200000",
              "225000",
              "250000",
              "275000",
              "300000",
              "325000",
              "350000",
              "375000",
              "400000",
              "450000",
              "500000",
              "550000",
              "600000",
              "650000",
              "700000",
              "750000",
              "800000",
              "900000",
              "1000000",
              "1250000",
              "1500000",
              "2000000",
              "2500000",
              "3000000",
              "3500000",
              "4000000",
              "4500000",
              "5000000"
            ],
            "type": "string",
            "description": "Filter items by Minimum Price"
          },
          "max_price": {
            "title": "Filter Items by Maximum Price",
            "enum": [
              "",
              "50000",
              "75000",
              "100000",
              "125000",
              "150000",
              "175000",
              "200000",
              "225000",
              "250000",
              "275000",
              "300000",
              "325000",
              "350000",
              "375000",
              "400000",
              "450000",
              "500000",
              "550000",
              "600000",
              "650000",
              "700000",
              "750000",
              "800000",
              "900000",
              "1000000",
              "1250000",
              "1500000",
              "2000000",
              "2500000",
              "3000000",
              "3500000",
              "4000000",
              "4500000",
              "5000000"
            ],
            "type": "string",
            "description": "Filter items by Maximum Price"
          },
          "min_bedrooms": {
            "title": "Filter Items by Minimum number of Bedrooms",
            "enum": [
              "",
              "1",
              "2",
              "3",
              "4",
              "5"
            ],
            "type": "string",
            "description": "Filter items by Minimum number of Bedrooms"
          },
          "max_bedrooms": {
            "title": "Filter Items by Maximum number of Bedrooms",
            "enum": [
              "",
              "1",
              "2",
              "3",
              "4",
              "5"
            ],
            "type": "string",
            "description": "Filter items by Maximum number of Bedrooms"
          },
          "min_rooms": {
            "title": "Filter Items by Minimum number of Rooms",
            "enum": [
              "",
              "1",
              "2",
              "3",
              "4",
              "5"
            ],
            "type": "string",
            "description": "Filter items by Minimum number of Rooms"
          },
          "max_rooms": {
            "title": "Filter Items by Maximum number of Rooms",
            "enum": [
              "",
              "1",
              "2",
              "3",
              "4",
              "5"
            ],
            "type": "string",
            "description": "Filter items by Maximum number of Rooms"
          },
          "min_bathrooms": {
            "title": "Filter Items by Minimum number of Bathrooms",
            "enum": [
              "",
              "1",
              "2",
              "3",
              "4",
              "5"
            ],
            "type": "string",
            "description": "Filter items by Minimum number of Bathrooms"
          },
          "max_bathrooms": {
            "title": "Filter Items by Maximum number of Bathrooms",
            "enum": [
              "",
              "1",
              "2",
              "3",
              "4",
              "5"
            ],
            "type": "string",
            "description": "Filter items by Maximum number of Bathrooms"
          },
          "sort_by": {
            "title": "Sort by",
            "enum": [
              "",
              "date_down",
              "date_up",
              "price_down",
              "price_up",
              "floor_area_down",
              "plot_area_down",
              "city_up",
              "postal_code_up"
            ],
            "type": "string",
            "description": "Sort by"
          },
          "page": {
            "title": "Page start",
            "type": "integer",
            "description": "Specify the page number to start scraping from"
          },
          "max_items_per_url": {
            "title": "Limit the number of items per URL or search filters",
            "type": "integer",
            "description": "Limit the number of items per URL or search filters you want to scrape"
          },
          "max_retries_per_url": {
            "title": "Limit the number of retries",
            "type": "integer",
            "description": "Limit the number of retries for each URL or search filters if the scrape is detected as a bot or the page fails to load"
          },
          "proxy": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Select proxies to be used by your scraper."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}