ListOnce AI empowers real estate agency websites with conversational AI that understands complex property queries and delivers accurate results instantly.
Simply type or speak naturally to find properties. No more complex filtering or navigating through multiple search fields.
Using Retrieval-augmented generation (RAG) to enhance the accuracy and reliability of AI responses.
Our AI understands real estate terminology and contextual queries like "homes with good schools nearby" or "quiet neighborhood with large yards".
Watch how easy it is to find the perfect property using natural language
Let clients describe their dream home in plain language. Our AI translates their wishes into precise property matches.
Ask questions like "What's the average price for 3-bedroom homes in downtown?" and get instant, accurate insights.
ListOnce AI connects directly with your existing ListOnce accounts for up-to-date property information without any manual data entry.
Transform how you search for listings with natural language queries that understand real estate context.
Provide your website visitors with an intuitive natural language search experience that converts visitors to leads.
Connect your applications directly to our powerful natural language search capabilities
curl -X GET "https://listonce.com.au/api/search-listings?api_key=myapikey&search_filters_only=true&prompt=house with 2 bedroom 2 bathroom, spa, deck and solar panels"
// JavaScript Example
fetch('https://listonce.com.au/api/search-listings?api_key=myapikey&search_filters_only=true&prompt=house with 2 bedroom 2 bathroom, spa, deck and solar panels')
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));
// PHP Example
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://listonce.com.au/api/search-listings?api_key=myapikey&search_filters_only=true&prompt=house with 2 bedroom 2 bathroom, spa, deck and solar panels');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$response = curl_exec($ch);
$data = json_decode($response, true);
curl_close($ch);
{
"success": true,
"search_filters": {
"listing_type": "sale",
"property_type": "residential",
"property_status": "available",
"min_bed": 2,
"max_bed": 2,
"min_bath": 2,
"max_bath": 2,
"features": "outdoor spa,solar panels",
"keywords": "deck",
"order_by": "created",
"order_asc": "0"
}
}
Make a simple API request with your natural language search prompt
Our AI converts the natural language into structured search parameters
Get back precise search filters or complete listing results
Access our full API documentation and get your API key
Join hundreds of successful real estate professionals using ListOnce AI