{
  "openapi": "3.0.1",
  "info": {
    "title": "Daft.ie Scraper - Ireland Real Estate Data",
    "description": "Scrape Daft.ie property listings in Ireland (buy, rent, share, student accommodation, commercial, new homes). Filter by location, price, beds/baths, BER, amenities, recency, and export to JSON/CSV/Excel with Apify.",
    "version": "0.0",
    "x-build-id": "TFh9SdBiCYOf2H5cB"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/igolaizola~daft-ie-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-igolaizola-daft-ie-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/igolaizola~daft-ie-scraper/runs": {
      "post": {
        "operationId": "runs-sync-igolaizola-daft-ie-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/igolaizola~daft-ie-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-igolaizola-daft-ie-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",
        "required": [
          "maxItems",
          "category"
        ],
        "properties": {
          "maxItems": {
            "title": "Max Items",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum number of listings to scrape",
            "default": 100
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "Location to search (e.g., city, county, suburb). For student accommodation, enter the college name here."
          },
          "locationId": {
            "title": "Location ID",
            "type": "string",
            "description": "Optional: use a Daft location ID instead of searching by location text"
          },
          "category": {
            "title": "Category",
            "enum": [
              "residential-for-sale",
              "new-homes",
              "residential-to-rent",
              "sharing",
              "student-accommodation-for-rent",
              "student-accommodation-to-share",
              "commercial-for-sale",
              "commercial-to-rent",
              "holiday-homes",
              "parking-for-sale",
              "parking-to-rent"
            ],
            "type": "string",
            "description": "Category to search",
            "default": "residential-for-sale"
          },
          "sort": {
            "title": "Sort",
            "enum": [
              "bestMatch",
              "publishDateDesc",
              "publishDateAsc",
              "priceAsc",
              "priceDesc"
            ],
            "type": "string",
            "description": "Sorting method",
            "default": "bestMatch"
          },
          "keywords": {
            "title": "Keywords",
            "type": "string",
            "description": "Keywords to search for"
          },
          "propertyTypes": {
            "title": "Property Types",
            "type": "array",
            "description": "Property type filters",
            "items": {
              "type": "string",
              "enum": [
                "houses",
                "detached-houses",
                "semi-detached-houses",
                "sites",
                "bungalows",
                "duplexes",
                "studio-apartments",
                "apartments",
                "townhouses",
                "end-of-terrace-houses",
                "terraced-houses",
                "flats",
                "office-spaces",
                "retail-units",
                "industrial-units",
                "restaurants-bars-hotels",
                "commercial-sites",
                "agricultural-land",
                "development-land",
                "industrial-sites",
                "investment-properties",
                "office-shares",
                "serviced-offices",
                "serviced-apartments",
                "holiday-homes"
              ]
            }
          },
          "saleTypes": {
            "title": "Sale Types",
            "type": "array",
            "description": "Sale type filters",
            "items": {
              "type": "string",
              "enum": [
                "auction"
              ]
            }
          },
          "mediaTypes": {
            "title": "Media Types",
            "type": "array",
            "description": "Media type filters",
            "items": {
              "type": "string",
              "enum": [
                "video",
                "virtual-tour"
              ]
            }
          },
          "adStates": {
            "title": "Ad States",
            "type": "array",
            "description": "Ad state filters",
            "items": {
              "type": "string",
              "enum": [
                "published",
                "sale-agreed"
              ]
            }
          },
          "facilities": {
            "title": "Facilities",
            "type": "array",
            "description": "Facilities filters (AND condition)",
            "items": {
              "type": "string",
              "enum": [
                "alarm",
                "gas-fired-central-heating",
                "oil-fired-central-heating",
                "parking",
                "wheelchair-access",
                "wired-for-cable-television",
                "cable-television",
                "dishwasher",
                "garden-patio-balcony",
                "central-heating",
                "internet",
                "microwave",
                "pets-allowed",
                "smoking",
                "serviced-property",
                "dryer",
                "washing-machine",
                "ensuite",
                "cat-5-cabling",
                "cat-6-data-cabling",
                "kitchen-area",
                "meeting-rooms",
                "reception",
                "phone-lines",
                "toilets"
              ]
            }
          },
          "furnishing": {
            "title": "Furnishing",
            "type": "array",
            "description": "Furnishing filters",
            "items": {
              "type": "string",
              "enum": [
                "furnished",
                "unfurnished"
              ],
              "enumTitles": [
                "Furnished",
                "Unfurnished"
              ]
            }
          },
          "roomTypes": {
            "title": "Room Types",
            "type": "array",
            "description": "Room type filters",
            "items": {
              "type": "string",
              "enum": [
                "single",
                "double"
              ]
            }
          },
          "suitableFor": {
            "title": "Suitable For",
            "type": "array",
            "description": "Suitable for filters",
            "items": {
              "type": "string",
              "enum": [
                "male",
                "female"
              ]
            }
          },
          "ownerOccupied": {
            "title": "Owner Occupied",
            "enum": [
              "",
              "yes",
              "no"
            ],
            "type": "string",
            "description": "Owner occupied filter",
            "default": ""
          },
          "offersEnabled": {
            "title": "Offers Enabled",
            "type": "boolean",
            "description": "Offers enabled filter"
          },
          "minPrice": {
            "title": "Min Price",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum price",
            "default": 0
          },
          "maxPrice": {
            "title": "Max Price",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum price",
            "default": 0
          },
          "minBeds": {
            "title": "Min Beds",
            "type": "integer",
            "description": "Minimum beds",
            "default": 0
          },
          "maxBeds": {
            "title": "Max Beds",
            "type": "integer",
            "description": "Maximum beds",
            "default": 0
          },
          "minBaths": {
            "title": "Min Baths",
            "type": "integer",
            "description": "Minimum baths",
            "default": 0
          },
          "maxBaths": {
            "title": "Max Baths",
            "type": "integer",
            "description": "Maximum baths",
            "default": 0
          },
          "minFloorSize": {
            "title": "Min Floor Size",
            "type": "integer",
            "description": "Minimum floor size",
            "default": 0
          },
          "maxFloorSize": {
            "title": "Max Floor Size",
            "type": "integer",
            "description": "Maximum floor size",
            "default": 0
          },
          "minBer": {
            "title": "Min BER",
            "type": "integer",
            "description": "Minimum BER",
            "default": 0
          },
          "maxBer": {
            "title": "Max BER",
            "type": "integer",
            "description": "Maximum BER",
            "default": 0
          },
          "availableFrom": {
            "title": "Available from date",
            "pattern": "^(\\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$",
            "type": "string",
            "description": "Available from date in format YYYY-MM-DD"
          },
          "viewingTimesFrom": {
            "title": "Viewing times from date",
            "pattern": "^(\\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$",
            "type": "string",
            "description": "Viewing times from date in format YYYY-MM-DD"
          },
          "firstPublishDate": {
            "title": "First publish date",
            "enum": [
              "",
              "1d",
              "3d",
              "7d",
              "14d",
              "30d"
            ],
            "type": "string",
            "description": "Only show listings first published within the selected time range",
            "default": ""
          },
          "minLeaseLength": {
            "title": "Min Lease Length",
            "type": "integer",
            "description": "Minimum lease length",
            "default": 0
          },
          "maxLeaseLength": {
            "title": "Max Lease Length",
            "type": "integer",
            "description": "Maximum lease length",
            "default": 0
          },
          "minTenants": {
            "title": "Min Tenants",
            "type": "integer",
            "description": "Minimum tenants",
            "default": 0
          },
          "maxTenants": {
            "title": "Max Tenants",
            "type": "integer",
            "description": "Maximum tenants",
            "default": 0
          },
          "fetchDetails": {
            "title": "Fetch Details",
            "type": "boolean",
            "description": "Fetch detailed data per listing and attach it in _details (extra requests, slower)",
            "default": 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
                  }
                }
              },
              "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}