Developer Tools⭐ Featured Skill

Web Search & Content Fetch

网络搜索与内容抓取

Powerful web search and content extraction tool with domain filtering, keyword search and structured data extraction.

搜索爬虫web抓取api
Install Command
npx openclaw skills install web-search
Version
2.1.0
Author
openclaw
Updated
Fri Feb 20 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

Features

  • 支持 DuckDuckGo/Bing/Google 搜索
  • 智能网页内容提取
  • 登录墙/付费墙绕过(Jina AI)
  • 结构化数据提取(JSON、表格等)
  • Use Cases

  • **行业研究**:获取能源价格、新闻和市场报告
  • **竞品分析**:收集竞争对手信息
  • **数据采集**:批量获取行业网站数据
  • Installation

    npx openclaw skills install web-search

    使用示例

    # 搜索最新石油价格新闻

    search "oil price 2026" --site reuters.com --limit 5

    # 获取网页内容

    fetch https://example.com/energy-report --format markdown

    # 从页面提取表格数据

    fetch https://example.com/prices --table --format json

    Energy Industry Examples

    # 获取EIA原油库存数据

    fetch https://www.eia.gov/petroleum/ --pattern "*inventory*"

    # 收集行业分析报告

    search "地热发电行业报告 2026" --filetype pdf