find_business
Find businesses on the record by part of a name or street address, across every market or in one. Returns up to 20 matches listed alphabetically, each with its id, address, market and the receipt URL; never a receipt and never an order by quality. Use it when the person gave a name, then call get_receipt with the match's license (or domain) and market. Two plausible matches are a question for the person, not a guess.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Part of the business name or its street address, for example "fox's beverly pub" or "9956 S Western". | |
| market | No | Optional market slug (see list_markets). Without it every market is searched. |