Argentine property marketplace - listings by location, filters, prices, details, and agencies.
Property Search Listings
ASYNCWRITENo auth
Returns matching property listings with prices, addresses, and agents for a city and filters.
ParametersFormJSON
Numeric city or neighborhood ID for the search area (Palermo default)
Operation type filter - 1 for sale, 2 for rent
Property type filter as comma-separated type codes
Currency code filter for price range (empty for any currency)
Minimum price filter
Maximum price filter
Minimum number of bedrooms (0 for no minimum)
Maximum number of bedrooms (0 for no maximum)
Minimum number of rooms (0 for no minimum)
Maximum number of rooms (0 for no maximum)
Sort order for search results
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_zonaprop_property_search_listings", "params": { "city": "1003694", "tipo_de_operacion": "1", "tipo_de_propiedad": "2,1", "habitacionesminimo": "0", "habitacionesmaximo": "0", "ambientesminimo": "0", "ambientesmaximo": "0", "sort": "relevance" } }'