什么是 web-scraper?
从网站中提取结构化数据。使用时间:收集竞争对手的定价;抓取产品列表;提取联系信息;收集研究数据;监控网站变化 来源:guia-matthieu/clawfu-skills。
从网站中提取结构化数据。使用时间:收集竞争对手的定价;抓取产品列表;提取联系信息;收集研究数据;监控网站变化
通过命令行快速安装 web-scraper AI 技能到你的开发环境
来源:guia-matthieu/clawfu-skills。
Extract structured data from websites using BeautifulSoup and requests - turn any webpage into usable data.
| Structures analysis frameworks | Strategic priorities | | Synthesizes market data | Competitive positioning | | Identifies opportunities | Resource allocation | | Creates strategic options | Final strategy selection | | Suggests implementation approaches | Execution decisions |
| tag | Element type | h1, p, div | | .class | Class name | .price, .title | | #id | Element ID | #main-content | | tag.class | Tag with class | div.product | | tag[attr] | Has attribute | a[href] | | parent > child | Direct child | ul > li | | tag1, tag2 | Multiple | h1, h2, h3 |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill web-scraper从网站中提取结构化数据。使用时间:收集竞争对手的定价;抓取产品列表;提取联系信息;收集研究数据;监控网站变化 来源:guia-matthieu/clawfu-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/guia-matthieu/clawfu-skills --skill web-scraper 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/guia-matthieu/clawfu-skills