Zigbang Scraper — Korea Property Data & API avatar

Zigbang Scraper — Korea Property Data & API

Pricing

from $3.00 / 1,000 overview listing extracteds

Go to Apify Store
Zigbang Scraper — Korea Property Data & API

Zigbang Scraper — Korea Property Data & API

Zigbang scraper & real estate data API for zigbang.com — Korea's #1 rental app. Rent (월세), jeonse (전세) & sale (매매) listings: deposit, rent, area, floor, options, fees, address, subway access, agent & photos — clean JSON/CSV, one row per unit. Overview or full detail.

Pricing

from $3.00 / 1,000 overview listing extracteds

Rating

0.0

(0)

Developer

SIÁN OÜ

SIÁN OÜ

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Zigbang Scraper — Korea Property Data, Rent, Jeonse & Sale Listings 🇰🇷🏠

SIÁN Agency Store Able Property Scraper SUUMO Property Scraper Immobiliare Scraper

🎉 Turn Korea's #1 rental app into a clean, structured dataset — one row per unit, no account needed

Built for property investors, relocation services, PropTech teams & market analysts tracking Korean rents


📋 Overview

Need Korean rental and sale data without copy-pasting from a map app? This scraper pulls live listings from Zigbang — Korea's most-used rental platform — and hands you clean JSON or CSV, one row per unit, ready for a spreadsheet or a pipeline.

It speaks Korea's real-estate language natively: 월세 (monthly rent), 전세 (jeonse / lump-sum deposit lease), and 매매 (sale). Deposits and rents come through both in 만원 (man-won) and expanded to full KRW, so you never have to guess the unit.

Why teams choose this scraper:

  • Korea-native data: deposit, monthly rent, jeonse, exclusive area (전용면적), floor, direction, options, management fee, subway access and agent details — properly normalized.
  • Fast & cheap overview mode: pull thousands of unit markers across a district in seconds, then enrich only the ones you care about.
  • 🎯 Full detail mode: every spec from the listing record — area, options, building approval date, address, subway lines, agent name & phone, and the full photo set.
  • 💰 Pay per result: a generous FREE tier and transparent per-listing pricing — no monthly subscription, no API key.
  • 💱 Dual-currency money: deposit & rent in both 만원 and KRW, plus a computed rent-per-m² KPI.
  • Search any way you like: by Korean place name, by map coordinates, by a ready-made search URL, or by specific listing ids.

✨ Features

  • 🧭 Overview mode — high-volume unit markers (id, location, canonical URL) tiled across an area by map cell. The cheap, fast path.
  • 🔎 Detail mode — the full listing record: deposit, rent, area, floor, direction, room options, management fee, address, subway stations & lines, agent name/phone, and all photos.
  • 📍 By place — type a Korean district or neighbourhood (강남구, 서초동, 홍대입구) and the actor geocodes + tiles the surrounding area.
  • 🔗 By search URL — paste a Zigbang map/search URL with your filters; they ride along.
  • 🏠 By listing id — fetch specific units directly by Zigbang item id or detail URL.
  • 🏘️ Two verticals — one-room / villa (원룸·빌라) and officetel (오피스텔).
  • 📜 Every contract type — rent (전세 + 월세), monthly only, jeonse only, or sale.
  • 💱 Normalized money — 만원 and KRW side by side, plus rent-per-m².
  • 📤 Clean exports — JSON, CSV, Excel, or via the Apify API.

🎯 Use Cases

  • Rent & jeonse market research — track deposit and monthly-rent distributions by district.
  • Property investment analysis — compare yields, deposits and price-per-m² across neighbourhoods.
  • Relocation & corporate housing — build a shortlist of units near specific subway stations.
  • Real-estate lead generation — collect agent names and contact details from active listings.
  • PropTech & data products — feed a Korean-market dataset into your app or model.
  • Building & unit datasets — group units by building id for supply analysis.

🚀 Input

