AV Scanner News
Real-time incident tracking and community news for the Antelope Valley

AV Scanner is a hyperlocal news platform that aggregates incident reports from LASD and CHP scanner activity across the Antelope Valley. Posts are automatically ingested from a Facebook page via the Graph API, categorized by an AI-powered classification engine, and published to a fast, SEO-optimized frontend. The site serves as the go-to source for breaking incidents — from crime and traffic to fires and missing persons — with 1,300+ reports tracked and growing.
role
Solo Developer
type
Hyperlocal News Platform
stack
Next.js 15, Payload CMS 3, PostgreSQL, Vercel
focus
Automated Content Pipeline & Local SEO
From Facebook Feed to News Platform
The core challenge was turning an unstructured Facebook page — with no consistent formatting — into a structured, searchable news database. The importer fetches posts via the Graph API, deduplicates against existing records, sideloads images to Vercel Blob (avoiding Facebook hotlink expiry), and runs each post through a three-phase categorization pipeline. Phase one detects sponsored content by matching ad patterns like toll-free numbers and promotional language. Phase two scores posts against 50+ LASD/CHP radio codes (e.g., 187 → crime, 451 → fire). Phase three applies keyword matching with multi-word phrases weighted 2x. The result: every post is automatically tagged and organized without manual intervention, enabling a clean category-filtered browsing experience for residents tracking local safety.