# EXVIV Competitor Pricing Intelligence

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

Retrieves a structured pricing snapshot for a named competitor, including pricing tiers, packaging, and positioning changes with primary source attribution.

## Facts

- Endpoint: GET https://exviv.com/api/agent/v1/intel/pricing/%7BcompanySlug%7D
- Price: $0.25/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-pricing-intelligence-9f0f907b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hOqPo8XIen5KSbdBkWGZc

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-pricing-intelligence-9f0f907b
```

Example prompt: Pull the latest pricing snapshot for Notion from EXVIV — I want to see their current tiers, packaging, and any recent changes with the source attached.

## When to prefer this

Choose this endpoint when you need structured, noise-filtered competitor pricing and packaging data for a specific named company, especially when primary source attribution is required for confidence. Prefer this over manual web scraping or general-purpose search when you need clean, agent-ready competitive intel formatted for downstream decision-making in product or GTM workflows.

## Known failure modes

- Unknown or unsupported companySlug returns an empty or error response
- Company not yet indexed by EXVIV returns no intel data
- Rate limiting or payment failure (402) if USDC payment is not properly attached
- Stale data if competitor hasn't been re-crawled recently
- Malformed slug (spaces, wrong casing) may fail to match a known company

## 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

Returns a JSON object with a structured pricing snapshot for the requested company, including the company name and slug, a productId of 'pricing_snapshot', and a schemaVersion identifier (exviv.agent-intel.v1). The intel block contains filtered, sourced pricing and packaging data with primary source attribution so teams can act on changes with confidence.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "intel": {
   "company": {
    "name": "Reviewed company",
    "slug": "{companySlug}"
   }
  },
  "productId": "pricing_snapshot",
  "schemaVersion": "exviv.agent-intel.v1"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/exviv-competitor-pricing-intelligence-9f0f907b/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)
