# GEDX402 Firecrawl - Web Crawl

> GEDX402 Firecrawl - Web Crawl 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).

Crawl an entire website recursively using Firecrawl v2 via x402 micropayment, returning structured page data

## Facts

- Endpoint: GET https://browser.gedx402.com/v1/firecrawl/crawl
- 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-web-crawl-ed090d59
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y-CbKJ6U-IOs0e4HGUqO3

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-web-crawl-ed090d59
```

Example prompt: Can you crawl the entire docs.example.com website and give me all the page content in structured form so I can feed it into my knowledge base?

## When to prefer this

Choose this endpoint when you need to recursively index or extract content from an entire website or subdomain, not just a single page. Ideal for building RAG pipelines, knowledge bases, or site mirrors where multi-page coverage is required and you want to pay per-call via USDC micropayment via x402.

## Known failure modes

- Target site blocks crawlers or returns 403/429, resulting in empty or partial results
- Invalid or unreachable URL returns an error response
- Rate limiting or timeout on large sites may truncate crawl results
- Payment failure via x402 protocol prevents request from being processed
- Malformed input schema returns a 400 validation error

## How this service works

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

## Output

Returns structured data from crawled pages including page text, markdown content, links, and metadata for each discovered URL under the target domain, formatted as JSON.

## 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-web-crawl-ed090d59/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)
