# Malaysian Property Data Extractor from iProperty

**Use case:** 

Automatically gather Malaysian property listings from iProperty, including prices, locations, and details for up to 200 entries across 10 pages.

## Input

```json
{
  "startUrl": "https://www.iproperty.com.my/property-for-sale/",
  "listingType": "sale",
  "locale": "en",
  "isCommercial": true,
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "listing_id": {
    "label": "ID",
    "format": "number"
  },
  "localized_title": {
    "label": "Title",
    "format": "text"
  },
  "listing_url": {
    "label": "URL",
    "format": "link"
  },
  "full_address": {
    "label": "Address",
    "format": "text"
  },
  "price_display": {
    "label": "Price",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "area": {
    "label": "Area",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "agent_name": {
    "label": "Agent",
    "format": "text"
  },
  "agency_name": {
    "label": "Agency",
    "format": "text"
  },
  "thumbnail_url": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

This example demonstrates how to use [iProperty Scraper](https://apify.com/shahidirfan/iproperty-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/iproperty-scraper) to learn more, explore other use cases, and run it yourself.