← 返回
AI智能

FlowCrawl — Stealth Web Scraper That Bypasses Everything

Stealth web scraper. Give it any URL and it punches through Cloudflare, bot detection, and WAFs automatically using a 3-tier cascade (plain HTTP → TLS spoof...
隐形网络爬虫。提供任意URL,自动穿透Cloudflare、反爬虫检测和WAF防火墙,采用三级级联机制(纯HTTP → TLS伪装...)
windseeker1111
AI智能 clawhub v1.1.0 2 版本 99890 Key: 无需
★ 1
Stars
📥 888
下载
💾 68
安装
2
版本
#latest

概述

FlowCrawl

Scrape any website. Bypass any bot protection. Free.

Install Scrapling First

pip install scrapling

Scrapling installs Playwright automatically on first run. That's the only dependency.

Quick Usage

# Single URL — prints clean markdown to stdout
python3 ~/clawd/skills/flowcrawl/scripts/flowcrawl.py https://example.com

# Spider the whole site
python3 ~/clawd/skills/flowcrawl/scripts/flowcrawl.py https://example.com --deep

# Deep crawl with limits, save and combine
python3 ~/clawd/skills/flowcrawl/scripts/flowcrawl.py https://example.com --deep --limit 30 --combine

# JSON output — pipe into anything
python3 ~/clawd/skills/flowcrawl/scripts/flowcrawl.py https://example.com --json

Add Alias (Recommended)

echo 'alias flowcrawl="python3 ~/clawd/skills/flowcrawl/scripts/flowcrawl.py"' >> ~/.zshrc
source ~/.zshrc

Then just: flowcrawl https://example.com

How It Works

FlowCrawl uses a 3-tier fetcher cascade. Starts fast, escalates only when blocked:

TierMethodHandles
-----------------------
1Plain HTTPMost sites, instant
2Stealth + TLS spoofCloudflare, Imperva, basic WAFs
3Full JS executionSPAs, heavy JS, aggressive bot detection

Auto-detects blocking (403, 503, "Just a moment...") and escalates silently.

All Options

FlagDescriptionDefault
----------------------------
--deepSpider whole site following internal linksoff
--depth NMax hop depth from start URL3
--limit NMax pages to crawl50
--combineMerge all pages into one fileoff
`--format md\txt`Output formatmd
--output DIROutput directory./flowcrawl-output
--jsonStructured JSON outputoff
--quietSuppress progress logsoff

版本历史

共 2 个版本

  • v1.1.0 当前
    2026-05-01 04:28 安全 安全
  • v1.0.1
    2026-03-30 07:26 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,356 📥 318,169
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 711 📥 243,748
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 834 📥 213,047