ConsoleCatalog
Sign in
Spotahome logo

Spotahome

spotahome.comReal Estateno auth

Rental marketplace - listings, property details, comparisons, and city price trends.

City Availability Trends

ASYNCWRITENo auth

Returns monthly rental availability percentages and changes for a city.

ParametersFormJSON

City identifier for availability trend series

Optional property type filter; null returns all types

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_spotahome_city_availability_trends",
    "params": {
      "city_id": "berlin"
    }
  }'