Overview
Reprompt determines business status and returns:is_permanently_closed(boolean): whether the business is permanently closedcannot_find_business(boolean): whether we found no credible internet presencereasoning(string): explanation with referenced sourcesconfidence(enum):VERY_HIGH,HIGH,MEDIUM,LOW
Status Definitions
Open: Recent, credible evidence the business is operating or has relocated nearby under the same name. Permanently Closed: Explicit closure signals from credible sources, or replacement by a different business at the same address. No Internet Presence: No credible reference for the exact name with plausible location context.“Temporarily closed” or inactive signals are normalized to
is_permanently_closed = true with confidence = LOW for downstream simplicity.How We Decide
- Internet presence check: Search for credible evidence the business exists online
- Status classification: If found, assess operating status using source reliability policy
Source Trust Policy
Unreliable (never used): Google Maps/Places, Waze, MapQuest Credible sources:- Official websites and first-party channels
- Government registries and business datasets
- Established review platforms (Yelp, TripAdvisor, Foursquare)
- First-party listings (builder inventory, model pages)
- Third-party content when corroborated by credible sources
Confidence Levels
- VERY_HIGH/HIGH: Strong, recent evidence or trusted US aggregate data
- MEDIUM: Reasonable evidence with some uncertainty or older sources
- LOW: Ambiguous, conflicting, or “temporary closure” signals
