skip to content

Firecrawl Map

$0.01/req

POST /services/firecrawl/map

Runs a single Firecrawl map call for one URL and returns up to 100 discovered links. No crawling, no scraping, no browser workflows.

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

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

  • links

Guardrails

  • one URL per request
  • max 100 links returned
  • no crawl mode

Pricing note

1 Firecrawl credit per call (~$0.001 on paid plans).

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