# Zigbang Scraper - Korea Property Listings, Rent & Agents

**Use case:** 

Scrape Zigbang Korea rentals and sales with deposits, rent, floor plans, subway access, property details and agent contacts.

## Input

```json
{
  "mode": "search",
  "urls": [
    "https://www.zigbang.com/home/oneroom/items/48927059"
  ],
  "query": "강남역",
  "serviceType": "oneroom",
  "subwayRadiusKm": 2,
  "fetchDetails": false,
  "maxItems": 20,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "maxNotifyListings": 50,
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "itemId": {
    "label": "Listing id",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "serviceType": {
    "label": "Listing type",
    "format": "string"
  },
  "salesType": {
    "label": "Deal type",
    "format": "string"
  },
  "deposit": {
    "label": "Deposit (만원)",
    "format": "number"
  },
  "rent": {
    "label": "Monthly rent (만원)",
    "format": "number"
  },
  "manageCost": {
    "label": "Maintenance fee",
    "format": "string"
  },
  "sizeM2": {
    "label": "Size m2",
    "format": "number"
  },
  "floor": {
    "label": "Floor",
    "format": "string"
  },
  "district": {
    "label": "District",
    "format": "string"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "isNew": {
    "label": "Is new",
    "format": "boolean"
  },
  "registeredAt": {
    "label": "Registered at",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "string"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "firstSeenAt": {
    "label": "First seen",
    "format": "string"
  },
  "lastSeenAt": {
    "label": "Last seen",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Zigbang Scraper - Korea Property Listings, Rent & Agents](https://apify.com/abotapi/zigbang-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/zigbang-property-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/abotapi/zigbang-property-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
