# JarvisClaw Exa Search

> JarvisClaw Exa Search is a paid API for AI agents from uat.jarvisclaw.ai, paid per call via x402, $0.0121/call, status unknown (last checked 2026-09-15).

Performs a web search using Exa's neural search engine, routed through the JarvisClaw AI API gateway and paid per call via x402 in USDC.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/exa/search
- Price: $0.0121/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-exa-search-2d2db129
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FlhAB6MTsXjzi5xqCI9jP

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 jarvisclaw-exa-search-2d2db129
```

Example prompt: Search the web for the latest developments in quantum computing breakthroughs in 2024 and return the most relevant results.

## When to prefer this

Choose this endpoint when you need neural/semantic web search results (not just keyword matching) and are already operating within the JarvisClaw x402 payment ecosystem. Prefer it over direct Exa API calls when you want pay-per-call micro-payment billing in USDC without managing API keys, or when combining with other JarvisClaw-routed services in a single agent workflow. Less suitable if you need image search, real-time news feeds with structured metadata, or if latency is extremely critical.

## Known failure modes

- Empty or vague query returns low-quality or irrelevant results
- Payment failure if USDC balance is insufficient or x402 handshake fails
- Rate limiting or gateway timeout if the upstream Exa API is slow
- Query too long or malformed JSON body returns a 400 error
- UAT environment instability may cause intermittent 5xx errors

## How this service works

AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base & Solana.

## Output

A ranked list of search results from Exa's neural search engine, typically including page titles, URLs, and content snippets relevant to the query. Results are semantically ranked by relevance rather than purely keyword-based.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-exa-search-2d2db129/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from uat.jarvisclaw.ai](https://www.zero.xyz/host/uat.jarvisclaw.ai/llms.txt)
