Firecrawl
Web scraping, crawling, and structured data extraction for LLMs.
by Firecrawl · web, data
Accepts
Payment rails: tempo
This service prices in Tempo USDC, which a Robinhood Chain wallet cannot spend. MeshGateway takes USDG on your side and bridges it to Tempo through a solver network in about a second, holding no float of its own. The solver charges a roughly flat fee per bridge, quoted in the 402 challenge at cost.
Endpoints
| Endpoint | Upstream price | Pay through MeshGateway |
|---|---|---|
POST /v1/scrape Scrape a URL | $0.0020 per call | /x/firecrawl/v1/scrape |
POST /v1/crawl Crawl a website | $0.0050 per call | /x/firecrawl/v1/crawl |
POST /v1/map Map website URLs | $0.0020 per call | /x/firecrawl/v1/map |
POST /v1/search Search the web | $0.0040 per call | /x/firecrawl/v1/search |
POST /v1/extract Extract structured data | $0.0050 per call | /x/firecrawl/v1/extract |
Pay it in USDG, live
The relay is live for this service: sign one USDG payment and MeshGateway settles it, bridges to Tempo, and pays the upstream invoice. The quote in the 402 covers the upstream price plus the solver fee, at cost.
Sign in with your wallet to try an endpoint straight from the browser.
Inspect the upstream challenge
Hit the real endpoint and see the 402 payment challenge this service returns right now, straight from the source.
Pay in USDG from Robinhood Chain
Pay the relay endpoint in USDG exactly like any MeshGateway merchant. We settle the upstream Tempo invoice and stream the response back.
# 402 challenge in USDG on Robinhood Chain curl -i https://api.meshgateway.co/x/firecrawl/v1/scrape # Pay it with a signed permit2 authorization curl https://api.meshgateway.co/x/firecrawl/v1/scrape \ -H "payment-signature: $SIGNED_PAYLOAD" # -> upstream response, plus payment-response with the settlement tx
Upstream docs: https://docs.firecrawl.dev