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-searchVersion
2.1.0
Author
openclaw
Updated
Fri Feb 20 2026 00:00:00 GMT+0000 (Coordinated Universal Time)
Source
ClawHub →Features
Use Cases
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