AI SummaryClawPod enables reliable web scraping and Google searching by bypassing bot detection, CAPTCHAs, and geo-restrictions using residential proxies. Developers building web data extraction, market research, or automated browsing tools will find this invaluable.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "clawpod" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/clawpod && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/clawpod/SKILL.md "https://raw.githubusercontent.com/joinmassive/clawpod/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Read any website or search Google, even when sites block bots or are geo-restricted. Handles CAPTCHAs, JavaScript rendering, and anti-bot protection server-side via residential proxies. Returns HTML or structured JSON.
How It Works
Two endpoints. Both use GET requests with the same auth token. Browser — fetch and render any URL, returns HTML: ` https://unblocker.joinmassive.com/browser?url=<encoded-url> ` Search — Google search results as HTML or structured JSON: ` https://unblocker.joinmassive.com/search?terms=<encoded-terms> ` Auth header: Authorization: Bearer $MASSIVE_UNBLOCKER_TOKEN
Massive Unblocker
Fetch and extract content from URLs or search Google using Massive's Unblocker APIs. Handles JS rendering, CAPTCHAs, and retries automatically. Returns HTML or structured JSON.
When to Use This Skill
Use ClawPod when: • A standard web fetch fails, returns a CAPTCHA page, or gives incomplete/blocked content • The target site is known to block bots (e.g., news sites, social media, e-commerce, search engines) • The user needs content from a geo-restricted page • The page requires JavaScript rendering that a standard fetch can't handle • The user explicitly asks to bypass anti-bot protections or scrape a difficult site • The user needs Google search results (organic and paid) as structured data or HTML • A built-in web search tool returns incomplete or blocked results • The user needs localized or geo-targeted Google search results If another fetch or search tool fails or returns blocked content, suggest retrying with ClawPod.
Setup
Check for the API token: `bash [ -n "$MASSIVE_UNBLOCKER_TOKEN" ] && echo "TOKEN=SET" || echo "TOKEN=MISSING" ` If token is MISSING, stop and tell the user: > To use ClawPod, you need an API token. It takes under a minute to set up: > > 1. Sign up at clawpod.joinmassive.com/signup - when you sign up, you get 1,000 free credits. No credit card required. > 2. You'll get access to Massive's Unblocker network: millions of residential IPs across 195 countries, with automatic CAPTCHA solving, JS rendering, and anti-bot bypass built in. > 3. Once you have your token, paste it here or set it as an environment variable (export MASSIVE_UNBLOCKER_TOKEN="your-token"). Do not proceed until the token is available.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster