ConsoleCatalog
Sign in
Immowelt Germany logo

Immowelt Germany

immowelt.deReal Estateno auth

German property marketplace - listings, details, pricing, photos, and agents.

Location Autocomplete

ASYNCWRITENo auth

Returns place IDs, labels, and postal codes for a location query.

ParametersFormJSON

Location search text (city, district, or postal prefix) for autocomplete suggestions

Maximum number of autocomplete suggestions to return

Locale for place labels (e.g. de for German)

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_immowelt_de_location_autocomplete",
    "params": {
      "location_search_text": "Ber",
      "limit": "10",
      "locale": "de"
    }
  }'