Legacy search HOUSE N STARS properties
search_propertiesLegacy compatibility tool for searching HOUSE N STARS properties. Prefer search_hns_properties for new property searches, especially when the user asks for properties for sale or for rent because search_hns_properties exposes transaction_type as the official Sale/Rent parameter. This legacy tool remains available for backward compatibility and uses the same server-side WordPress search, price_display formatting, POA handling, EUR/AED inference, location cleanup and result table output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. Maximum 20. | |
| query | No | Free text search, for example sea view, garden, penthouse, waterfront. Do not use this field for sale/rent intent alone; use transaction_type. | |
| bedrooms | No | Minimum number of bedrooms requested by the user. | |
| location | No | Location filter, for example Dubai, Abu Dhabi, Monaco, Nice, Èze. | |
| max_price | No | Maximum price as a number, without currency symbols. | |
| min_price | No | Minimum price as a number, without currency symbols. | |
| property_type | No | Property type, for example Villa, Apartment, Penthouse, Townhouse. | |
| transaction_type | No | Sale/Rent filter. Use exactly Sale for properties for sale and Rent for rental properties. Do not put rent/rental/for rent into query when this parameter is used. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| source | Yes | ||
| status | Yes | ||
| filters | Yes | ||
| results | Yes | ||
| found_posts | Yes | ||
| max_num_pages | Yes | ||
| returned_count | Yes | ||
| requested_limit | Yes | ||
| query_posts_count | Yes | ||
| raw_returned_count | Yes | ||
| public_response_guidance | Yes | ||
| ready_to_use_public_table | Yes | ||
| wordpress_requested_limit | Yes |