ConsoleCatalog
Sign in
Wg Gesucht Germany logo

Wg Gesucht Germany

wg-gesucht.deReal Estateno auth

German shared-housing marketplace - flats and rooms by city, details, prices, and locations.

City Search Form Submit

ASYNCWRITENo auth

Submits a city search and returns the filtered results path and applied filters.

ParametersFormJSON

Resolved city display name sent as the autocomplete input

Internal city_id from autocomplete (stadt_key form field)

ISO country code for the search (typically de)

Property type filter codes: WG room, 1-room, apartment, house

Search type flag (static 0)

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_wg_gesucht_de_search_form_submit",
    "params": {
      "autocompinp": "Berlin",
      "stadt_key": "8",
      "country_code": "de",
      "property_category_codes": "0,1,2,3",
      "type": "0"
    }
  }'