FieldTypeDescription
scrapeModeselectoverview (fast unit markers) or detail (full listing fields).
searchModeselectbyPlace, bySearchUrl, or byListingUrl (detail only).
placestringKorean place name to search, e.g. 강남구.
lat / lngstringCentre coordinates (alternative to place).
verticalselectoneroom (원룸·빌라) or officetel (오피스텔).
contractselectrent (전세+월세), monthly, jeonse, or sale.
searchUrlsarrayZigbang map/search list URLs (with geohash).
listingUrlsarrayZigbang item ids or detail URLs (detail mode).
maxResultsintegerMax listings per run (FREE: 25 · PAID: unlimited).
precision / ringintegerMap tiling depth (advanced).
useProxybooleanRoute through a Korea residential proxy (off by default).

Example input

{
"scrapeMode": "detail",
"searchMode": "byPlace",
"place": "강남구",
"vertical": "oneroom",
"contract": "rent",
"maxResults": 50
}

📦 Output

One row per listing. Overview rows carry id, location and the canonical URL; detail rows add the full record.

FieldDescription
listingIdZigbang item id (stable).
urlCanonical zigbang.com detail URL.
sales_type월세 / 전세 / 매매.
service_type오피스텔 / 원룸 / 빌라.
room_type원룸 / 투룸 / 쓰리룸.
deposit / rentDeposit & monthly rent in 만원.
deposit_krw / rent_krwSame values expanded to KRW.
rent_per_m2_krwComputed monthly rent per exclusive m².
area_exclusive_m2 / area_contract_m2Exclusive (전용) & contract (계약) area.
floor / floor_totalUnit floor band & total building floors.
room_directionCompass direction (e.g. SW).
optionsIn-unit options (에어컨, 냉장고, 세탁기…).
manage_costMonthly management/common fee.
address_jibun / address_regionLot-number & administrative-region address.
subwaysNearby stations + lines, e.g. "양재역 (3호선,신분당선)".
agent_name / agent_phoneListing agent & contact.
images / image_countFull photo set.
latitude / longitudeExact location.

Example output (detail)

{
"listingId": 49290517,
"url": "https://www.zigbang.com/home/officetel/items/49290517",
"source": "detail",
"sales_type": "월세",
"service_type": "오피스텔",
"room_type": "쓰리룸",
"deposit": 500,
"rent": 500,
"deposit_krw": 5000000,
"rent_krw": 5000000,
"currency": "KRW",
"area_exclusive_m2": 64.3,
"floor": "중",
"floor_total": "20",
"subways": ["양재역 (3호선,신분당선)"],
"address_region": "서울특별시 서초구 서초동",
"agent_name": "박영준공인중개사사무소",
"image_count": 19
}

💵 Pricing

This actor uses pay-per-event pricing — you only pay for what you extract, with a generous FREE tier.

  • Overview listing — the cheap, high-volume path (one row per unit marker).
  • Detail listing — full-record enrichment (one extra fetch per unit).
  • Run start — a small one-time fee per run.

No subscription, no API key, no minimums. PAID accounts get unlimited results per run.

❓ FAQ

Do I need a Zigbang account or API key? No. Just provide a place, URL, or listing ids.

What currency are deposits and rents in? Korean Won. Zigbang quotes money in 만원 (man-won = 10,000 KRW); we keep that and expand to full KRW so both are at hand.

What's the difference between overview and detail? Overview is the fast, cheap path that returns unit markers (id, location, URL). Detail fetches each listing's full record. Detail merges overview + detail into one row.

Can I filter by deposit, rent or area? Yes — apply filters in the Zigbang UI, copy the search URL, and use bySearchUrl.

Is the data exportable? Yes — JSON, CSV, Excel, or via the Apify API and integrations.

⚖️ Disclaimer

This actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Zigbang (직방) or Channel Corp. "Zigbang" and "직방" are trademarks of their respective owners. This tool collects only publicly available information and is intended for legitimate research, analysis, and lead-generation use. You are responsible for using the data in compliance with Zigbang's terms of service, applicable laws (including the Korean Personal Information Protection Act / PIPA), and any data-protection regulations that apply to you.


🔥 More automation tools by SIÁN Agency: Browse the full store →

Love this actor? Leave a 5-star review — it helps us build more features for you.