# Shanghai Direct Landlord Rental Listings

**Use case:** 

Access rental listings from direct landlords in Shanghai. Obtain detailed property info, including prices and contact details, in under 60 seconds.

## Input

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

## Output

```json
{
  "brokerCompany": {
    "label": "Agency",
    "format": "string"
  },
  "brokerName": {
    "label": "Contact Name",
    "format": "string"
  },
  "contactType": {
    "label": "Type",
    "format": "string"
  },
  "communityName": {
    "label": "Assigned Compound",
    "format": "string"
  },
  "district": {
    "label": "District",
    "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.