Italian property marketplace - listings, details, and nearby comparisons.
Nearby Listings Search
ASYNCREADNo auth
Returns nearby property listings by location with prices, rooms, and surface area.
ParametersFormJSON
Contract filter: locazi (rent) or acquis (sale)
Anchor property latitude
Anchor property longitude
Property ID to exclude from results (the anchor listing)
Agency slug code from the anchor property detail page
Optional minimum price band for comparable listings
Optional maximum price band for comparable listings
Optional minimum surface band in square metres
Optional maximum surface band in square metres
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_tecnocasa_it_nearby_listings_search", "params": { "contract_type": "locazi", "latitude": "41.879", "longitude": "12.4639", "hidden": "61190809", "agency": "rmcre", "min_price": "1280", "max_price": "1920", "min_surface": "42", "max_surface": "78" } }'