← 返回
未分类 中文

Universal Extractor

Extract clean text from URLs, articles, documents, and files. Four extraction micro-services. Use when you need to pull content from web pages, PDFs, or any...
从 URL、文章、文档和文件中提取干净文本。四种提取微服务。适用于需要从网页、PDF 或其他来源提取内容的场景。
renoblabs renoblabs 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 325
下载
💾 0
安装
1
版本
#latest

概述

Universal Extractor

Four extraction services — URL to text, article to summary, document to JSON.

Services

/clean-url — URL to Clean Text

Strip ads, nav, footers. Get the content.

POST /x402s/clean-url
Body: {"url": "https://example.com/article"}
Response: {"text": "...", "title": "...", "author": "...", "word_count": 1234}
Price: $0.001 USDC

/extract-article — Article + Summary

Full article extraction with optional LLM summary.

POST /x402s/extract-article
Body: {"url": "https://...", "summarize": true}
Response: {"title": "...", "text": "...", "summary": "...", "author": "...", "date": "..."}
Price: $0.005 USDC

/extract-document — Document to Text

Base64-encoded PDF/DOCX/TXT to structured text.

POST /x402s/extract-document
Body: {"content": "<base64>", "filename": "report.pdf"}
Response: {"text": "...", "word_count": 5678}
Price: $0.002 USDC

/extract-file — Any File to Text

Universal file-to-text extraction.

POST /x402s/extract-file
Body: {"content": "<base64>", "filename": "data.csv"}
Response: {"text": "...", "word_count": 234}
Price: $0.002 USDC

Payment

x402 protocol — USDC on Base. No API keys needed.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 15:29 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Cipher — Market Intelligence

renoblabs
Market intelligence analyst — competitive analysis, pricing research, market sizing, trend reports. Every claim data-bac
★ 0 📥 392

Forge — Python Developer

renoblabs
Python开发助手 — 自动化脚本、API封装、命令行工具、数据管道、网页爬虫。经过测试的代码,包含错误处理和文档。当你需要...
★ 0 📥 353

Muse — Creative Content

renoblabs
创意内容写手——博客文章、社交媒体文案、电子报、落地页、邮件序列。以受众为中心的故事叙述,搭配吸睛钩子。使用...
★ 0 📥 347