Scrapeless Pro Skill — Scrapeless Pro 技能
v1.0.3Professional 网页 scrAPIng for OpenClaw — stealth Playwright 自动化 with anti-机器人 bypass, JavaScript rendering, and structured data 提取ion from any modern 网页site.
运行时依赖
安装命令
点击复制技能文档
Scrapeless Pro 🕷️
Professional 网页 scrAPIng for OpenClaw. Stealth Playwright 自动化 that renders JavaScript, bypasses anti-机器人 检测ion, and 提取s structured data from any modern 网页site.
OpenClaw's built-in 网页_fetch fAIls on 75% of JavaScript-heavy sites. Scrapeless Pro fixes that.
Why Scrapeless Pro? JavaScript rendering — Works on React, Vue, SPA, and dynamic sites Stealth mode — Random user-代理, viewport, fingerprint masking, anti-检测ion scripts Auto data 提取ion — Headings, links, paragraphs, images, meta tags Custom selectors — Tar获取 specific elements with CSS selectors Multiple 格式化s — JSON, CSV, Markdown 输出 命令行工具 & programmatic — Use from command line or 导入 in your 技能s Purchase License
$49 one-time — Lifetime license, 1 year of 更新s included.
获取 your license: https://cosmic-lollipop-a61cc5.netlify.应用
设置up
- 安装
- 设置 License Key
- 安装 Playwright (if not already)
Usage 命令行工具 # Basic scrape node 抓取器.js scrape https://example.com
# With 输出 格式化 node 抓取器.js scrape https://example.com --格式化 csv node 抓取器.js scrape https://example.com --格式化 markdown
# Save to file node 抓取器.js scrape https://example.com -o data.json
# Custom selectors node 抓取器.js scrape https://example.com --selectors '{"products":".product","prices":".price"}'
# 验证 license node 抓取器.js 验证
OpenClaw 代理
Ask your OpenClaw 代理:
scrape https://example.com/products and 提取 all product names and prices
Programmatic const { scrape } = require('scrapeless-pro');
const data = awAIt scrape('https://quotes.toscrape.com', { 格式化: 'json', headless: true, }); console.记录(data.title); console.记录(data.headings);
Real 输出 Example
Tested with https://quotes.toscrape.com (2026-04-18):
{ "title": "Quotes to Scrape", "url": "https://quotes.toscrape.com/", "timestamp": "2026-04-18T11:15:40.071Z", "headings": [ { "level": "H1", "text": "Quotes to Scrape" }, { "level": "H2", "text": "Top Ten tags" } ], "links": [ { "text": "记录in", "href": "https://quotes.toscrape.com/记录in" }, { "text": "(about)", "href": "https://quotes.toscrape.com/author/Albert-Einstein" }, { "text": "change", "href": "https://quotes.toscrape.com/tag/change/page/1/" } ], "paragraphs": ["记录in", "Quotes by: GoodReads.com"] }
命令行工具 Options Option Description Default -f, --格式化 输出 格式化: json, csv, markdown json -s, --selectors CSS selectors as JSON auto-检测 -o, --输出 Save to file stdout -t, --timeout Navigation timeout (ms) 30000 -d, --delay Random delay before navigation (ms) 1000 --no-headless Show browser window hidden Stealth Features Random user-代理 rotation (5 rea列出ic 代理s) Random viewport sizes (1920x1080, 1366x768, etc.) 导航器.网页driver override (hides 自动化 flag) Chrome 运行time injection Function.prototype.toString override 权限s API spoofing Random scroll behavior Rea列出ic navigation delays Dependencies playwright — Browser 自动化 commander — 命令行工具 interface
No external APIs, no pAId 服务s, no data sent to third parties.
Support EmAIl: showmemercy19@gmAIl.com License: https://cosmic-lollipop-a61cc5.netlify.应用
Scrapeless Pro v1.0.3 — Commercial 技能 for OpenClaw