{
  "openapi": "3.0.1",
  "info": {
    "title": "Neonet Scraper — South Korea Real Estate Data & API",
    "description": "neonet.co.kr (부동산뱅크) scraper & real estate data API for South Korea. Extract sale, jeonse & monthly-rent listings — price (KRW), exclusive/supply area, floor, rooms, address, lat/long geo, agency contacts & photos. Clean JSON/CSV, fast overview or full detail. No account needed.",
    "version": "1.0",
    "x-build-id": "gBPYl9TURceMSXEX6"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/sian.agency~neonet-property-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-sian.agency-neonet-property-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/sian.agency~neonet-property-scraper/runs": {
      "post": {
        "operationId": "runs-sync-sian.agency-neonet-property-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/sian.agency~neonet-property-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-sian.agency-neonet-property-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": {
          "scrapeMode": {
            "title": "🧭 Scrape mode",
            "enum": [
              "overview",
              "detail"
            ],
            "type": "string",
            "description": "🧭 **OVERVIEW** (cheap, primary): listing rows straight from the search results — one row per listing, with contract type, property type, complex name, supply/exclusive area, floor, price, and agency + phone.\n\n🔎 **DETAIL** (enrich): fetches each listing's full page for rooms/baths, orientation, full address, geo lat/long, approval & move-in dates, parking, management fee and the complete photo set. Detail merges overview + detail into one record.",
            "default": "overview"
          },
          "searchMode": {
            "title": "🔀 Search mode",
            "enum": [
              "byRegion",
              "bySearchUrl",
              "byListingUrl"
            ],
            "type": "string",
            "description": "🔀 How listings are discovered.\n\n- **byRegion** — give one or more Korean 10-digit admin region codes (e.g. `1168000000` = 서울 강남구) with a property type.\n- **bySearchUrl** — paste a ready-made neonet OfferingsList.neo search URL with your filters applied.\n- **byListingUrl** — fetch specific listings directly (DETAIL only).",
            "default": "byRegion"
          },
          "propertyType": {
            "title": "🏢 Property type",
            "enum": [
              "AT",
              "VG"
            ],
            "type": "string",
            "description": "🏢 Property type for **byRegion** searches.\n\n- **AT** — 아파트 (apartment)\n- **VG** — 빌라/연립 (villa / low-rise)",
            "default": "AT"
          },
          "regionCodes": {
            "title": "📍 Region codes",
            "type": "array",
            "description": "📍 **BY REGION:** Korean 10-digit administrative region codes to scrape. Use a leaf district code for full results — e.g. `1168000000` (서울 강남구), `1144000000` (서울 마포구), `2620000000` (부산 부산진구).\n\n💡 **TIP:** For precise filtering, use **bySearchUrl** instead — apply your filters in neonet's UI and paste the URL.",
            "default": [
              "1168000000"
            ],
            "items": {
              "type": "string"
            }
          },
          "searchUrls": {
            "title": "🔗 Search URLs",
            "type": "array",
            "description": "🔗 **BY SEARCH URL:** Paste one or more neonet.co.kr `OfferingsList.neo` search-results URLs. Apply all your filters in the neonet UI first, then copy the address — region, property type and filter params are preserved.",
            "items": {
              "type": "string"
            }
          },
          "listingUrls": {
            "title": "🏠 Listing URLs",
            "type": "array",
            "description": "🏠 **BY LISTING URL (DETAIL ONLY):** Paste neonet detail URLs (`OfferingsDetail.neo?offerings_cd=AT_140737646...`) or bare offering IDs. Used with scrapeMode = detail.",
            "items": {
              "type": "string"
            }
          },
          "maxResults": {
            "title": "🔢 Max results",
            "minimum": 1,
            "type": "integer",
            "description": "🔢 Maximum listings to return per run. **FREE users:** capped at 25 · **PAID users:** unlimited.",
            "default": 100
          },
          "maxPages": {
            "title": "📄 Max pages per search",
            "minimum": 1,
            "type": "integer",
            "description": "📄 Maximum result pages to paginate per region/search URL before stopping. Each page is one cheap list fetch.",
            "default": 5
          },
          "minPrice": {
            "title": "💰 Min price (만원)",
            "minimum": 0,
            "type": "integer",
            "description": "💰 **OPTIONAL:** Minimum price filter, in 만원 (man-won). Applied to byRegion searches as the site's own `price_min` filter."
          },
          "maxPrice": {
            "title": "💰 Max price (만원)",
            "minimum": 0,
            "type": "integer",
            "description": "💰 **OPTIONAL:** Maximum price filter, in 만원 (man-won). Applied to byRegion searches as the site's own `price_max` filter."
          },
          "sortBy": {
            "title": "↕️ Sort order",
            "type": "string",
            "description": "↕️ **OPTIONAL:** Pass-through value for neonet's own list sort (`sort_list`). Leave empty for the site default."
          },
          "proxyCountry": {
            "title": "🌐 Proxy country",
            "type": "string",
            "description": "🌐 **OPTIONAL:** Route requests through a residential proxy in this 2-letter country (e.g. `KR`). **Leave empty** — neonet.co.kr is reachable without a proxy, so direct keeps runs fast and cheap. Set only if you hit a soft per-IP rate-gate at scale."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}