← 返回
未分类 Key 中文

ScrapingBee Fetch

Advanced JavaScript web page renderer using ScrapingBee API. Extracts main content and returns clean Markdown.
使用 ScrapingBee API 的高级 JavaScript 网页渲染器,提取主要内容并返回干净的 Markdown。
flobo3 flobo3 来源
未分类 clawhub v1.0.2 1 版本 100000 Key: 需要
★ 0
Stars
📥 360
下载
💾 0
安装
1
版本
#latest

概述

ScrapingBee Fetch

Use this skill to render JavaScript on target websites and extract the main content. It returns clean Markdown optimized for LLM reading.

Setup

You need a ScrapingBee API key to use this skill. Set it as an environment variable:

export SCRAPINGBEE_API_KEY="your_api_key_here"

Or add it to a .env file in the directory where you run the script.

Usage

uv run fetch.py --url "https://example.com"

Optional Parameters

  • --no-render-js: Disable JavaScript rendering (faster, but might miss dynamic content).
  • --country-code : Use a proxy from a specific country (e.g., us, uk, ru).
  • --wait : Wait time in milliseconds before extracting content (default: 3000).
  • --no-block-ads: Disable ad blocking (ads are blocked by default to save bandwidth and speed up rendering).
  • --premium-proxy: Use a premium proxy (useful for highly protected websites).

Examples

Fetch a website using a US proxy and wait 5 seconds:

uv run fetch.py --url "https://example.com" --country-code us --wait 5000

Fetch a highly protected website using a premium proxy:

uv run fetch.py --url "https://example.com" --premium-proxy

Fetch a simple website without rendering JavaScript:

uv run fetch.py --url "https://example.com" --no-render-js

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-07 06:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Skill Graphify

flobo3
将任意代码、文档、论文或图片文件夹转换为可查询的知识图谱。跨平台 graphify CLI 包装器。
★ 0 📥 595

Genealogy Agent

flobo3
从原始文本提取、整理、研究并可视化家族历史。构建知识图谱,生成Mermaid树、Obsidian知识库和GEDCOM导出文件。
★ 0 📥 327

Chords Fetcher

flobo3
从热门网站(mychords.net、amdm.ru、ultimate-guitar.com)获取干净的吉他谱和歌词,去除制表符并修正格式。
★ 0 📥 416