Trademe: Search Properties
Trademe via Parse · real_estate
Search residential properties for sale on TradeMe with optional filters for location, price, bedrooms, bathrooms, property type, and keyword. Returns paginated results with property details including address, price, size, and coordinates. Paginates via integer page number. Each listing carries geo-coordinates and a canonical TradeMe URL. Search residential property listings for sale on TradeMe (New Zealand's largest property marketplace). Get property details including price, location, size, bedrooms, bathrooms, and more. Also provides a localities endpoint to look up region/district/suburb IDs for filtering. Fulfilled by Parse from www.trademe.co.nz.
- maps-geo
- marketplace
- parse
- platform-key
- real-estate
- trademe
- www-trademe-co-nz
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/dc94d41b-ec3a-4ee9-9899-91e8b50f254b/search_properties
- Interface artifact
- sha256:099d923089e105b524773bb92e1d2dccfa3e03e1c093505f59946371639e168f
- Manifest digest
- sha256:6aa3a6df3b11796ee93062e2b22fd21a89b8ad7979ba25b9f73734e8100614a1
Request fields
- page (integer): Page number (1-based).
- rows (integer): Number of results per page.
- location (string): Canonical path for location filter (e.g. /property/residential/sale/canterbury/christchurch-city, /property/residential/sale/auckland). Determines region, district, and optionally suburb.
- price_max (integer): Maximum price in NZD.
- price_min (integer): Minimum price in NZD.
- bedrooms_max (integer): Maximum number of bedrooms.
- bedrooms_min (integer): Minimum number of bedrooms.
- bathrooms_max (integer): Maximum number of bathrooms.
- bathrooms_min (integer): Minimum number of bathrooms.
- property_type (string): Property type filter.: Allowed values: House, Townhouse, Apartment, Unit, Section, Dwelling
- search_string (string): Keyword search within listings.
Example queries
- {"page":"1","rows":"5","location":"/property/residential/sale/canterbury/christchurch-city","price_max":"2000000","price_min":"100000","bedrooms_max":"5","bedrooms_min":"2","bathrooms_max":"3","bathrooms_min":"1","property_type":"House","search_string":"renovated"}