ConsoleCatalog
Sign in
@properties logo

@properties

atproperties.comReal Estateno auth

US home listings - homes for sale by city, property details, photos, and agents.

Listing Market Trends

ASYNCREADNo auth

Returns market trend metrics such as days-on-market over a date range for a listing.

ParametersFormJSON

Numeric listing identifier for the market trends query

Market statistic to retrieve (e.g. DOM for days on market)

Lookback interval in months for the market trend data series

cost: 1 credit · 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_atproperties_listing_market_trends",
    "params": {
      "listing_id": "12651045",
      "stat": "DOM",
      "date_interval": "36"
    }
  }'