forage — web search & scrape for AI agents. pay per call.

no signup. no api key. no rate limit. USDC on Base via x402.

  POST https://forage.cash/api/search   $0.005/query   google results as clean JSON
  POST https://forage.cash/api/scrape   $0.002/page    any URL -> LLM-ready markdown

try it (you'll get the 402 payment quote):

  curl -X POST https://forage.cash/api/search \
    -H 'content-type: application/json' \
    -d '{"q":"agent payments 2026"}'

pay the quote with any x402 client (x402-fetch on npm handles it in 3 lines).

agents:  https://forage.cash/llms.txt
openapi: https://forage.cash/openapi.json
mcp:     https://forage.cash/mcp  (free tier, 20/day)