# For Sale Property24 South Africa Real Estate Standard Export

**Use case:** 

Standard Export of Property24 South Africa Real Estate for For Sale. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 100,
  "transaction": "for-sale",
  "location": "cape-town/western-cape/432"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "🔑 ID",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "text"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "bedrooms": {
    "label": "🛏️ Beds",
    "format": "text"
  },
  "bathrooms": {
    "label": "🛁 Baths",
    "format": "text"
  },
  "parking": {
    "label": "🚗 Parking",
    "format": "text"
  },
  "floorSize": {
    "label": "📐 m²",
    "format": "text"
  },
  "location": {
    "label": "🏙️ Location",
    "format": "text"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "excerpt": {
    "label": "📝 Excerpt",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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