# GEDX402 Firecrawl Interact

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

Send interactive browser agent messages to a Firecrawl-powered web interaction session via a conversational interface

## Facts

- Endpoint: GET https://browser.gedx402.com/v1/firecrawl/interact
- 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-interact-3f084874
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8F5sU_gfe5rTF6O2PoWp-

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-interact-3f084874
```

Example prompt: Use the Firecrawl browser agent to interact with the page — send it these messages: [{"role":"user","content":"Click the login button and then find the pricing table"}] with a max of 1024 tokens, and tell me what it does.

## When to prefer this

Choose this endpoint when you need a conversational, multi-turn interface to control a browser agent — specifically when you want to issue natural language instructions to Firecrawl's agent and receive interpreted results, rather than directly scraping or crawling a URL. Ideal for dynamic pages requiring interaction (clicking, form-filling) that static scraping cannot handle.

## Known failure modes

- Invalid messages array format returns schema error
- max_tokens exceeded causes truncation or error
- Session timeout if browser session is not maintained
- No active browser session results in empty or error response
- Network or site-level blocking prevents interaction
- Ambiguous instructions lead to unexpected agent behavior

## How this service works

Firecrawl v2 API proxy — interact/create. 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: browser interact, steerable session, automation, firecrawl, browserbase alternative.

## Output

A JSON response containing the model name ('firecrawl') and a natural language response describing the result of the browser interaction, such as what was clicked, found, or returned by the agent.

## 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-interact-3f084874/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)
