Property24: Get Property Detail
Property24 via Parse · real_estate
Get full details for a specific property listing including description, features, and images. Requires the listing_id from search results. Providing correct suburb, city, province, and area_id avoids 404 errors since the URL path includes these segments for routing. 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
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f39afc08-705e-4f09-bd62-730a2900bdd7/get_property_detail
- Interface artifact
- sha256:19b9f3ae695aa1cb022e9b228df4c59273e3312d9a2679d0f9a900ed9eac5b47
- Manifest digest
- sha256:28580d8fb88f77e31f230d0b953569dff502cb00ca6a9395047bf39d5dd6b72b
Request fields
- city (string): City slug from search results. Using the correct value avoids 404 errors.
- suburb (string): Suburb slug from search results. Using the correct value avoids 404 errors.
- area_id (string): Area ID from search results. Using the correct value avoids 404 errors.
- province (string): Province slug from search results. Using the correct value avoids 404 errors.
- listing_id (string, required): Property listing ID from search_properties results (e.g., '117247482')
- search_type (string): Type: 'for-sale' or 'to-rent': Allowed values: for-sale, to-rent
Example queries
- {"city":"cape-town","suburb":"rondebosch","area_id":"8682","province":"western-cape","listing_id":"P117247482","search_type":"for-sale"}