bayleys.co.nz API: search_properties
bayleys.co.nz via Parse · real_estate
Search for property listings with filters including location, price range, bedrooms, and property type. Returns paginated results ordered by the specified sort. Supports all property types (Residential, Commercial, Rural, Lifestyle, Business) via comma-separated search_types. Each result includes address, sale info, images, icons (beds/baths/parking), and features. Search property listings, agents, offices, news and magazines from Bayleys New Zealand real estate. Fulfilled by Parse from bayleys.co.nz.
- b2b-directory
- bayleys-co-nz
- news-media
- parse
- platform-key
- 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/4574cfaa-dab1-4954-88c6-8df3ecce0f46/search_properties
- Interface artifact
- sha256:3441ac1e1c671cf363a701056f073f77c88d1c012373c3d1b4e0a54e7c87aeb3
- Manifest digest
- sha256:79deb507006d55d3cf1e92b171bfa4af7367ee41c05c92d109693e57d029283a
Request fields
- page (integer): Page number for pagination.
- bedrooms (integer): Minimum number of bedrooms.
- keywords (string): Search keywords (e.g. location name, listing ID).
- bathrooms (integer): Number of bathrooms.
- car_parks (integer): Number of car parks.
- max_price (integer): Maximum price filter.
- min_price (integer): Minimum price filter.
- page_size (integer): Number of results per page.
- region_id (integer): Region ID to filter by.
- order_type (string): Sort order type.: Allowed values: LatestListing, HighestPrice, LowestPrice, MostBedrooms, LargestLandArea, LargestFloorArea
- suburb_ids (string): Suburb IDs to filter by.
- district_id (integer): District ID to filter by.
- search_types (string): Property type filter. Comma-separated for multiple.: Allowed values: Residential, Commercial, Rural, Lifestyle, Business
Example queries
- {"page":"1","bedrooms":"3","keywords":"Auckland","bathrooms":"2","car_parks":"1","max_price":"5000000","min_price":"100000","page_size":"10","region_id":"1","order_type":"LatestListing","suburb_ids":"457","district_id":"38","search_types":"Residential"}