# Property Listings Data Extractor for Western Cape

**Use case:** 

Extract live property listings from Property24, including prices, addresses, descriptions, and agent details for comprehensive market analysis.

## Input

```json
{
  "startUrl": "https://www.property24.com/for-sale/western-cape/9",
  "keyword": "Mandalay",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "parking_spaces": {
    "label": "Parking",
    "format": "number"
  },
  "floor_size": {
    "label": "Floor size",
    "format": "number"
  },
  "erf_size": {
    "label": "Erf size",
    "format": "number"
  },
  "agency_name": {
    "label": "Agency",
    "format": "text"
  },
  "image_urls": {
    "label": "Images",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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