Web Scrape (Free Preflight)
When you want to verify a URL is reachable and returns 200 OK before paying for the full scraped text.
Call
POST https://codepulse-api.hahavoid0.workers.dev/web/scrape-preflight
{
"url": "https://example.com"
}AgentCash command
npx agentcash@latest fetch https://codepulse-api.hahavoid0.workers.dev/web/scrape-preflight -m POST -b '{"url":"https://example.com"}'Not for
Getting the actual scraped content.