scrapling
Featured使用 scrapling 进行网页抓取和数据提取。自动选择 Fetcher,支持 Cloudflare/WAF 绕过、Session 登录、HTML 解析。当用户提到 scrape/crawl/fetch page/extract data/爬取/抓取/绕过Cloudflare/解析HTML/批量采集 时触发。
Install
Quality Score: 97/100
Skill Content
Details
- Author
- fengshao1227
- Repository
- fengshao1227/ccg-workflow
- Created
- 8 months ago
- Last Updated
- 1 weeks ago
- Language
- Go
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
scrapling-web-fetch
使用 Scrapling 抓取、清洗、分析网页并生成结构化数据或中文报告。适用于 scrape / crawl / fetch / extract / summarize 网站内容、profile/activity feed、回答/文章/帖子列表、近 1 年动态、批量网页调研,以及用户明确提到 401/403、反爬、Cloudflare、登录受限、signin/login、need_force_login、需要 cookies/token、动态渲染、滚动加载、批量抓取、站点主题分析、网页证据收集等场景。特别适合知乎、专栏、公众号、博客、列表页+详情页链路。核心使用场景:批量采集多页/多站内容、突破访问受限(403/Cloudflare/反爬屏蔽)、抓取需要鉴权(login/cookie/token)的页面。
web-scraping
从任意网页抓取完整内容并整理为 Markdown:探测 SSR/API、处理限流、CDP 复用 Chrome 登录态、图片本地化
site-extract
Fetch and extract a web page that plain WebFetch can't handle — JS-rendered pages, bot-protected sites, or Cloudflare challenges — using Scrapling (Playwright stealth + TLS impersonation). Use as a FALLBACK only, after WebFetch returns empty/blocked/timeout/403/503, or when you need precise CSS/XPath field extraction (tables, prices, part rows) instead of a markdown blob. Triggers: "WebFetch가 막힌다", "이 사이트 안 긁힌다", "JS 페이지 추출", "봇차단 우회 추출", "셀렉터로 표만 뽑아줘", DigiKey/카탈로그/datasheet 페이지 본문이 WebFetch로 안 나올 때. Single-request, robots-respecting, research use.