diff --git a/README.md b/README.md index 79723b6..11178bd 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ --- +

+ Claude Code: web_fetch gets 403, webclaw extracts successfully +
+ Claude Code's built-in web_fetch → 403 Forbidden. webclaw → clean markdown. +

+ +--- + Your AI agent calls `fetch()` and gets a 403. Or 142KB of raw HTML that burns through your token budget. **webclaw fixes both.** It extracts clean, structured content from any URL using Chrome-level TLS fingerprinting — no headless browser, no Selenium, no Puppeteer. Output is optimized for LLMs: **67% fewer tokens** than raw HTML, with metadata, links, and images preserved. diff --git a/assets/demo.gif b/assets/demo.gif new file mode 100644 index 0000000..400f554 Binary files /dev/null and b/assets/demo.gif differ diff --git a/assets/demo.mp4 b/assets/demo.mp4 new file mode 100644 index 0000000..daa5da0 Binary files /dev/null and b/assets/demo.mp4 differ