# Beijing Second-Hand Home Price Tracker for Investors

**Use case:** 

Track second-hand home prices in Beijing’s Wangjing area. Get detailed listings, decrypted prices, and property specifics for informed investing.

## Input

```json
{
  "city": "bj",
  "category": "ershoufang",
  "keyword": "望京",
  "onlyLandlord": false,
  "decryptNumbers": true,
  "solveCaptcha": true,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "communityName": {
    "label": "Compound Name",
    "format": "string"
  },
  "priceTotal": {
    "label": "Total Price (CNY)",
    "format": "number"
  },
  "priceUnit": {
    "label": "Price/㎡ (CNY)",
    "format": "number"
  },
  "areaSqm": {
    "label": "Area (㎡)",
    "format": "number"
  },
  "rooms": {
    "label": "Beds",
    "format": "integer"
  },
  "floorLevel": {
    "label": "Floor",
    "format": "string"
  },
  "orientation": {
    "label": "Orientation",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [58.com Scraper: Extract China Real Estate](https://apify.com/getascraper/58-classifieds-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/58-classifieds-scraper) to learn more, explore other use cases, and run it yourself.