# EXVIV Competitor Intelligence Compare

> EXVIV Competitor Intelligence Compare is a paid API for AI agents from exviv.com, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Retrieves competitive intelligence on specified companies, including pricing, packaging, product, and positioning changes, filtered for signal quality with primary source attribution.

## Facts

- Endpoint: GET https://exviv.com/api/agent/v1/intel/compare
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/exviv-competitor-intelligence-compare-fd67b39e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WiSomRx_KFjGDHfDOZb4x

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability exviv-competitor-intelligence-compare-fd67b39e
```

Example prompt: Pull the latest competitive intel on Cursor and Kiro — I want to see how their pricing and packaging compare so I can prep for our GTM review.

## When to prefer this

Choose this endpoint when you need structured, noise-filtered competitive intelligence on specific companies — especially for pricing, packaging, and positioning — with source attribution, rather than doing raw web search or manual research. Ideal for product and GTM teams who need actionable, verified competitor data on demand rather than periodic reports.

## Known failure modes

- Missing or empty 'company' parameter returns an error or empty intel result
- Unknown or misspelled company name may return no results or low-confidence intel
- Rate limiting or payment failure (x402) blocks the request
- Stale data if the competitor has not been recently tracked
- Schema version mismatch if client expects a different response shape

## How this service works

EXVIV tracks competitor pricing, packaging, product, and positioning changes, filters out noise, and attaches the primary source so teams can act with confidence.

## Output

A JSON object containing a competitive intelligence report for the requested companies, including a list of companies analyzed, a product ID indicating the comparison type (e.g. 'pricing_comparison'), and a schema version identifier. The intel field surfaces filtered, signal-rich insights on pricing, packaging, product, and positioning with primary source links so teams can act with confidence.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "company": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "intel": {
   "requestedCompanies": [
    "cursor",
    "kiro"
   ]
  },
  "productId": "pricing_comparison",
  "schemaVersion": "exviv.agent-intel.v1"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/exviv-competitor-intelligence-compare-fd67b39e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from exviv.com](https://www.zero.xyz/host/exviv.com/llms.txt)
