This document introduces a screen scraper utility kit that allows users to create Windows 8 apps by scraping content from existing websites. The screen scraper parses unstructured website data into structured view models that can power apps on devices. Definition files make the scraping resilient to source page changes by providing instructions on how to parse the data. The screen scraper bridges the gap between an ideal web-rich architecture and real-world scenarios where most local governments only have basic websites. Future integration with Azure is planned to move the structured data to a cloud service. The document encourages readers to try out the AppCannon demo at a provided URL.