ConsoleCatalog
Sign in
Immonet Germany logo

Immonet Germany

immonet.deReal Estateno auth

German property marketplace - rental and sale listings, details, price trends, and alerts.

Homepage Featured Listings

ASYNCWRITENo auth

Returns featured property listing IDs for a location and filters.

ParametersFormJSON

Immowelt place ID for the search location (from location autocomplete)

Listing distribution types - e.g. Rent or Buy

Property estate types to include - e.g. House, Apartment

Maximum monthly rent or purchase price filter

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_immonet_de_homepage_featured_listings",
    "params": {
      "place_id": "AD08DE8634",
      "distribution_type": "Rent",
      "estate_types": "House,Apartment",
      "price_max": "1200"
    }
  }'