avenity_get_competitor_landscape
Identify which competitors ARE appearing in AI search results when buyers search for a business's primary service in their city.
This is the competitive intelligence layer — it shows a client exactly who is capturing their customers. Highly effective for framing urgency.
Use this when:
A client wants to know who is outcompeting them in AI search
You want to personalize the pitch with specific competitor names
Building context for an opportunity report or outreach message
Args: params (BusinessInput): Business details.
Returns: str: JSON with: query (str): The buyer search query analyzed competitors (list[dict]): Companies appearing, with name and URL your_company_visible (bool): Whether client's company appears gap_summary (str): Plain-English summary of the competitive gap
Examples: - "Who is showing up instead of my client in Houston HVAC searches?" - "Which competitors appear in AI Overview for roofing in Dallas?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |