# GEDX402 Firecrawl Search

> GEDX402 Firecrawl Search is a paid API for AI agents from browser.gedx402.com, paid per call via x402, $0.162/call, status unknown (last checked 2026-09-15).

Search the web via Firecrawl v2, returning structured results, accessible via x402 micropayment with no API key required.

## Facts

- Endpoint: GET https://browser.gedx402.com/v1/firecrawl/search
- Price: $0.162/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-firecrawl-search-b0dfb47c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C78iBRfjzFSFQ0-PDMQnl

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-firecrawl-search-b0dfb47c
```

Example prompt: Search the web for the latest news on open-source LLM releases using Firecrawl and give me a summary of what you find — limit it to 512 tokens.

## When to prefer this

Choose this endpoint when you need web search capabilities without managing API keys, want to pay per-call in USDC via x402, and are already using Firecrawl's ecosystem. Ideal for agents that need real-time web search with micropayment billing on Base, Polygon, Arbitrum, or Solana.

## Known failure modes

- Payment not included or invalid x402 USDC payment — returns 402 Payment Required
- Query missing from messages array — returns 400 Bad Request
- Firecrawl upstream timeout or rate limit — returns 503 or 504
- max_tokens value out of range — returns 400 validation error
- No results found for query — returns empty results array

## How this service works

Firecrawl v2 on x402 — scrape, search, crawl, map, batch, extract, agent, parse, interact, monitor at /v1/firecrawl/*.

## Output

Returns a structured JSON response containing web search results from Firecrawl, including matched pages, content snippets, URLs, and a model-style response field, capped to the specified max_tokens.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "messages": {
   "type": "array",
   "items": {
    "type": "object"
   }
  },
  "max_tokens": {
   "type": "integer"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "model": "firecrawl",
  "response": "Hello!"
 }
}
```

## More

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