# 전세 시세 데이터 (서초구 예시)

**Use case:** 

매매가 아닌 전세 기준 월간 시세를 단지별로: 평균·최저·최고 전세가, 월 거래 건수, 기준 월, 세대수와 준공연도까지. 지역 코드만 바꾸면 됩니다.

## Input

```json
{
  "scrapeMode": "detail",
  "regionCodes": [
    "11650"
  ],
  "tradeType": "jeonse",
  "maxResults": 25
}
```

## Output

```json
{
  "thumbnail": {
    "label": "🖼️ Thumbnail",
    "format": "string"
  },
  "id": {
    "label": "🆔 Complex ID",
    "format": "string"
  },
  "url": {
    "label": "🔗 Complex URL",
    "format": "string"
  },
  "source": {
    "label": "📦 Source",
    "format": "string"
  },
  "complexName": {
    "label": "🏢 Complex Name",
    "format": "string"
  },
  "category": {
    "label": "🏷️ Category",
    "format": "string"
  },
  "monthly_avg_price_krw": {
    "label": "📊 Monthly Avg Price (KRW)",
    "format": "integer"
  },
  "monthly_min_price_krw": {
    "label": "📉 Monthly Min Price (KRW)",
    "format": "integer"
  },
  "monthly_max_price_krw": {
    "label": "📈 Monthly Max Price (KRW)",
    "format": "integer"
  },
  "monthly_avg_price_usd": {
    "label": "💵 Monthly Avg Price (USD)",
    "format": "integer"
  },
  "monthly_min_price_usd": {
    "label": "💵 Monthly Min Price (USD)",
    "format": "integer"
  },
  "monthly_max_price_usd": {
    "label": "💵 Monthly Max Price (USD)",
    "format": "integer"
  },
  "monthly_report_date": {
    "label": "📅 Report Date",
    "format": "string"
  },
  "max_real_trade_price_krw": {
    "label": "🥇 Max Real Trade Price (KRW)",
    "format": "integer"
  },
  "second_max_real_trade_price_krw": {
    "label": "🥈 2nd Max Real Trade Price (KRW)",
    "format": "integer"
  },
  "loanable_trade_price_krw": {
    "label": "🏦 Loanable Price (KRW)",
    "format": "integer"
  },
  "max_real_trade_price_usd": {
    "label": "💵 Max Real Trade Price (USD)",
    "format": "integer"
  },
  "second_max_real_trade_price_usd": {
    "label": "💵 2nd Max Real Trade Price (USD)",
    "format": "integer"
  },
  "loanable_trade_price_usd": {
    "label": "💵 Loanable Price (USD)",
    "format": "integer"
  },
  "max_real_trade_price_manwon": {
    "label": "🔢 Max Real Trade Price (만원)",
    "format": "integer"
  },
  "monthly_avg_price_manwon": {
    "label": "🔢 Monthly Avg Price (만원)",
    "format": "integer"
  },
  "business_call_price_manwon": {
    "label": "📞 Asking Price (만원)",
    "format": "integer"
  },
  "trade_count": {
    "label": "🔁 Lifetime Trade Count",
    "format": "integer"
  },
  "trade_recent_count": {
    "label": "🆕 Recent Trade Count",
    "format": "integer"
  },
  "trade_volume_latest": {
    "label": "📊 Latest Monthly Volume",
    "format": "integer"
  },
  "rent_volume_latest": {
    "label": "📊 Latest Rent Volume",
    "format": "integer"
  },
  "listing_count_interest": {
    "label": "👀 Interest Count",
    "format": "string"
  },
  "recent_trades": {
    "label": "🧾 Recent Real Trades",
    "format": "array"
  },
  "total_household": {
    "label": "🏘️ Total Households",
    "format": "integer"
  },
  "floor_max": {
    "label": "🔝 Max Floor",
    "format": "integer"
  },
  "floor_min": {
    "label": "🔽 Min Floor",
    "format": "integer"
  },
  "building_count": {
    "label": "🏬 Building Count",
    "format": "integer"
  },
  "parking_total": {
    "label": "🅿️ Total Parking",
    "format": "integer"
  },
  "parking_rate": {
    "label": "🚗 Parking per Household",
    "format": "number"
  },
  "heat_type": {
    "label": "🔥 Heating Type",
    "format": "string"
  },
  "heat_source": {
    "label": "⛽ Heating Fuel",
    "format": "string"
  },
  "builder": {
    "label": "🏗️ Builder",
    "format": "string"
  },
  "build_year": {
    "label": "📆 Build Year",
    "format": "integer"
  },
  "build_date_text": {
    "label": "🗓️ Build Date (text)",
    "format": "string"
  },
  "floor_area_ratio": {
    "label": "📐 Floor Area Ratio",
    "format": "number"
  },
  "building_coverage_ratio": {
    "label": "📏 Building Coverage Ratio",
    "format": "number"
  },
  "area_supply_m2": {
    "label": "📐 Supply Area (m²)",
    "format": "number"
  },
  "area_exclusive_m2": {
    "label": "📐 Exclusive Area (m²)",
    "format": "number"
  },
  "area_total_household": {
    "label": "🏘️ Households (this area)",
    "format": "integer"
  },
  "address": {
    "label": "📮 Address (지번)",
    "format": "string"
  },
  "road_address": {
    "label": "🛣️ Road Address",
    "format": "string"
  },
  "sido": {
    "label": "🗺️ City/Province (시도)",
    "format": "string"
  },
  "sigungu": {
    "label": "🏙️ District (시군구)",
    "format": "string"
  },
  "dong": {
    "label": "📍 Neighborhood (동)",
    "format": "string"
  },
  "latitude": {
    "label": "🌐 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Longitude",
    "format": "number"
  },
  "region_code": {
    "label": "🔢 Legal Dong Code",
    "format": "string"
  },
  "admin_region_code": {
    "label": "🔢 Admin Dong Code",
    "format": "string"
  },
  "portal_id": {
    "label": "🆔 Portal ID",
    "format": "string"
  },
  "dong_rank": {
    "label": "🏅 Neighborhood Rank",
    "format": "integer"
  },
  "average_rating": {
    "label": "⭐ Average Rating",
    "format": "number"
  },
  "subway_station_count": {
    "label": "🚇 Nearby Subway Stations",
    "format": "integer"
  },
  "review_count": {
    "label": "💬 Review Count",
    "format": "integer"
  },
  "photos": {
    "label": "📸 Photos",
    "format": "array"
  },
  "image_count": {
    "label": "🔢 Photo Count",
    "format": "integer"
  },
  "region": {
    "label": "📊 Region Aggregate",
    "format": "object"
  },
  "fx_krw_per_usd": {
    "label": "💱 FX KRW/USD",
    "format": "number"
  },
  "metadata": {
    "label": "🧾 Run Metadata",
    "format": "object"
  },
  "scrapingDate": {
    "label": "📅 Scraping Date",
    "format": "string"
  },
  "status": {
    "label": "✅ Processing Status",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Hogangnono Scraper — Korea Apartment Price Data & API](https://apify.com/sian.agency/hogangnono-apartment-analytics-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/hogangnono-apartment-analytics-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/hogangnono-apartment-analytics-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
