# Apiosk Gateway – Firecrawl Scrape

> Apiosk Gateway – Firecrawl Scrape is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Scrapes a single URL and returns its content as markdown, HTML, a summary, screenshot, or other Firecrawl-compatible formats.

## Facts

- Endpoint: POST https://gateway.apiosk.com/firecrawl/scrape
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apiosk-gateway-firecrawl-scrape-6813d006
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cjqT8sWCVF4sfQI-2W52w

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 apiosk-gateway-firecrawl-scrape-6813d006 -d '<json body>'
```

Example prompt: Scrape the page at https://example.com/blog/article-1 and give me the full content as clean markdown.

## When to prefer this

Choose this endpoint when you need to extract readable content from a single web page and want a pay-per-call model with no subscription. It is ideal when you need multiple output formats (markdown, HTML, screenshot) from the same Firecrawl engine via the Apiosk x402 gateway. Prefer it over full-site crawlers when you only need one URL processed at a time.

## Known failure modes

- Target URL is unreachable or returns a non-200 status — scrape fails with an error
- JavaScript-heavy SPA content may not fully render if the scraper does not execute JS
- Paywalled or login-required pages return gated content or empty body
- Rate limiting or bot detection on the target site blocks the scrape
- Invalid or malformed URL input causes immediate request rejection
- Payment of $0.06 USDC via x402 must succeed before the scrape is attempted

## How this service works

Scrape a single URL into markdown, HTML, summary, screenshot or other Firecrawl formats.

## Output

Returns the scraped page content in the requested format — clean markdown, raw HTML, a plain-text summary, or a screenshot image — depending on the format parameter supplied. The response includes the extracted content ready for downstream processing.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apiosk-gateway-firecrawl-scrape-6813d006/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
