crehq_companies_search
Find the canonical CREHQ company_id by searching brand or company names, even with typos or aliases. Use this first to resolve a company before querying details, credits, or locations.
Instructions
Full-text search CREHQ's brand universe by name to resolve a company to its canonical CREHQ id. Handles messy/alias names (e.g. 'mcdonald-s' → McDonald's Corporation). ALWAYS use this first to get a company_id before calling company detail, credit signals, franchise/FDD, real-estate, contacts, occupancy, whitespace, or co-tenancy tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search term — brand or company name (partial OK). | |
| per_page | No | Results per page (max 200, default 50). |