
from clawpod72
Bypass anti-bot restrictions and fetch rendered HTML or structured search results via Massive's Unblocker API (handles CAPTCHAs, JS rendering, geo-restrictions)
ClawPod (Massive Unblocker) provides reliable fetching and Google search capabilities for pages that block bots, require JavaScript rendering, or are geo-restricted. It returns either rendered HTML or structured JSON search results and handles CAPTCHA solving, retries, and regional IP routing via a residential proxy network.
Use this skill when a normal web fetch fails, returns a CAPTCHA, or when you need localized/search-engine results that standard tools can't retrieve. It is the fallback for difficult scraping tasks, geo-targeted Google searches, and any situation where a page requires JS rendering or anti-bot bypass.
format, delay, device, and pagination./browser and /search, error handling guidance, and parameter tuning for rendering and localization.Agents that can run HTTP calls or shell commands and that are permitted to use external API tokens (e.g., agents with curl access) will integrate with ClawPod.
ClawPod is a web-scraping skill that proxies requests through Massive's Unblocker API to bypass anti-bot protections, CAPTCHAs, and geo-restrictions. No bundled scripts — it's purely instructional, teaching the agent to use curl against two API endpoints (browser fetch and Google search). Well-documented with clear parameter tables, error handling, and usage tips. Security is reasonable: uses env var for token, no destructive commands, but sends all target URLs and queries to a third-party service.
Clean skill, no scripts to test. Commercial tie-in to Massive's paid API (1000 free credits then paid). The skill is essentially a well-documented API client guide. No security red flags despite the 'bypass' nature — it's using a legitimate proxy service, not exploiting vulnerabilities.