Ddproperty_search_properties
/ddproperty/properties/searchDescription
Search for properties on DDProperty platform
Parameters
listing_typerequired(string)- Type of listing to search for (SALE or RENT)
property_typerequired(string)- Type of property to search for (COMMERCIAL or RESIDENTIAL)
page(number)- Page number for pagination results (starts at 1)
residential_property_type(string)- Specific type of residential property (CONDO, DETACHED_HOUSE, VILLA, etc.) Only applicable when property_type is RESIDENTIAL
commercial_property_type(string)- Specific type of commercial property (RETAIL_SPACE, OFFICE_SPACE, etc.) Only applicable when property_type is COMMERCIAL
min_price(number)- Minimum price for filtering properties
max_price(number)- Maximum price for filtering properties
min_size(number)- Minimum size in square meters for filtering properties
max_size(number)- Maximum size in square meters for filtering properties
bedrooms(string)- Filter by number of bedrooms (format: comma-separated values like "1,2,3") Only applicable for residential properties
location(string)- JSON string representing a location object from the auto-complete API. Format: {"objectId":"TH5503","objectType":"DISTRICT","displayText":"Ban Luang",...} The value should be a complete JSON object as returned by the location auto-complete endpoint.
Code Snippet
curl --request GET \
--url 'https://api.brizzox.com/ddproperty/properties/search' \
--header 'x-api-key: YOUR_API_KEY'Example Response
{}