# Pretoria and Centurion Property — Private Property

**Use case:** 

Pretoria and Centurion listings from Private Property as rows: asking price, erf and floor size, bedrooms, parking, suburb and agency. Export to CSV or JSON.

## Input

```json
{
  "operation": "search",
  "locations": [
    "Pretoria",
    "Centurion"
  ],
  "listingType": "for-sale",
  "propertyType": "",
  "maxResults": 100,
  "includeDetails": false,
  "minPrice": 0,
  "maxPrice": 0,
  "minBedrooms": 0,
  "minBathrooms": 0,
  "minParkingSpaces": 0,
  "searchUrls": [],
  "listingUrls": []
}
```

## Output

```json
{
  "reference": {
    "label": "🔖 Reference",
    "format": "string"
  },
  "listingId": {
    "label": "🆔 Listing ID",
    "format": "integer"
  },
  "url": {
    "label": "🔗 Listing URL",
    "format": "string"
  },
  "listingType": {
    "label": "🏷️ Sale or rent",
    "format": "string"
  },
  "listingTitle": {
    "label": "🏠 Listing",
    "format": "string"
  },
  "price": {
    "label": "💰 Price (R)",
    "format": "integer"
  },
  "priceText": {
    "label": "💵 Price as shown",
    "format": "string"
  },
  "suburb": {
    "label": "📍 Suburb",
    "format": "string"
  },
  "city": {
    "label": "🏙️ City",
    "format": "string"
  },
  "province": {
    "label": "🗺️ Province",
    "format": "string"
  },
  "streetAddress": {
    "label": "🏡 Street address",
    "format": "string"
  },
  "bedrooms": {
    "label": "🛏️ Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "🛁 Bathrooms",
    "format": "number"
  },
  "parkingSpaces": {
    "label": "🚗 Parking",
    "format": "number"
  },
  "floorSizeSqm": {
    "label": "📐 Floor size m²",
    "format": "number"
  },
  "landSizeSqm": {
    "label": "🌳 Erf size m²",
    "format": "number"
  },
  "mainImageUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "agentName": {
    "label": "👤 Agent",
    "format": "string"
  },
  "listedPrivately": {
    "label": "🙋 Listed by owner",
    "format": "boolean"
  },
  "isNew": {
    "label": "🆕 New",
    "format": "boolean"
  },
  "isOnShow": {
    "label": "🚪 On show",
    "format": "boolean"
  },
  "isPriceReduced": {
    "label": "📉 Price reduced",
    "format": "boolean"
  },
  "isUnderOffer": {
    "label": "🤝 Under offer",
    "format": "boolean"
  },
  "isSold": {
    "label": "✅ Sold or let",
    "format": "boolean"
  },
  "propertyType": {
    "label": "🏘️ Property type",
    "format": "string"
  },
  "listingDate": {
    "label": "📅 Listed on",
    "format": "string"
  },
  "listingDescription": {
    "label": "📝 Description",
    "format": "string"
  },
  "features": {
    "label": "✨ Features",
    "format": "array"
  },
  "imageUrls": {
    "label": "📸 All photos",
    "format": "array"
  },
  "latitude": {
    "label": "🧭 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🧭 Longitude",
    "format": "number"
  },
  "levies": {
    "label": "🧾 Levies (R)",
    "format": "integer"
  },
  "ratesAndTaxes": {
    "label": "🏛️ Rates and taxes (R)",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Private Property Scraper - South Africa Listings & API](https://apify.com/sian.agency/privateproperty-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/privateproperty-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/privateproperty-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).
