insane-search

Fetch HTML or structured data from WAF-protected URLs using curl_cffi and TLS impersonation.

114|19|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/fivetaku/gptaku-plugins-codex --skill insane-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: insane-search
Source: https://github.com/fivetaku/gptaku-plugins-codex/tree/main/plugins/insane-search-codex/skills/insane-search
Command: npx skills add https://github.com/fivetaku/gptaku-plugins-codex --skill insane-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl_cffi, playwright, playwright-extra, puppeteer-extra-plugin-stealth, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Auto-bypass for blocked or difficult URLs using a generic fetch engine, enabling content retrieval when standard web access is blocked by WAFs, bot protection, or JS challenges.

Core Features & Use Cases

  • Multi-path fetch grid with curl_cffi, TLS impersonation, and Playwright fallbacks to obtain HTML or structured data.
  • Platform-agnostic references and references to Jina Reader / RSS / JSON APIs to recover content from blocked sources such as X, Reddit, Medium, LinkedIn, Naver, Coupang, YouTube, and more.
  • Use Case: researchers or operators needing resilient access to content behind WAFs for analysis, archiving, or testing.

Quick Start

Fetch a blocked or hard-to-reach URL and return the retrieved HTML or structured data.

Frequently Asked Questions about insane-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch HTML from websites with WAF or bot protection?

Fetching HTML from WAF-protected sites requires bypassing bot detection using TLS impersonation and browser fallbacks. This Skill applies a multi-path fetch grid with curl_cffi and Playwright to retrieve HTML or structured data from heavily protected sources.

Can I scrape content from platforms like X, Reddit, or LinkedIn when standard web access is blocked?

Yes, you can scrape content from blocked platforms like X, Reddit, and LinkedIn. It uses platform-agnostic references alongside Jina Reader and RSS APIs to recover structured data when standard web access is blocked by WAFs or JavaScript challenges.

Does curl_cffi with TLS impersonation work for bypassing heavy WAF challenges?

Yes, curl_cffi with TLS impersonation works for bypassing WAF challenges by mimicking legitimate browser cryptographic signatures. When curl_cffi fails, the system applies Playwright templates with stealth plugins as a deterministic fallback to retrieve content.

What is the best way to retrieve structured data from hard-to-reach URLs for research?

The best way to retrieve data from hard-to-reach URLs is using a WAF-detection-informed fetch grid. It automatically selects optimal retrieval paths, applying TLS impersonation or browser rendering with detailed tracing to secure HTML or structured data for analysis.

Why does standard web scraping fail on sites with JavaScript challenges?

Standard web scraping fails on JavaScript challenges because basic HTTP requests lack valid browser fingerprints and cannot execute JS. A multi-path engine solves this by applying TLS impersonation and optional Playwright templates to render pages and fetch content.