Web content extraction and search for AI agents. Clean markdown from any URL. No headless browser needed.
$0.01/query via x402 ยท API key from $10
POST /extract โ Extract clean markdown from any URL
POST /search โ Search the web, get structured results
POST https://webpulse.waltsoft.net/extract
Body: { "url": "https://example.com/article" }
Response: { "title": "...", "content": "# Markdown...", "length": 4200 }POST https://webpulse.waltsoft.net/search
Body: { "query": "best practices for serverless", "num": 5 }
Response: { "results": [{ "title": "...", "url": "...", "snippet": "..." }] }// Agents pay $0.01/query โ no signup needed
const res = await fetch402("https://webpulse.waltsoft.net/extract", {
method: "POST", body: JSON.stringify({ url: "https://..." })
});โ Clean markdown output (no HTML noise)
โ 1-hour response caching (faster + cheaper)
โ Handles redirects, timeouts, encoding
โ DuckDuckGo-powered search (no API key needed)
โ x402 on Base + Solana