← 返回
未分类 Key

Scrapeless Pro Skill

Professional web scraping for OpenClaw — stealth Playwright automation with anti-bot bypass, JavaScript rendering, and structured data extraction from any mo...
专业网页抓取(OpenClaw)——隐形 Playwright 自动化,具备反机器人绕过、JavaScript 渲染以及从任意网页的结构化数据提取
showmemercy19-rgb showmemercy19-rgb 来源
未分类 clawhub v1.0.3 1 版本 100000 Key: 需要
★ 0
Stars
📥 418
下载
💾 0
安装
1
版本
#latest

概述

Scrapeless Pro 🕷️

Professional web scraping for OpenClaw. Stealth Playwright automation that renders JavaScript, bypasses anti-bot detection, and extracts structured data from any modern website.

> OpenClaw's built-in web_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-agent, viewport, fingerprint masking, anti-detection scripts
  • Auto data extraction — Headings, links, paragraphs, images, meta tags
  • Custom selectors — Target specific elements with CSS selectors
  • Multiple formats — JSON, CSV, Markdown output
  • CLI & programmatic — Use from command line or import in your skills

Purchase License

$49 one-time — Lifetime license, 1 year of updates included.

Get your license: https://cosmic-lollipop-a61cc5.netlify.app

Setup

1. Install

clawhub install scrapeless-pro

2. Set License Key

export SCRAPELESS_LICENSE_KEY="SCRAPELESS-XXXX-XXXX-XXXX-XXXX"

3. Install Playwright (if not already)

npm install playwright
npx playwright install chromium

Usage

CLI

# Basic scrape
node scraper.js scrape https://example.com

# With output format
node scraper.js scrape https://example.com --format csv
node scraper.js scrape https://example.com --format markdown

# Save to file
node scraper.js scrape https://example.com -o data.json

# Custom selectors
node scraper.js scrape https://example.com --selectors '{"products":".product","prices":".price"}'

# Validate license
node scraper.js validate

OpenClaw Agent

Ask your OpenClaw agent:

scrape https://example.com/products and extract all product names and prices

Programmatic

const { scrape } = require('scrapeless-pro');

const data = await scrape('https://quotes.toscrape.com', {
    format: 'json',
    headless: true,
});
console.log(data.title);
console.log(data.headings);

Real Output 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": "Login", "href": "https://quotes.toscrape.com/login" },
    { "text": "(about)", "href": "https://quotes.toscrape.com/author/Albert-Einstein" },
    { "text": "change", "href": "https://quotes.toscrape.com/tag/change/page/1/" }
  ],
  "paragraphs": ["Login", "Quotes by: GoodReads.com"]
}

CLI Options

OptionDescriptionDefault
------------------------------
-f, --formatOutput format: json, csv, markdownjson
-s, --selectorsCSS selectors as JSONauto-detect
-o, --outputSave to filestdout
-t, --timeoutNavigation timeout (ms)30000
-d, --delayRandom delay before navigation (ms)1000
--no-headlessShow browser windowhidden

Stealth Features

  • Random user-agent rotation (5 realistic agents)
  • Random viewport sizes (1920x1080, 1366x768, etc.)
  • Navigator.webdriver override (hides automation flag)
  • Chrome runtime injection
  • Function.prototype.toString override
  • Permissions API spoofing
  • Random scroll behavior
  • Realistic navigation delays

Dependencies

  • playwright — Browser automation
  • commander — CLI interface

No external APIs, no paid services, no data sent to third parties.

Support

  • Email: showmemercy19@gmail.com
  • License: https://cosmic-lollipop-a61cc5.netlify.app

Scrapeless Pro v1.0.3 — Commercial skill for OpenClaw

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-05-07 11:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

AdMapix

fly0pants
AdMapix 原始数据层,提供广告创意、应用、排名、下载/收入及市场元数据。返回 AdMapix API 的结构化 JSON;调用方...
★ 298 📥 143,040
data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 278 📥 101,600
data-analysis

Stock Analysis

udiedrichsen
利用Yahoo Finance数据深度分析股票和加密货币。支持投资组合管理、关注列表与提醒、股息分析、八维度股票评分、热门趋势扫描(热点扫描器)及谣言/早期信号检测。适用于股票分析、投资组合追踪、财报反应、加密货币监控、热门股票发现及在主流
★ 282 📥 58,288