{{baseUrl}}/ricerca

POST {{baseUrl}}/ricerca

Method that allows you to search for real estate ads through input values address

Request Body

{"latitude"=>"<double>", "longitude"=>"<double>", "contractTypeID"=>"<integer>", "limit"=>"<integer>", "radius"=>"<integer>", "maxPrice"=>"<integer>", "minPrice"=>"<integer>", "maxMq"=>"<integer>", "minMq"=>"<integer>", "minDate"=>"<string>", "maxDate"=>"<string>", "categoryTypeID"=>"<integer>", "propertyTypeID"=>"<integer>", "qualityOfFinishesID"=>"<integer>", "propertyQualityID"=>"<integer>", "occupancyStatusID"=>"<integer>", "maintenanceStatusID"=>"<integer>", "heatingSystemID"=>"<integer>", "exposureID"=>"<integer>", "clientTypeID"=>"<integer>", "centralityBeltID"=>"<integer>", "pubblicationStatusID"=>"<integer>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;count&quot;:4,&quot;map&quot;:&quot;https://dev.comparabili.openapi.it/map/40599uhkyemn0d6&quot;,&quot;ads&quot;:[{&quot;id&quot;:&quot;6e092a9b-969e-40d9-842a-d1baa1191fc5&quot;,&quot;address&quot;:&quot;Via Aurelia&quot;,&quot;propertyType&quot;:&quot;Appartamento&quot;},{&quot;id&quot;:&quot;bd9885ee-def4-4b56-92cb-6e12bebd3b41&quot;,&quot;address&quot;:&quot;Via Aurelia&quot;,&quot;propertyType&quot;:&quot;Appartamento&quot;},{&quot;id&quot;:&quot;a1e63e37-b13a-4558-834c-63f3c0c5f2ab&quot;,&quot;address&quot;:&quot;Via Della Repubblica&quot;,&quot;propertyType&quot;:&quot;Appartamento&quot;},{&quot;id&quot;:&quot;dc8d9d57-a9f3-4868-8ead-ca72309fdfb0&quot;,&quot;address&quot;:&quot;Via San Bernardino&quot;,&quot;propertyType&quot;:&quot;Appartamento&quot;}]},&quot;message&quot;:&quot;&quot;,&quot;success&quot;:true,&quot;error&quot;:null}