discover_local_independents
Find local independent businesses by query and location, ranked by an independence score that rejects national chains and rewards long-standing family ownership.
Instructions
Find independent local businesses for a given query and location, ranked by LocalRoots' independence score instead of Google's review-volume default. The algorithm penalizes high review counts, disqualifies national chains, and rewards long tenure, family-ownership name signals, sparse marketing footprint, and (for farms) direct-to-consumer e-commerce. Use this when a user asks for local coffee, an independent bookstore, a real bakery, etc. Returns up to max_results businesses, each with a tier (tier_1 = strong independent, tier_4 = chain), the total score, the full signal_breakdown, and a per-result practical_note. Always include the place_id from results so follow-up tools can reference the specific business.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| near | Yes | ||
| query | Yes | ||
| min_tier | No | ||
| radius_km | No | ||
| max_results | No | ||
| include_chains | No | Override the chain filter. Default false: chains are removed. Set true if you want to see them ranked next to independents (rare, mostly for debugging the score). |