Rummage Route (formerly Yardhop; package id com.hugosoftware.yardhop) is a map-based finder for garage sales, yard sales, estate sales and moving sales across US metro areas. Users open a map of their metro, see sales happening today and in the coming days as pins, filter by category (furniture, tools, kids, vintage and so on) and by date, open a sale to see its title, neighbourhood, dates and photos, save sales they like, and plan a driving route across several sales in one trip. Sale listings come from two sources: (1) public classified listings that our server collects once a day from publicly accessible pages and republishes as a static JSON feed, and (2) sales that users themselves add through the in-app "Add sale" form. User-added sales are stored only on that user's own device (browser localStorage) and are not uploaded to our servers. There are NO user accounts, NO sign-up, NO login and NO password anywhere in the app. Monetization: a single premium feature called Price Estimate. The user photographs an item, the photo is sent to our own server (qiler.bnj.app), which forwards it to a third-party AI vision provider (fal.ai, which routes to Google Gemini) to identify the item and estimate a realistic second-hand resale price range. Everything else in the app is free. Price Estimate is sold as an auto-renewing subscription through Google Play Billing with a 3-day free trial, then weekly, monthly or yearly billing; prices are shown in the app and on Google Play in the user's local currency. All payment handling is done by Google Play; we never see or store card details. Permissions used: approximate/precise location (only to centre the map on the nearest covered metro and show distance to sales — the location is used on the device and is not transmitted to us or stored), camera and photo library (only for the Price Estimate feature, when the user chooses to photograph an item), internet access, and local notifications (optional reminders before a saved sale starts, scheduled on the device). The app is a WebView/Capacitor wrapper around a web app; the same product is also reachable on the web at yard.bnj.app.