๐ŸŒ WebPulse

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

Endpoints

POST /extract โ€” Extract clean markdown from any URL

POST /search โ€” Search the web, get structured results

Extract

POST https://webpulse.waltsoft.net/extract
Body: { "url": "https://example.com/article" }
Response: { "title": "...", "content": "# Markdown...", "length": 4200 }

Search

POST https://webpulse.waltsoft.net/search
Body: { "query": "best practices for serverless", "num": 5 }
Response: { "results": [{ "title": "...", "url": "...", "snippet": "..." }] }

x402 (AI Agents)

// Agents pay $0.01/query โ€” no signup needed
const res = await fetch402("https://webpulse.waltsoft.net/extract", {
  method: "POST", body: JSON.stringify({ url: "https://..." })
});

Features

โœ“ 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