# JarvisClaw Exa Web Search via AI Gateway

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

Routes a search query through the Exa web search API via JarvisClaw's AI gateway, paid per-call in USDC over the x402 protocol

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/exa/search
- Price: $0.0121/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-exa-web-search-via-ai-gateway-3030a0ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vNCXqQOVJah9M-xKN25AN

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-web-search-via-ai-gateway-3030a0ab
```

Example prompt: Search the web for the latest news about OpenAI's GPT-5 release using Exa through JarvisClaw — give me the top results with summaries, using gpt-4.1-nano and up to 512 tokens.

## When to prefer this

Choose this endpoint when you need live web search results accessible via an OpenAI-compatible chat interface, paid micropayment-style per call in USDC without a subscription — ideal for agents needing real-time web data integrated into a standard messages/chat flow via x402 on Base or Solana.

## Known failure modes

- 402 Payment Required if USDC balance is insufficient or x402 payment header is missing
- 400 Bad Request if messages array is empty or malformed
- 401 Unauthorized if API credentials are invalid
- 429 Too Many Requests if rate limit is exceeded
- 503 Service Unavailable if Exa upstream is down or JarvisClaw routing fails
- timeout if query is too broad or Exa takes too long to respond

## How this service works

Exa neural search - AI-native web search with structured results and citations

## Output

Returns an OpenAI-compatible chat completion response containing Exa web search results, including ranked URLs, titles, and content snippets relevant to the query, delivered via JarvisClaw's smart-routed AI gateway.

## 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-web-search-via-ai-gateway-3030a0ab/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jarvisclaw.ai](https://www.zero.xyz/host/api.jarvisclaw.ai/llms.txt)
