# Apartments for Sale in Johannesburg

**Use case:** 

Export Johannesburg apartments and flats for sale: asking price, bedrooms, floor size, levies, suburb and the listing agency. Straight to CSV, JSON or Excel.

## Input

```json
{
  "operation": "search",
  "country": "za",
  "listingType": "for-sale",
  "locations": [
    "Johannesburg"
  ],
  "maxResults": 30,
  "includeDetails": false,
  "minPrice": 0,
  "maxPrice": 0,
  "minBedrooms": 0,
  "maxBedrooms": 0,
  "minBathrooms": 0,
  "propertyType": "Apartment / Flat",
  "sortBy": "default",
  "searchUrls": [],
  "listingUrls": []
}
```

## Output

```json
{
  "listingNumber": {
    "label": "🆔 Listing number",
    "format": "string"
  },
  "url": {
    "label": "🔗 Property24 URL",
    "format": "string"
  },
  "propertyTitle": {
    "label": "🏠 Property",
    "format": "string"
  },
  "propertyType": {
    "label": "🏘️ Type",
    "format": "string"
  },
  "listingType": {
    "label": "🏷️ For sale / to rent",
    "format": "string"
  },
  "price": {
    "label": "💰 Price",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "priceText": {
    "label": "🏷️ Price as shown",
    "format": "string"
  },
  "priceQualifier": {
    "label": "📏 Price basis",
    "format": "string"
  },
  "bedrooms": {
    "label": "🛏️ Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "🛁 Bathrooms",
    "format": "number"
  },
  "receptionRooms": {
    "label": "🛋️ Reception rooms",
    "format": "number"
  },
  "parkingSpaces": {
    "label": "🚗 Parking",
    "format": "number"
  },
  "garages": {
    "label": "🚙 Garages",
    "format": "number"
  },
  "parking": {
    "label": "🅿️ Parking detail",
    "format": "string"
  },
  "erfSize": {
    "label": "🌳 Erf size",
    "format": "number"
  },
  "erfSizeUnit": {
    "label": "📐 Erf unit",
    "format": "string"
  },
  "floorSize": {
    "label": "🏗️ Floor size",
    "format": "number"
  },
  "floorSizeUnit": {
    "label": "📐 Floor unit",
    "format": "string"
  },
  "pricePerSqm": {
    "label": "📊 Price per m²",
    "format": "number"
  },
  "levies": {
    "label": "🧾 Levies",
    "format": "number"
  },
  "specialLevy": {
    "label": "🧾 Special levy",
    "format": "number"
  },
  "ratesAndTaxes": {
    "label": "🏛️ Rates & taxes",
    "format": "number"
  },
  "suburb": {
    "label": "📍 Suburb",
    "format": "string"
  },
  "breadcrumb": {
    "label": "🧭 Location path",
    "format": "array"
  },
  "address": {
    "label": "🗺️ Address",
    "format": "string"
  },
  "streetAddress": {
    "label": "🏠 Street address",
    "format": "string"
  },
  "country": {
    "label": "🌍 Country",
    "format": "string"
  },
  "areaLatitude": {
    "label": "🧭 Area latitude",
    "format": "number"
  },
  "areaLongitude": {
    "label": "🧭 Area longitude",
    "format": "number"
  },
  "agencyName": {
    "label": "🏢 Agency",
    "format": "string"
  },
  "agentName": {
    "label": "👤 Agent",
    "format": "string"
  },
  "agents": {
    "label": "👥 Agents",
    "format": "array"
  },
  "listingDate": {
    "label": "📅 Listed",
    "format": "string"
  },
  "isAuction": {
    "label": "🔨 On auction",
    "format": "boolean"
  },
  "isOnShow": {
    "label": "🚪 On show",
    "format": "boolean"
  },
  "isRepossessed": {
    "label": "🏦 Repossessed",
    "format": "boolean"
  },
  "badges": {
    "label": "🏷️ Badges",
    "format": "array"
  },
  "excerpt": {
    "label": "✏️ Summary",
    "format": "string"
  },
  "descriptionText": {
    "label": "📝 Description",
    "format": "string"
  },
  "features": {
    "label": "✨ Features",
    "format": "array"
  },
  "petsAllowed": {
    "label": "🐾 Pets allowed",
    "format": "string"
  },
  "garden": {
    "label": "🌿 Garden",
    "format": "string"
  },
  "furnished": {
    "label": "🛋️ Furnished",
    "format": "string"
  },
  "leasePeriod": {
    "label": "📆 Lease period",
    "format": "string"
  },
  "availableFrom": {
    "label": "📅 Available from",
    "format": "string"
  },
  "deposit": {
    "label": "💵 Deposit",
    "format": "number"
  },
  "pool": {
    "label": "🏊 Pool",
    "format": "string"
  },
  "imageUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "photos": {
    "label": "📸 All photos",
    "format": "array"
  },
  "photoCount": {
    "label": "🔢 Photo count",
    "format": "number"
  },
  "mandateId": {
    "label": "📑 Mandate id",
    "format": "string"
  },
  "sourceUrl": {
    "label": "🌐 Searched URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "⏱️ Scraped at",
    "format": "string"
  },
  "otherAttributes": {
    "label": "📋 Other attributes",
    "format": "object"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/property24-property-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
