# Exa Web Search via Apiosk Gateway

> Exa Web Search via Apiosk Gateway is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Search the web using Exa's semantic or keyword retrieval engine, optionally returning page contents alongside results.

## Facts

- Endpoint: POST https://gateway.apiosk.com/exa/search
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/exa-web-search-via-apiosk-gateway-f4286b8e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4L1HHZLRCKPILy1fntpQS

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 exa-web-search-via-apiosk-gateway-f4286b8e -d '<json body>'
```

Example prompt: Search the web for the latest research on large language model alignment and return the top results with their page contents using Exa's semantic search.

## When to prefer this

Prefer this endpoint when you need semantic (meaning-based) web search rather than exact keyword matching, or when you want page contents returned alongside search results in a single call. It is particularly useful for agents that need to understand conceptually related pages, not just keyword-matching ones. Choose this over generic scraping endpoints when you need ranked, relevance-scored web results.

## Known failure modes

- Invalid or missing query input returns a 400 error
- Payment not fulfilled via x402 protocol results in a 402 response and no search results
- Exa backend unavailability causes a 502 or 503 error
- Overly broad queries may return low-relevance results
- Pages with restricted content may return empty content fields even when contents are requested

## How this service works

Search the web with Exa semantic or keyword retrieval and optional contents.

## Output

A list of web search results matching the query, including URLs, titles, relevance scores, and optionally the text contents of each page, as returned by Exa's search engine.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/exa-web-search-via-apiosk-gateway-f4286b8e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
