← back to Re Flyer Aggregator

data/ca-feeds-registry.json

25 lines

{
  "_meta": {
    "purpose": "Record of California real-estate RSS feeds discovered + the pull method that works for each. Wired into cre-news-monitor.mjs FEEDS.",
    "discovered": "2026-08-19",
    "ticket": "TK-10708",
    "pull_methods": {
      "direct_default_ua": "plain fetch with DW UA",
      "direct_fb_ua": "fetch with facebookexternalhit UA — cracks MediaNews Cloudflare (share-preview allowlist)",
      "gnews_proxy": "news.google.com/rss/search?q=site:X ... when:14d — for stricter Cloudflare that blocks even the FB UA"
    }
  },
  "feeds": [
    { "name": "MercuryNews-RE", "market": "Bay Area", "url": "https://www.mercurynews.com/business/real-estate/feed/", "method": "direct_fb_ua", "status": "live", "items": 10 },
    { "name": "SDUnionTribune-RE", "market": "San Diego", "url": "https://www.sandiegouniontribune.com/business/real-estate/feed/", "method": "direct_fb_ua", "status": "live", "items": 100 },
    { "name": "SFYimby", "market": "San Francisco", "url": "https://sfyimby.com/feed", "method": "direct_default_ua", "status": "live", "items": 5 },
    { "name": "LATimes-RE", "market": "LA", "url": "https://www.latimes.com/business/real-estate/rss2.0.xml", "method": "direct_default_ua", "status": "live", "items": 31 },
    { "name": "TRD-LA", "market": "LA", "url": "https://therealdeal.com/la/feed/", "method": "direct_default_ua", "status": "live", "items": 10 },
    { "name": "Registry-NorCal", "market": "NorCal", "url": "https://news.theregistrysf.com/feed/", "method": "direct_default_ua", "status": "live", "items": 10 },
    { "name": "LABizJournal", "market": "LA", "url": "site:bizjournals.com/losangeles", "method": "gnews_proxy", "status": "live", "items": 18 },
    { "name": "SFBizTimes", "market": "San Francisco", "url": "site:bizjournals.com/sanfrancisco", "method": "gnews_proxy", "status": "live", "items": 55 },
    { "name": "OCRegister-RE", "market": "Orange County", "url": "https://www.ocregister.com/business/real-estate/feed/", "method": "direct_fb_ua", "status": "EMPTY (200 but 0 items — no RE feed at that path; revisit)" },
    { "name": "Urbanize-LA/SF", "market": "LA / SF", "url": "https://la.urbanize.com/rss.xml", "method": "-", "status": "UNREACHABLE (000 — site down/blocked; revisit)" }
  ]
}