Nestly home search

Zillow-style real estate practice site (fictional brand). Search results with filters, listing cards, map price pins, and full property detail pages. JSON: /data/nestly-homes.json

Medium Static + JS filters Real estate

Challenge

Extract every home: id, status, price, beds, baths, sqft, type, full address, lat/lng, days on market, HOA, broker. Open a detail page for zestimate, taxes, features, schools, and agent.

Sample home →

Stable selectors

  • Cards: article.nl-card[data-home-id]
  • Price: .nl-price[data-price] · beds/baths/sqft data attributes on card
  • Map pins: a.nl-map-pin[data-home-id]
  • Filters: #nl-filters (client-side hide/show; all cards remain in DOM when unchecked)
  • Detail: #home-detail[data-home-id], #home-zestimate, #home-features, #home-schools