Find who competes with a company
find_competitorsGiven a company domain or name, return the other companies IndustryLens tracks in the same market. Returns { covered: false } for companies not publicly tracked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Company name (e.g. 'Apollo'). Used when no domain is given. | |
| limit | No | Max competitors (default 10, max 50). | |
| domain | No | Company domain or homepage URL (e.g. 'apollo.io'). Preferred. |