Documentation

find_similar_shops

Find untracked competitors or lookalike shops for a named reference shop, with explicit shared-signal evidence.

Use find_similar_shops when the user provides a reference brand and asks for competitors, alternatives or similar stores. Use discover_shops when the request starts from a product niche instead of a reference shop.

Inputs

FieldTypeRequiredNotes
storeIds[]YesAlways empty; the reference is supplied in query
querystringYesReference shop name, domain or URL, 2–160 characters
limitnumberYes1–8 suggestions
sortenumYesrelevance, traffic, live_ads
countriesstring[]YesZero to eight uppercase country codes
minTrafficnumberNoNon-negative monthly-traffic threshold
minLiveAdsnumberNoNon-negative observed live-ad threshold
shopifyOnlybooleanYesRestrict suggestions to detected Shopify shops

Example call

{
  "storeIds": [],
  "query": "gruns.co",
  "limit": 6,
  "sort": "relevance",
  "countries": ["US"],
  "shopifyOnly": true
}

Result behavior

The tool resolves the reference, excludes that shop and shops already tracked by the workspace, then ranks candidates using available graph, semantic and category signals. Each suggestion includes a score, match method and human-readable reasons so the client can explain why it was returned.

Similarity is evidence for research, not proof that two companies are direct commercial competitors. Preserve the reasons and coverage status in the final answer.

Credits

The tool reserves the requested limit and settles against the number of suggestions returned.