# GEDX402 Web Search with Outcome Enrichment

> GEDX402 Web Search with Outcome Enrichment is a paid API for AI agents from search.gedx402.com, paid per call via x402, $0.042/call, status unknown (last checked 2026-09-14).

Performs an open-web search with semantic ranking and optional browser-based snippet enrichment, paid per-call via USDC on multiple blockchains using x402 protocol

## Facts

- Endpoint: GET https://search.gedx402.com/v1/search/outcome/web-search
- Price: $0.042/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-web-search-with-outcome-enrichment-d6bf46e1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-XN2sNCf6FXDauuOtl0_a

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 gedx402-web-search-with-outcome-enrichment-d6bf46e1
```

Example prompt: Search the web for 'Cloudflare Workers AI pricing' and give me the top 5 results with enriched snippets so I can see what each page actually says.

## When to prefer this

Choose this endpoint when you need semantically ranked, optionally browser-enriched web search results without managing API keys, and are comfortable paying $0.37 USDC per call via x402 on Base, Polygon, Arbitrum, World, or Solana. Prefer it over traditional search APIs when crypto-native micropayment workflows are desired or when API key management is a constraint.

## Known failure modes

- No results found for obscure or malformed queries — returns empty results array
- max_results out of range (not 1-10) — likely returns validation error
- Payment failure or insufficient USDC balance — x402 payment rejected before request is processed
- Network timeout when enriching snippets from slow or unavailable URLs — enriched field may be false
- Query string missing — likely returns 400-level error

## How this service works

Open-web search — one x402 POST discovers SERP candidates, ranks with BGE embeddings, optional page snippets. $0.370 USDC per request. Pseudo-Exa via headless browser + semantic rank. Agent search: web search, exa, firecrawl, serp, semantic search.

## Output

A JSON object with a count, the original query, and an array of up to 10 ranked results, each containing URL, rank position, relevance score (0-1), page title, snippet text, and an 'enriched' boolean indicating whether browser-based markdown enrichment was applied.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string"
  },
  "max_results": {
   "type": "integer"
  },
  "search_depth": {
   "enum": [
    "basic",
    "advanced"
   ],
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-web-search-with-outcome-enrichment-d6bf46e1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from search.gedx402.com](https://www.zero.xyz/host/search.gedx402.com/llms.txt)
