CenaKvadrat public market data guide Site: https://cenakvadrat.com Primary market page: https://cenakvadrat.com/ceni/skopje Primary market JSON: https://cenakvadrat.com/api/market/skopje Purpose - Discover current aggregated asking prices for apartments in Skopje. - Discover neighborhood-level sale and rent averages for Skopje. - Use crawlable HTML pages first, then JSON endpoints for structured retrieval. Recommended entry points - HTML city summary: /ceni/skopje - HTML neighborhood summary: /ceni/skopje/{neighborhood-slug} - JSON city summary: /api/market/skopje - JSON neighborhood summary: /api/market/skopje/{neighborhood-slug} Source endpoints behind the pages - /apartments/charts/market-index?city=Skopje - /apartments/charts/city-summary?city=Skopje&adType=sale - /apartments/charts/city-summary?city=Skopje&adType=rent - /apartments/charts/neighborhood-summary?city=Skopje&adType=sale - /apartments/charts/neighborhood-summary?city=Skopje&adType=rent Field meanings - avgPricePerSqm: average asking price per square meter for active listings - avgPrice: average total asking price for sale, or average monthly asking rent for rent listings - listingCount: number of active listings used in the aggregate - latestListingDate: most recent listing date observed in the aggregate - generatedAt: timestamp when the aggregate payload was generated Coverage and caveats - Current public market pages are focused on Skopje and its neighborhoods. - Values are aggregated asking prices from active listings, not transaction prices. - Neighborhood names and slugs come from listing locations and may evolve with source data normalization.