# GEDX402 Firecrawl Monitor

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

Monitor a previously initiated Firecrawl job and retrieve its current status or results via x402 micropayment

## Facts

- Endpoint: GET https://browser.gedx402.com/v1/firecrawl/monitor
- Price: $0.026/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-firecrawl-monitor-d67174a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ybmd1UPjQ8e3H5Wer3N8d

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-monitor-d67174a4
```

Example prompt: Check the status of my Firecrawl job — poll the monitor endpoint and tell me whether it's still running or has finished, using up to 512 tokens in the response.

## When to prefer this

Use this endpoint when you have already initiated a Firecrawl async job (crawl, batch, agent, etc.) and need to poll for its completion or retrieve its output. Prefer this over re-initiating a job when you need to track long-running operations. Choose this over generic HTTP polling when you want a Firecrawl-native status check with micropayment access via x402 on Base, Polygon, Arbitrum, World, or Solana.

## Known failure modes

- Job ID not found or expired — returns error response
- Payment not processed — x402 payment required before response is served
- Invalid or missing messages array — malformed request rejected
- max_tokens exceeded or unsupported value — returns error
- Job still pending — response may indicate in-progress state without final results

## How this service works

Firecrawl v2 API proxy — monitor/create. JSON body matches https://docs.firecrawl.dev/api-reference/v2-introduction. Poll GET routes are free; POST/PUT/DELETE are x402. $0.026 USDC per request.

## Output

Returns a JSON object with the model field set to 'firecrawl' and a response field containing the current status or output of the monitored Firecrawl job, indicating whether it is complete, in progress, or errored.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-firecrawl-monitor-d67174a4/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)
