REAL ESTATE MARKET DASHBOARD

Tracking {{ stats?.total || 0 }} property listings automatically.

{{ site.siteId }} Active

{{ site.active_count }} / {{ site.count }}

Price History

Select a house from the list to view its history

No valid price history to display for this property.

Data of the selected house

ACTIVE INACTIVE

No house selected.

{{ selectedListing.title }}

{{ selectedListing.location }}

Current Price

{{ formatCurrency(selectedListing.priceNum) || selectedListing.priceRaw }}

First Seen

{{ formatDate(selectedListing.first_seen) }}

Last Updated

{{ formatDate(selectedListing.real_last_updated) || formatDate(selectedListing.last_seen) }}

List of Houses

Title Price Last Updated
{{ listing.title }} {{ formatCurrency(listing.priceNum) || listing.priceRaw }} {{ formatDate(listing.real_last_updated || listing.last_seen)?.split(',')[0] }}
No listings found.

Change logs

Live updates
  • {{ change.change_type.replace('_', ' ') }} {{ formatTimeAgo(change.changed_at) }}

    {{ change.title || change.listing_id }}

    {{ formatDiff(change.diff_json) }}
    New property entered the market.
    Property is no longer active.
No recent changes recorded.