{
  "openapi": "3.0.1",
  "info": {
    "title": "Naver Land Scraper - Korea Apartments & Officetels",
    "description": "Naver Land scraper & data API for South Korea real estate: search apartments, officetels & villas for sale (매매), jeonse (전세) & monthly rent (월세); export price, area, floor, direction, location, tags & the listing agent. Korea property market data & lead generation — fast.",
    "version": "0.1",
    "x-build-id": "urxmAA7ddbyPP2Yl4"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/haketa~naver-land-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-haketa-naver-land-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/haketa~naver-land-scraper/runs": {
      "post": {
        "operationId": "runs-sync-haketa-naver-land-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/haketa~naver-land-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-haketa-naver-land-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": {
          "regions": {
            "title": "Locations",
            "type": "array",
            "description": "Pick one or more Korean districts to scrape. Covers the most popular property markets in Seoul and the wider metro area. Leave empty to scrape a diverse mix of top districts automatically.",
            "items": {
              "type": "string",
              "enum": [
                "강남구",
                "서초구",
                "송파구",
                "강동구",
                "마포구",
                "용산구",
                "성동구",
                "영등포구",
                "동작구",
                "광진구",
                "종로구",
                "중구",
                "서대문구",
                "은평구",
                "노원구",
                "강서구",
                "양천구",
                "구로구",
                "관악구",
                "강북구",
                "분당구",
                "수지구",
                "영통구",
                "일산동구",
                "일산서구",
                "부천시",
                "인천 연수구",
                "인천 서구",
                "해운대구",
                "수영구",
                "남구",
                "수성구",
                "유성구",
                "서구",
                "권선구"
              ],
              "enumTitles": [
                "Gangnam-gu (Seoul)",
                "Seocho-gu (Seoul)",
                "Songpa-gu (Seoul)",
                "Gangdong-gu (Seoul)",
                "Mapo-gu (Seoul)",
                "Yongsan-gu (Seoul)",
                "Seongdong-gu (Seoul)",
                "Yeongdeungpo-gu (Seoul)",
                "Dongjak-gu (Seoul)",
                "Gwangjin-gu (Seoul)",
                "Jongno-gu (Seoul)",
                "Jung-gu (Seoul)",
                "Seodaemun-gu (Seoul)",
                "Eunpyeong-gu (Seoul)",
                "Nowon-gu (Seoul)",
                "Gangseo-gu (Seoul)",
                "Yangcheon-gu (Seoul)",
                "Guro-gu (Seoul)",
                "Gwanak-gu (Seoul)",
                "Gangbuk-gu (Seoul)",
                "Bundang-gu (Seongnam)",
                "Suji-gu (Yongin)",
                "Yeongtong-gu (Suwon)",
                "Ilsandong-gu (Goyang)",
                "Ilsanseo-gu (Goyang)",
                "Bucheon-si",
                "Yeonsu-gu (Incheon)",
                "Seo-gu (Incheon)",
                "Haeundae-gu (Busan)",
                "Suyeong-gu (Busan)",
                "Nam-gu (Busan)",
                "Suseong-gu (Daegu)",
                "Yuseong-gu (Daejeon)",
                "Seo-gu (Daejeon)",
                "Gwonseon-gu (Suwon)"
              ]
            },
            "default": []
          },
          "realEstateTypes": {
            "title": "Property types",
            "type": "array",
            "description": "Which kinds of property to include. Apartment, officetel and villa cover the most common residential listings.",
            "items": {
              "type": "string",
              "enum": [
                "APT",
                "OPST",
                "VL",
                "ABYG",
                "JGC",
                "OR",
                "DDDGG",
                "SG",
                "SMS",
                "GJCG",
                "APTHGJ"
              ],
              "enumTitles": [
                "Apartment",
                "Officetel",
                "Villa / low-rise",
                "Pre-sale apartment",
                "Reconstruction",
                "One-room",
                "Detached house",
                "Retail / store",
                "Commercial",
                "Land",
                "Subdivision"
              ]
            },
            "default": [
              "APT",
              "OPST",
              "VL"
            ]
          },
          "tradeTypes": {
            "title": "Deal types",
            "type": "array",
            "description": "Which deal types to include. Leave empty to include all deal types (sale, jeonse and monthly rent).",
            "items": {
              "type": "string",
              "enum": [
                "A1",
                "B1",
                "B2",
                "B3"
              ],
              "enumTitles": [
                "Sale (매매)",
                "Jeonse deposit (전세)",
                "Monthly rent (월세)",
                "Short-term"
              ]
            },
            "default": []
          },
          "includeAgentDetails": {
            "title": "Include agent contact details",
            "type": "boolean",
            "description": "Add each listing's real-estate office, agent phone number and full description. Great for lead generation.",
            "default": true
          },
          "maxItems": {
            "title": "Max listings",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum number of listings to return. Set to 0 for no limit.",
            "default": 100
          },
          "customLocations": {
            "title": "Custom locations (advanced)",
            "type": "array",
            "description": "Optional. Type any Korean district (구), neighborhood (동) or town name to scrape locations not in the dropdown above. Examples: 역삼동, 판교동, 광교.",
            "items": {
              "type": "string"
            }
          },
          "cortarNos": {
            "title": "Region codes (advanced)",
            "type": "array",
            "description": "Optional. Naver Land internal region codes (cortarNo) to scrape directly, e.g. 1168010100. For power users who already have specific codes.",
            "items": {
              "type": "string"
            }
          },
          "maxConcurrency": {
            "title": "Max concurrency",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "How many listing detail pages to fetch in parallel while enriching. Higher is faster but heavier.",
            "default": 8
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Naver Land works best through a Korean (KR) residential proxy. Keep the default unless you have your own KR residential proxy.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ],
              "apifyProxyCountry": "KR"
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}