# Umhlanga Property Price per Square Meter Tracker

**Use case:** 

Track property prices per square meter in Umhlanga. Get detailed listings with asking prices, locations, and agent contact information.

## Input

```json
{
  "startUrls": [],
  "searchLocations": [
    "Umhlanga"
  ],
  "country": "south_africa",
  "listingType": "sale",
  "propertyType": "any",
  "maxItems": 50,
  "sortBy": "price-desc",
  "deepScrape": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "ZA"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Listing Title",
    "format": "string"
  },
  "price": {
    "label": "Price (Numeric)",
    "format": "number"
  },
  "price_per_sqm": {
    "label": "Price/m²",
    "format": "number"
  },
  "property_type": {
    "label": "Type",
    "format": "string"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "floor_size": {
    "label": "Floor Area (m²)",
    "format": "number"
  },
  "erf_size": {
    "label": "Plot Size (m²)",
    "format": "number"
  },
  "listed_date": {
    "label": "Date Listed",
    "format": "string"
  },
  "levies": {
    "label": "Levies",
    "format": "number"
  },
  "rates_taxes": {
    "label": "Rates & Taxes",
    "format": "number"
  },
  "listing_url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Property24 Scraper: Real Estate Listings, Prices & Broker Leads](https://apify.com/getascraper/property24-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/property24-scraper) to learn more, explore other use cases, and run it yourself.