skip to content

Firecrawl Search

$0.01/req

POST /services/firecrawl/search

Proxies Firecrawl search with scrape options disabled. Returns titles, URLs, and descriptions only, keeping each request inside the one-cent envelope.

call it — the quote comes back in one round trip
curl -X POST https://api.1cent.sivaram.dev/services/firecrawl/search \
  -H 'content-type: application/json' \
  -d '{"query":"EIP-3009 transferWithAuthorization"}'

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

  • results

Guardrails

  • max 10 results
  • no scrapeOptions

Pricing note

2 Firecrawl credits per 10 results (~$0.002). Scrape options are rejected.

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