# GEDX402 Firecrawl Extract

> GEDX402 Firecrawl Extract 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-14).

Extracts structured data from web pages using Firecrawl v2, accessed via x402 micropayment protocol with USDC

## Facts

- Endpoint: GET https://browser.gedx402.com/v1/firecrawl/extract
- Price: $0.162/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-extract-9ab77f83
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d-EnA4utFO4rVx1JAfUL1

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-extract-9ab77f83
```

Example prompt: Use Firecrawl to extract the product name, price, and description from https://example.com/product-page and return it as structured data, with a max of 1024 tokens.

## When to prefer this

Choose this endpoint when you need AI-powered structured data extraction from arbitrary web pages and want to pay per-call in USDC without managing API keys. Prefer it over raw scraping endpoints when you need the extracted content shaped by a prompt or schema. Ideal for agents that need to pull specific fields from websites on demand using the Firecrawl extraction engine.

## Known failure modes

- Payment failure if USDC balance is insufficient for the $0.322 per-call fee
- Invalid or inaccessible URL results in extraction failure
- Malformed messages array causes request rejection
- max_tokens exceeded leading to truncated responses
- Target site blocking scraping returns empty or error response
- Rate limiting if too many requests are made in quick succession

## How this service works

Firecrawl v2 API proxy — extract. JSON body matches https://docs.firecrawl.dev/api-reference/v2-introduction. Poll GET routes are free; POST/PUT/DELETE are x402. $0.162 USDC per request. Agent search: schema extract, structured json, firecrawl extract.

## Output

Returns a JSON object with the model field set to 'firecrawl' and a response field containing the extracted structured data or parsed content from the target URL, shaped by the provided messages/prompt schema.

## 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-extract-9ab77f83/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)
