# Prysm Firecrawl Provider — Web Scraping via x402

> Prysm Firecrawl Provider — Web Scraping via x402 is a paid API for AI agents from prysm-kappa.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Proxies Firecrawl web scraping and crawling operations through Prysm's x402 payment gateway on Base mainnet, paid in USDC.

## Facts

- Endpoint: POST https://prysm-kappa.vercel.app/api/v1/providers/firecrawl
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/prysm-firecrawl-provider-web-scraping-via-x402-97b820c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ksjFOPTaSHLfuWXfWKvI2

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 prysm-firecrawl-provider-web-scraping-via-x402-97b820c4 -d '<json body>'
```

Example prompt: Use Firecrawl through Prysm to scrape https://example.com/blog/post and return the page content as clean text.

## When to prefer this

Choose this endpoint when your agent needs to access Firecrawl's web scraping capabilities without managing a separate Firecrawl API key, and you are already operating within the x402/Base USDC payment ecosystem. Ideal for crypto-native agents that pay per call rather than maintaining monthly subscriptions.

## Known failure modes

- Payment failure if USDC balance is insufficient or x402 handshake fails
- Invalid or inaccessible URL returns empty or error data
- Unsupported operation string rejected by allowlist
- Target site blocks scraping resulting in empty or partial content
- Network timeout on slow or large pages

## How this service works

Prysm sells paid, agent-ready provider capabilities over x402 on Base mainnet using USDC.

## Output

Returns a JSON object containing a 'data' field with the scraped/crawled output from Firecrawl (e.g. page markdown, HTML, or structured content), along with the provider name ('firecrawl') and the operation performed (e.g. 'scrape').

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "description": "Provider-specific operation parameters.",
   "additionalProperties": true
  },
  "operation": {
   "type": "string",
   "description": "Allowlisted operation for the selected provider."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "provider": "firecrawl",
  "operation": "scrape"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/prysm-firecrawl-provider-web-scraping-via-x402-97b820c4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prysm-kappa.vercel.app](https://www.zero.xyz/host/prysm-kappa.vercel.app/llms.txt)
