返回 Skill 列表
extension
分类: 数据与分析无需 API Key

在使用浏览器自动化之前,在Claude Code中使用递增的抓取策略

从廉价的静态获取开始,必要时升级到浏览器,验证发现的结果,并将结果转化为生产就绪的爬取方法。

person作者: user_3c6cb52ehubcommunity

在使用浏览器自动化之前,在Claude Code中使用递增的抓取策略

Start with cheap static fetches, escalate to a browser only when needed, validate findings, and turn the result into a production-ready scraping approach.

Prerequisites

Claude Code, standard web access tools, optional browser automation tooling, optional Apify tooling for productionization

Installation

Requirements and caveats from upstream:

  • "API requires authentication"

Basic usage or getting-started notes:

  • Add this skill to Claude Code by placing this directory in the skills folder.

  • Scenario 1: Scrape a Website

  • User: "Scrape https://example.com"

  • Source: https://github.com/1991513ccie-png/skills

  • Extracted from upstream docs: https://raw.githubusercontent.com/yfe404/web-scraper/HEAD/README.md

Documentation

  • https://github.com/1991513ccie-png/skills