{"endpoint":"https://codepulse-api.hahavoid0.workers.dev/web/scrape-preflight","method":"POST","price":"free","description":"Free preflight check for web scraping. Validates URL and confirms target is reachable without paying.","example_input":{"url":"https://example.com"},"example_output":{"available":true,"status":200,"next_action":"npx agentcash@latest fetch https://api.codepulse.com/web/scrape -m POST -b '{\"url\":\"https://example.com\"}'"},"request_schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri","description":"The URL to scrape"}}},"response_schema":{"type":"object","properties":{"available":{"type":"boolean"},"status":{"type":"number"},"next_action":{"type":"string"}}}}