# iProperty MY Scraper - Properties, Prices, Agents & Photos

**Use case:** 

Scrape iProperty Malaysia listings by sale/rent, location, filters, or URL. Get prices, specs, address, photos, agents, ratings, GPS, and contacts.

## Input

```json
{
  "mode": "search",
  "channel": "sale",
  "sortBy": "relevance",
  "urls": [
    "https://www.iproperty.com.my/property-for-sale"
  ],
  "fetchDetails": true,
  "maxItems": 20,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "MY"
  },
  "maxResidentialMB": 0,
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "listingId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "priceValue": {
    "label": "Price",
    "format": "number"
  },
  "pricePretty": {
    "label": "Price text",
    "format": "text"
  },
  "priceType": {
    "label": "Price type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "floorArea": {
    "label": "Floor area",
    "format": "number"
  },
  "tenure": {
    "label": "Tenure",
    "format": "text"
  },
  "fullAddress": {
    "label": "Address",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "thumbnail": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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