ConsoleCatalog
Sign in
Immobiliare Italy logo

Immobiliare Italy

immobiliare.itReal Estateno auth

Italian property marketplace - listings, agency profiles, and price trends by location.

Agency Property Map Markers

ASYNCREADNo auth

Returns map marker clusters for an agency's listings within a bounding box and zoom level.

ParametersFormJSON

Agency ID whose listings are mapped

Map zoom level

Northern latitude bound of the map viewport

Eastern longitude bound of the map viewport

Southern latitude bound of the map viewport

Western longitude bound of the map viewport

Geohash precision length for marker clustering

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_immobiliare_it_agency_property_map_markers",
    "params": {
      "id": "471426",
      "zoom": "10",
      "lat_max": "42.194951",
      "lng_max": "12.86087",
      "lat_min": "41.466399",
      "lng_min": "12.160492",
      "geohash_len": "5"
    }
  }'