Protected Sites & Blocked Content
Access X.com, LinkedIn, Product Hunt, and sites that block scrapers
Access X.com, LinkedIn, Product Hunt, and sites that block scrapers
Many sites—X.com (Twitter), LinkedIn, Product Hunt, Amazon, paywalled blogs—block standard scrapers and headless browsers with 403 Forbidden or Cloudflare "Are you a human?" challenges. The built-in OpenClaw browser often hits these walls. On a VPS or remote server you're typically limited to headless Chrome or raw HTTP, both commonly blocked.
Two complementary solutions work with OpenClaw:
GhostFetch is a stealth fetch engine that returns high-density Markdown. Install it as a skill from its GitHub repo.
Use GhostFetch when you need the content of a page—text, structure—without interactive browsing.
camofox-browser is an OpenClaw plugin that runs a headless browser server built on Camoufox (Firefox fork with C++ fingerprint spoofing). Install with:
openclaw plugins install @askjo/camofox-browser
Exposes tools like camofox_create_tab, camofox_snapshot, camofox_click, camofox_navigate.
GhostFetch — You need the content of a page (articles, posts, product details). Fast, simple.
camofox-browser — You need to click, scroll, fill forms, or follow multi-step flows. More powerful, more setup.
For unprotected sites, the built-in browser is usually enough.