Web Fetching & Scraping API for AI Agents
curl "http://69.62.106.38:3108/check?url=https://example.com"
curl "http://69.62.106.38:3108/title?url=https://github.com"
curl http://69.62.106.38:3108/dns/google.com
No API keys. No signup. AI agents pay per call with USDC on Base blockchain.
npm install @x402/fetch @x402/evm
import { wrapFetch } from '@x402/fetch';
const x402Fetch = wrapFetch(fetch, wallet);
const result = await x402Fetch('http://69.62.106.38:3108/x402/fetch', {
method: 'POST',
body: JSON.stringify({ url: 'https://example.com', format: 'markdown' })
});
API Documentation | x402 Pricing | x402 Discovery | llms.txt