What problem does it solve?
Finding stores that have survived for many years (e.g., old stationery shops, hardware stores) is hard because public business data lacks founding dates and business registration numbers. This Skill uses the unauthenticated public snapshot files from the Small Enterprise and Market Service commercial district dataset to enumerate all stores matching industry codes or name keywords, then matches them against a past snapshot CSV by store ID or name+coordinates to list stores that existed years ago and are still operating.
Core Features & Use Cases
- Current snapshot extraction (current): Downloads the latest quarterly nationwide ZIP (17 provinces, unauthenticated) and filters stores by industry subcategory codes and name keywords, with optional province filtering and 1-day local caching.
- Longevity matching (match): Matches current results against a user-supplied past snapshot CSV via store ID or normalized name plus coordinate distance (default 150m), automatically including legacy industry codes for stationery/toy categories.
- Verified mirror fallback: If the direct data.go.kr download fails, falls back to a SHA-256 and size-verified R2 mirror before promoting files to cache.
- Use Case: Ask for a list of stationery stores in Seoul and Busan that already existed in a 2019 snapshot and are still open today, exported as a CSV.
Quick Start
Ask the AI to run the store-longevity-radar current command to extract all stationery and toy stores nationwide into a CSV, then run match with your past snapshot CSV to list long-lived stores.