Developer Tools⭐ Featured

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 search support
  • Intelligent web content extraction
  • Login wall/paywall bypass (Jina AI)
  • Structured data extraction (JSON, tables, etc.)
  • Use Cases

  • **Industry Research**: Fetch energy prices, news and market reports
  • **Competitor Analysis**: Collect competitor information
  • **Data Collection**: Batch acquire industry website data
  • Installation

    npx openclaw skills install web-search

    Usage Examples

    # Search latest oil price news

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

    # Fetch webpage content

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

    # Extract table data from page

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

    Energy Industry Use Cases

    # Fetch EIA crude inventory data

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

    # Collect industry analysis reports

    search "geothermal power industry report 2026" --filetype pdf