# Seoul Studio & One-Room Rentals

**Use case:** 

Export Seoul one-room and villa rentals with deposit, monthly rent, maintenance, size, floor, pet and parking flags, district and photo URLs.

## Input

```json
{
  "scrapeMode": "overview",
  "searchMode": "byBbox",
  "bbox": "37.45,37.65,126.80,127.18",
  "buildingType": "villa",
  "orderBy": "deposit",
  "searchUrls": [
    "https://api.peterpanz.com/houses/area/pc?filter=latitude:37.49~37.52||longitude:127.01~127.05&pageSize=50&pageIndex=1&order_by=price"
  ],
  "maxResults": 25,
  "maxPages": 2,
  "pageSize": 50,
  "zoomLevel": 15,
  "useProxy": false
}
```

## Output

```json
{
  "thumbnail": {
    "label": "🖼️ Photo",
    "format": "image"
  },
  "listingId": {
    "label": "🆔 ID",
    "format": "number"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "source": {
    "label": "📑 Source",
    "format": "text"
  },
  "propertyTitle": {
    "label": "🏷️ Title",
    "format": "text"
  },
  "roomDescription": {
    "label": "📝 Description",
    "format": "text"
  },
  "contract_type": {
    "label": "📜 Contract",
    "format": "text"
  },
  "trade_type": {
    "label": "🏷️ Trade",
    "format": "text"
  },
  "building_form": {
    "label": "🏠 Form",
    "format": "text"
  },
  "building_type": {
    "label": "🏢 Type",
    "format": "text"
  },
  "building_type_text": {
    "label": "🏢 Type Text",
    "format": "text"
  },
  "deposit": {
    "label": "🔐 Deposit",
    "format": "number"
  },
  "monthly_fee": {
    "label": "💴 Rent",
    "format": "number"
  },
  "maintenance_cost": {
    "label": "🧾 Maintenance",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "deposit_per_pyeong_krw": {
    "label": "📐 Deposit/평",
    "format": "number"
  },
  "room_type": {
    "label": "🚪 Room Type",
    "format": "text"
  },
  "room_count": {
    "label": "🔢 Rooms",
    "format": "number"
  },
  "bedroom_count": {
    "label": "🛏️ Bedrooms",
    "format": "number"
  },
  "supplied_size": {
    "label": "📐 Supplied m²",
    "format": "number"
  },
  "supplied_pyeong": {
    "label": "📐 Supplied 평",
    "format": "number"
  },
  "real_size": {
    "label": "📐 Real m²",
    "format": "number"
  },
  "real_pyeong": {
    "label": "📐 Real 평",
    "format": "number"
  },
  "floor": {
    "label": "🏬 Floor",
    "format": "text"
  },
  "floor_target": {
    "label": "🏬 Unit Floor",
    "format": "number"
  },
  "floor_total": {
    "label": "🏢 Total Floors",
    "format": "number"
  },
  "living_room": {
    "label": "🛋️ Living Room",
    "format": "text"
  },
  "is_new_building": {
    "label": "🆕 New",
    "format": "boolean"
  },
  "have_parking_lot": {
    "label": "🅿️ Parking",
    "format": "boolean"
  },
  "is_full_option": {
    "label": "🛠️ Full Option",
    "format": "boolean"
  },
  "have_elevator": {
    "label": "🛗 Elevator",
    "format": "boolean"
  },
  "support_loan": {
    "label": "🏦 Loan",
    "format": "boolean"
  },
  "allow_pet": {
    "label": "🐾 Pets",
    "format": "boolean"
  },
  "is_main_road": {
    "label": "🛣️ Main Road",
    "format": "boolean"
  },
  "special_pick": {
    "label": "⭐ Special",
    "format": "text"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "sido": {
    "label": "🗺️ Sido",
    "format": "text"
  },
  "sigungu": {
    "label": "🏙️ Sigungu",
    "format": "text"
  },
  "dong": {
    "label": "📌 Dong",
    "format": "text"
  },
  "apt_name": {
    "label": "🏢 Apt Name",
    "format": "text"
  },
  "latitude": {
    "label": "🌐 Lat",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Lng",
    "format": "number"
  },
  "building_id": {
    "label": "🏗️ Building ID",
    "format": "text"
  },
  "created_at": {
    "label": "📅 Created",
    "format": "text"
  },
  "live_start_date": {
    "label": "📆 Live Start",
    "format": "text"
  },
  "updated_at": {
    "label": "🔄 Updated",
    "format": "text"
  },
  "naver_verification": {
    "label": "✅ Naver",
    "format": "boolean"
  },
  "peter_verified": {
    "label": "🛡️ Peter Verified",
    "format": "boolean"
  },
  "verification_type": {
    "label": "🔖 Verif Type",
    "format": "text"
  },
  "user_type": {
    "label": "👤 User Type",
    "format": "text"
  },
  "is_premium": {
    "label": "💎 Premium",
    "format": "boolean"
  },
  "review_score": {
    "label": "⭐ Review",
    "format": "number"
  },
  "review_count": {
    "label": "💬 Reviews",
    "format": "number"
  },
  "agency_name": {
    "label": "🏢 Agency",
    "format": "text"
  },
  "agency_url": {
    "label": "🔗 Agency URL",
    "format": "link"
  },
  "images": {
    "label": "📷 Images",
    "format": "array"
  },
  "image_count": {
    "label": "🔢 Img Count",
    "format": "number"
  },
  "metadata": {
    "label": "ℹ️ Metadata",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [peterpan Property Scraper — Korea Rental Data & API](https://apify.com/sian.agency/peterpan-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/peterpan-property-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/peterpan-property-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).
