skip to content

Firecrawl Scrape

$0.01/req

POST /services/firecrawl/scrape

Scrapes exactly one page via Firecrawl and returns main-content markdown, truncated to a bounded size. Enhanced modes, JSON extraction, and browser interaction are rejected.

call it — the quote comes back in one round trip
curl -X POST https://api.1cent.sivaram.dev/services/firecrawl/scrape \
  -H 'content-type: application/json' \
  -d '{"url":"https://docs.x402.org/introduction"}'

This returns 402 Payment Required with exact terms. Clients like @x402/fetch sign the quote and retry automatically, paying $0.01 — no other setup exists.

Providers

Every response names the providers it consulted, with per-call status, so you can weigh the evidence.

Response fields

  • markdown
  • metadata

Guardrails

  • one page per request
  • markdown only
  • content truncated at 20k chars

Pricing note

1 Firecrawl credit per page. Enhanced/JSON modes exceed the envelope and are rejected.

machine-readable detail: GET /services/firecrawl-scrape