Property24: Search Properties
Property24 via Parse · Real Estate
Search properties for sale or to rent with filters. Returns paginated listing results for a given area. Each result includes ListingNumber, Price, Title, Location, Bedrooms, Bathrooms, Parking, and Url. Page size is approximately 20 results. The page param advances through results. Scraper for Property24.com - South Africa's leading property marketplace. Search properties, get listing details, property trends, and sold prices. Fulfilled by Parse from property24.com.
- finance
- maps-geo
- parse
- platform-key
- property24
- property24-com
- real-estate
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Indexed
- Execution
- Managed call
- Capability group
- Real Estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f39afc08-705e-4f09-bd62-730a2900bdd7/search_properties
- Interface artifact
- sha256:b7f649abe3a8be9b24fc122b5bb761167282fae0a855c259b0f4b32415f662e9
- Manifest digest
- sha256:37968b383f9ee50900a6289eff54d28aaded12114dc5a7697bdcf2fd0678d198
Request fields
- city (string): City slug (e.g., 'cape-town', 'johannesburg')
- page (integer): Page number for pagination
- suburb (string): Suburb slug (e.g., 'rondebosch', 'constantia')
- area_id (string): Area ID from autocomplete_location results (e.g., '8682')
- bedrooms (string): Minimum bedrooms filter (e.g., '2', '3')
- province (string): Province slug (e.g., 'western-cape', 'gauteng')
- bathrooms (string): Minimum bathrooms filter (e.g., '1', '2')
- max_price (string): Maximum price filter (e.g., '5000000')
- min_price (string): Minimum price filter (e.g., '1000000')
- search_type (string): Type of search: 'for-sale' or 'to-rent': Allowed values: for-sale, to-rent
- property_types (string): Property type filter codes (e.g., '1' for house, '2' for apartment)
Example queries
- {"city":"cape-town","page":"1","suburb":"rondebosch","area_id":"8682","bedrooms":"2","province":"western-cape","bathrooms":"1","max_price":"5000000","min_price":"1000000","search_type":"for-sale","property_types":"1"}