Italian property marketplace - listings by location, details, and nearby comparisons.
Comparable Search Suggestion
ASYNCWRITENo auth
Suggests comparable-listing filters and a search URL for a viewed property.
ParametersFormJSON
Listing ID of the property being compared
Viewed listing price in euros used to derive comparable filter bands
Optional list of SRP listing IDs from the search results page context
Optional location hierarchy key from autocomplete for the target comune
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_casa_it_comparable_search_suggestion", "params": { "listing_id": "54078315", "viewed_price": "257000", "srp_listing_ids": "54141104,53166098,52831228,54078315,53920725,54135646,54135608,52671548,54128245,54081561,53586524,54140524,53924516,54141688,52489555,54140561,54135611,54059612,54059611,53916312", "location_hkey": "9f6485c2" } }'